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-rep"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
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></tr><tr><td><a href=\"CodeSystem-operationoutcome-code-xds.html#operationoutcome-code-xds-XDSRepositoryMetadataError\">XDSRepositoryMetadataError</a></td><td>元数据错误</td></tr><tr><td><a href=\"CodeSystem-operationoutcome-code-xds.html#operationoutcome-code-xds-XDSMissingDocument\">XDSMissingDocument</a></td><td>文档元数据指向的文档未找到</td></tr><tr><td><a href=\"CodeSystem-operationoutcome-code-xds.html#operationoutcome-code-xds-XDSRepositoryDuplicateUniqueIdInMessage\">XDSRepositoryDuplicateUniqueIdInMessage</a></td><td>在同一消息中发现同样的UniqueId</td></tr><tr><td><a href=\"CodeSystem-operationoutcome-code-xds.html#operationoutcome-code-xds-XDSNonIdenticalHash\">XDSNonIdenticalHash</a></td><td>文档id一样,但Hash值不一样</td></tr><tr><td><a href=\"CodeSystem-operationoutcome-code-xds.html#operationoutcome-code-xds-XDSNonIdenticalSize\">XDSNonIdenticalSize</a></td><td>文档id一样,但Size值不一样</td></tr><tr><td><a href=\"CodeSystem-operationoutcome-code-xds.html#operationoutcome-code-xds-XDSRegistryNotAvailable\">XDSRegistryNotAvailable</a></td><td>文档注册服务不可访问</td></tr><tr><td><a href=\"CodeSystem-operationoutcome-code-xds.html#operationoutcome-code-xds-XDSRepositoryError\">XDSRepositoryError</a></td><td>文档存储错误</td></tr></table></li></ul></div>"
];
fhir:ValueSet.url [ fhir:value "http://hl7.org.cn/fhir/ValueSet/operationoutcome-code-xds-rep"];
fhir:ValueSet.version [ fhir:value "V20230304"];
fhir:ValueSet.name [ fhir:value "VSXDSRepOperationOutcomeCode"];
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 "XDSRepositoryMetadataError" ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.concept.code [ fhir:value "XDSMissingDocument" ] ], [
fhir:index 2;
fhir:ValueSet.compose.include.concept.code [ fhir:value "XDSRepositoryDuplicateUniqueIdInMessage" ] ], [
fhir:index 3;
fhir:ValueSet.compose.include.concept.code [ fhir:value "XDSNonIdenticalHash" ] ], [
fhir:index 4;
fhir:ValueSet.compose.include.concept.code [ fhir:value "XDSNonIdenticalSize" ] ], [
fhir:index 5;
fhir:ValueSet.compose.include.concept.code [ fhir:value "XDSRegistryNotAvailable" ] ], [
fhir:index 6;
fhir:ValueSet.compose.include.concept.code [ fhir:value "XDSRepositoryError" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.