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 "document-formatcode"];
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/document-formatcode 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\">urn:nhc:sd:2016<a name=\"document-formatcode-urn.58nhc.58sd.582016\"> </a></td><td>卫生信息共享文档</td><td>卫生信息共享文档</td></tr><tr><td style=\"white-space:nowrap\">urn:cn:org:hl7:sd:cda<a name=\"document-formatcode-urn.58cn.58org.58hl7.58sd.58cda\"> </a></td><td>HL7中国定义的共享文档</td><td>HL7中国定义的共享文档</td></tr><tr><td style=\"white-space:nowrap\">urn:cn:org:hl7:sd:fhir<a name=\"document-formatcode-urn.58cn.58org.58hl7.58sd.58fhir\"> </a></td><td>HL7中国定义的FHIR共享文档</td><td>HL7中国定义的FHIR共享文档</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://hl7.org.cn/fhir/CodeSystem/document-formatcode"];
fhir:CodeSystem.version [ fhir:value "V20230304"];
fhir:CodeSystem.name [ fhir:value "CSDocumentFormatCode"];
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 "3"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "urn:nhc:sd:2016" ];
fhir:CodeSystem.concept.display [ fhir:value "卫生信息共享文档" ];
fhir:CodeSystem.concept.definition [ fhir:value "卫生信息共享文档" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "urn:cn:org:hl7:sd:cda" ];
fhir:CodeSystem.concept.display [ fhir:value "HL7中国定义的共享文档" ];
fhir:CodeSystem.concept.definition [ fhir:value "HL7中国定义的共享文档" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "urn:cn:org:hl7:sd:fhir" ];
fhir:CodeSystem.concept.display [ fhir:value "HL7中国定义的FHIR共享文档" ];
fhir:CodeSystem.concept.definition [ fhir:value "HL7中国定义的FHIR共享文档" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.