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-category"];
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-category 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\">EMR<a name=\"document-category-EMR\"> </a></td><td>电子病历共享文档</td><td>电子病历共享文档</td></tr><tr><td style=\"white-space:nowrap\">EHR<a name=\"document-category-EHR\"> </a></td><td>健康档案共享文档</td><td>健康档案共享文档</td></tr><tr><td style=\"white-space:nowrap\">PHR<a name=\"document-category-PHR\"> </a></td><td>个人健康档案共享文档</td><td>个人健康档案共享文档</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://hl7.org.cn/fhir/CodeSystem/document-category"];
fhir:CodeSystem.version [ fhir:value "V20230304"];
fhir:CodeSystem.name [ fhir:value "DocumentCategory"];
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 "EMR" ];
fhir:CodeSystem.concept.display [ fhir:value "电子病历共享文档" ];
fhir:CodeSystem.concept.definition [ fhir:value "电子病历共享文档" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "EHR" ];
fhir:CodeSystem.concept.display [ fhir:value "健康档案共享文档" ];
fhir:CodeSystem.concept.definition [ fhir:value "健康档案共享文档" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "PHR" ];
fhir:CodeSystem.concept.display [ fhir:value "个人健康档案共享文档" ];
fhir:CodeSystem.concept.definition [ fhir:value "个人健康档案共享文档" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.