基于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:ValueSet;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "life-style"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-ws363-2011.html\"><code>http://hl7.org.cn/fhir/sd/ehr/CodeSystem/ws363-2011</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-ws363-2011.html#ws363-2011-DE03.4600.46053.4600\">DE03.00.053.00</a></td><td>日吸烟量(支)</td><td>日吸烟量(支)</td></tr><tr><td><a href=\"CodeSystem-ws363-2011.html#ws363-2011-DE03.4600.46054.4600\">DE03.00.054.00</a></td><td>日饮酒量(两)</td><td>日饮酒量(两)</td></tr><tr><td><a href=\"CodeSystem-ws363-2011.html#ws363-2011-DE03.4600.46087.4600\">DE03.00.087.00</a></td><td>运动频率代码</td><td>运动频率代码</td></tr><tr><td><a href=\"CodeSystem-ws363-2011.html#ws363-2011-DE03.4600.46088.4600\">DE03.00.088.00</a></td><td>次运动时长(min)</td><td>次运动时长(min)</td></tr><tr><td><a href=\"CodeSystem-ws363-2011.html#ws363-2011-DE03.4600.46056.4600\">DE03.00.056.00</a></td><td>摄盐量分级代码</td><td>摄盐量分级代码</td></tr><tr><td><a href=\"CodeSystem-ws363-2011.html#ws363-2011-DE03.4600.46055.4600\">DE03.00.055.00</a></td><td>日主食量(g)</td><td>日主食量(g)</td></tr></table></li></ul></div>"
];
fhir:ValueSet.url [ fhir:value "http://hl7.org.cn/fhir/sd/ehr/ValueSet/life-style"];
fhir:ValueSet.version [ fhir:value "0.8.0.2022705"];
fhir:ValueSet.name [ fhir:value "LifeStyle"];
fhir:ValueSet.title [ fhir:value "生活方式代码表"];
fhir:ValueSet.status [ fhir:value "active"];
fhir:ValueSet.date [ fhir:value "2022-07-05T13:46:42+08:00"^^xsd:dateTime];
fhir:ValueSet.publisher [ fhir:value "CHIMA&HL7中国委员会"];
fhir:ValueSet.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: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/sd/ehr/CodeSystem/ws363-2011" ];
fhir:ValueSet.compose.include.concept [
fhir:index 0;
fhir:ValueSet.compose.include.concept.code [ fhir:value "DE03.00.053.00" ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.concept.code [ fhir:value "DE03.00.054.00" ] ], [
fhir:index 2;
fhir:ValueSet.compose.include.concept.code [ fhir:value "DE03.00.087.00" ] ], [
fhir:index 3;
fhir:ValueSet.compose.include.concept.code [ fhir:value "DE03.00.088.00" ] ], [
fhir:index 4;
fhir:ValueSet.compose.include.concept.code [ fhir:value "DE03.00.056.00" ] ], [
fhir:index 5;
fhir:ValueSet.compose.include.concept.code [ fhir:value "DE03.00.055.00" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.