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:CodeSystem;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "operationoutcome-code-xds"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org.cn/fhir/CodeSystem/operationoutcome-code-xds defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">XDSRepositoryError<a name=\"operationoutcome-code-xds-XDSRepositoryError\"> </a></td><td>文档存储错误</td><td/></tr><tr><td style=\"white-space:nowrap\">XDSRegistryError<a name=\"operationoutcome-code-xds-XDSRegistryError\"> </a></td><td>文档注册错误</td><td/></tr><tr><td style=\"white-space:nowrap\">XDSRepositoryMetadataError<a name=\"operationoutcome-code-xds-XDSRepositoryMetadataError\"> </a></td><td>元数据错误</td><td/></tr><tr><td style=\"white-space:nowrap\">XDSRegistryMetadataError<a name=\"operationoutcome-code-xds-XDSRegistryMetadataError\"> </a></td><td>元数据错误</td><td/></tr><tr><td style=\"white-space:nowrap\">XDSMissingDocument<a name=\"operationoutcome-code-xds-XDSMissingDocument\"> </a></td><td>文档元数据指向的文档未找到</td><td/></tr><tr><td style=\"white-space:nowrap\">XDSRepositoryDuplicateUniqueIdInMessage<a name=\"operationoutcome-code-xds-XDSRepositoryDuplicateUniqueIdInMessage\"> </a></td><td>在同一消息中发现同样的UniqueId</td><td/></tr><tr><td style=\"white-space:nowrap\">XDSNonIdenticalHash<a name=\"operationoutcome-code-xds-XDSNonIdenticalHash\"> </a></td><td>文档id一样,但Hash值不一样</td><td/></tr><tr><td style=\"white-space:nowrap\">XDSNonIdenticalSize<a name=\"operationoutcome-code-xds-XDSNonIdenticalSize\"> </a></td><td>文档id一样,但Size值不一样</td><td/></tr><tr><td style=\"white-space:nowrap\">XDSRegistryNotAvailable<a name=\"operationoutcome-code-xds-XDSRegistryNotAvailable\"> </a></td><td>文档注册服务不可访问</td><td/></tr><tr><td style=\"white-space:nowrap\">XDSUnknownPatientId<a name=\"operationoutcome-code-xds-XDSUnknownPatientId\"> </a></td><td>无法识别的患者标识</td><td/></tr><tr><td style=\"white-space:nowrap\">XDSPatientIdDoesNotMatch<a name=\"operationoutcome-code-xds-XDSPatientIdDoesNotMatch\"> </a></td><td>患者标识不匹配</td><td/></tr><tr><td style=\"white-space:nowrap\">XDSDocumentUniqueIdError<a name=\"operationoutcome-code-xds-XDSDocumentUniqueIdError\"> </a></td><td>文档唯一标识错误</td><td>因多种原因通过该标识无法获取到文档,例如:无权访问,文档已失效</td></tr><tr><td style=\"white-space:nowrap\">XDSDuplicateUniqueIdInRegistry<a name=\"operationoutcome-code-xds-XDSDuplicateUniqueIdInRegistry\"> </a></td><td>在注册库唯一标识重复</td><td/></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://hl7.org.cn/fhir/CodeSystem/operationoutcome-code-xds"];
fhir:CodeSystem.version [ fhir:value "V20230304"];
fhir:CodeSystem.name [ fhir:value "XDSOperationOutcomeCode"];
fhir:CodeSystem.title [ fhir:value "文档共享服务错误消息代码表"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.date [ fhir:value "2023-03-04T16:13:14+08:00"^^xsd:dateTime];
fhir:CodeSystem.publisher [ fhir:value "HL7中国"];
fhir:CodeSystem.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:CodeSystem.description [ fhir:value "文档共享服务错误消息代码表"];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "13"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "XDSRepositoryError" ];
fhir:CodeSystem.concept.display [ fhir:value "文档存储错误" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "XDSRegistryError" ];
fhir:CodeSystem.concept.display [ fhir:value "文档注册错误" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "XDSRepositoryMetadataError" ];
fhir:CodeSystem.concept.display [ fhir:value "元数据错误" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "XDSRegistryMetadataError" ];
fhir:CodeSystem.concept.display [ fhir:value "元数据错误" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "XDSMissingDocument" ];
fhir:CodeSystem.concept.display [ fhir:value "文档元数据指向的文档未找到" ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "XDSRepositoryDuplicateUniqueIdInMessage" ];
fhir:CodeSystem.concept.display [ fhir:value "在同一消息中发现同样的UniqueId" ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "XDSNonIdenticalHash" ];
fhir:CodeSystem.concept.display [ fhir:value "文档id一样,但Hash值不一样" ]
], [
fhir:index 7;
fhir:CodeSystem.concept.code [ fhir:value "XDSNonIdenticalSize" ];
fhir:CodeSystem.concept.display [ fhir:value "文档id一样,但Size值不一样" ]
], [
fhir:index 8;
fhir:CodeSystem.concept.code [ fhir:value "XDSRegistryNotAvailable" ];
fhir:CodeSystem.concept.display [ fhir:value "文档注册服务不可访问" ]
], [
fhir:index 9;
fhir:CodeSystem.concept.code [ fhir:value "XDSUnknownPatientId" ];
fhir:CodeSystem.concept.display [ fhir:value "无法识别的患者标识" ]
], [
fhir:index 10;
fhir:CodeSystem.concept.code [ fhir:value "XDSPatientIdDoesNotMatch" ];
fhir:CodeSystem.concept.display [ fhir:value "患者标识不匹配" ]
], [
fhir:index 11;
fhir:CodeSystem.concept.code [ fhir:value "XDSDocumentUniqueIdError" ];
fhir:CodeSystem.concept.display [ fhir:value "文档唯一标识错误" ];
fhir:CodeSystem.concept.definition [ fhir:value "因多种原因通过该标识无法获取到文档,例如:无权访问,文档已失效" ]
], [
fhir:index 12;
fhir:CodeSystem.concept.code [ fhir:value "XDSDuplicateUniqueIdInRegistry" ];
fhir:CodeSystem.concept.display [ fhir:value "在注册库唯一标识重复" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.