HL7中国FHIR Connectathon测试实施指南
V20230304 - release
HL7中国FHIR Connectathon测试实施指南 - Local Development build (vV20230304). See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "operationoutcome-code-xds-reg"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-operationoutcome-code-xds.html\"><code>http://hl7.org.cn/fhir/CodeSystem/operationoutcome-code-xds</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-operationoutcome-code-xds.html#operationoutcome-code-xds-XDSRegistryMetadataError\">XDSRegistryMetadataError</a></td><td>元数据错误</td><td/></tr><tr><td><a href=\"CodeSystem-operationoutcome-code-xds.html#operationoutcome-code-xds-XDSRegistryError\">XDSRegistryError</a></td><td>文档注册错误</td><td/></tr><tr><td><a href=\"CodeSystem-operationoutcome-code-xds.html#operationoutcome-code-xds-XDSUnknownPatientId\">XDSUnknownPatientId</a></td><td>无法识别的患者标识</td><td/></tr><tr><td><a href=\"CodeSystem-operationoutcome-code-xds.html#operationoutcome-code-xds-XDSPatientIdDoesNotMatch\">XDSPatientIdDoesNotMatch</a></td><td>患者标识不匹配</td><td/></tr><tr><td><a href=\"CodeSystem-operationoutcome-code-xds.html#operationoutcome-code-xds-XDSNonIdenticalHash\">XDSNonIdenticalHash</a></td><td>文档id一样,但Hash值不一样</td><td/></tr><tr><td><a href=\"CodeSystem-operationoutcome-code-xds.html#operationoutcome-code-xds-XDSNonIdenticalSize\">XDSNonIdenticalSize</a></td><td>文档id一样,但Size值不一样</td><td/></tr><tr><td><a href=\"CodeSystem-operationoutcome-code-xds.html#operationoutcome-code-xds-XDSDuplicateUniqueIdInRegistry\">XDSDuplicateUniqueIdInRegistry</a></td><td>在注册库唯一标识重复</td><td/></tr><tr><td><a href=\"CodeSystem-operationoutcome-code-xds.html#operationoutcome-code-xds-XDSDocumentUniqueIdError\">XDSDocumentUniqueIdError</a></td><td>文档唯一标识错误</td><td>因多种原因通过该标识无法获取到文档,例如:无权访问,文档已失效</td></tr></table></li></ul></div>"
];
fhir:ValueSet.url [ fhir:value "http://hl7.org.cn/fhir/ValueSet/operationoutcome-code-xds-reg"];
fhir:ValueSet.version [ fhir:value "V20230304"];
fhir:ValueSet.name [ fhir:value "VSXDSRegOperationOutcomeCode"];
fhir:ValueSet.title [ fhir:value "文档注册库错误消息代码表"];
fhir:ValueSet.status [ fhir:value "active"];
fhir:ValueSet.date [ fhir:value "2023-03-04T16:13:14+08:00"^^xsd:dateTime];
fhir:ValueSet.publisher [ fhir:value "HL7中国"];
fhir:ValueSet.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "HL7中国" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://hl7.org.cn" ] ]
];
fhir:ValueSet.description [ fhir:value "文档注册库错误消息代码表"];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org.cn/fhir/CodeSystem/operationoutcome-code-xds" ];
fhir:ValueSet.compose.include.concept [
fhir:index 0;
fhir:ValueSet.compose.include.concept.code [ fhir:value "XDSRegistryMetadataError" ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.concept.code [ fhir:value "XDSRegistryError" ] ], [
fhir:index 2;
fhir:ValueSet.compose.include.concept.code [ fhir:value "XDSUnknownPatientId" ] ], [
fhir:index 3;
fhir:ValueSet.compose.include.concept.code [ fhir:value "XDSPatientIdDoesNotMatch" ] ], [
fhir:index 4;
fhir:ValueSet.compose.include.concept.code [ fhir:value "XDSNonIdenticalHash" ] ], [
fhir:index 5;
fhir:ValueSet.compose.include.concept.code [ fhir:value "XDSNonIdenticalSize" ] ], [
fhir:index 6;
fhir:ValueSet.compose.include.concept.code [ fhir:value "XDSDuplicateUniqueIdInRegistry" ] ], [
fhir:index 7;
fhir:ValueSet.compose.include.concept.code [ fhir:value "XDSDocumentUniqueIdError" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.