基于FHIR标准的健康档案共享文档实施指南
0.8.0.2022705 - 持续集成版
基于FHIR的健康档案共享文档实施时必须严格遵循本实施指南的规定。
@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 "cv04-10-002"];
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/sd/ehr/CodeSystem/cv04-10-002 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\">1<a name=\"cv04-10-002-1\"> </a></td><td>正常</td><td>正常</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"cv04-10-002-2\"> </a></td><td>增大</td><td>增大</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"cv04-10-002-3\"> </a></td><td>缩小</td><td>缩小</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"cv04-10-002-9\"> </a></td><td>其他</td><td>其他</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://hl7.org.cn/fhir/sd/ehr/CodeSystem/cv04-10-002"];
fhir:CodeSystem.version [ fhir:value "0.8.0.2022705"];
fhir:CodeSystem.name [ fhir:value "CV04_10_002"];
fhir:CodeSystem.title [ fhir:value "子宫大小代码表"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.date [ fhir:value "2022-07-05T13:46:42+08:00"^^xsd:dateTime];
fhir:CodeSystem.publisher [ fhir:value "CHIMA&HL7中国委员会"];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "CHIMA&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 "4"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "1" ];
fhir:CodeSystem.concept.display [ fhir:value "正常" ];
fhir:CodeSystem.concept.definition [ fhir:value "正常" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "2" ];
fhir:CodeSystem.concept.display [ fhir:value "增大" ];
fhir:CodeSystem.concept.definition [ fhir:value "增大" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "3" ];
fhir:CodeSystem.concept.display [ fhir:value "缩小" ];
fhir:CodeSystem.concept.definition [ fhir:value "缩小" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "9" ];
fhir:CodeSystem.concept.display [ fhir:value "其他" ];
fhir:CodeSystem.concept.definition [ fhir:value "其他" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.