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 "special-rx-event-type-codes"];
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/special-rx-event-type-codes 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\">query<a name=\"special-rx-event-type-codes-query\"> </a></td><td>检索患者相关信息请求</td><td>检索患者相关信息请求</td></tr><tr><td style=\"white-space:nowrap\">query-response<a name=\"special-rx-event-type-codes-query-response\"> </a></td><td>检索患者相关信息应答</td><td>检索患者相关信息应答</td></tr><tr><td style=\"white-space:nowrap\">push<a name=\"special-rx-event-type-codes-push\"> </a></td><td>推送处方</td><td>推送处方</td></tr><tr><td style=\"white-space:nowrap\">error<a name=\"special-rx-event-type-codes-error\"> </a></td><td>处方流转错误</td><td>处方流转错误</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://hl7.org.cn/fhir/CodeSystem/special-rx-event-type-codes"];
fhir:CodeSystem.version [ fhir:value "V20230304"];
fhir:CodeSystem.name [ fhir:value "SpecialRxEventTypeCodes"];
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 "4"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "query" ];
fhir:CodeSystem.concept.display [ fhir:value "检索患者相关信息请求" ];
fhir:CodeSystem.concept.definition [ fhir:value "检索患者相关信息请求" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "query-response" ];
fhir:CodeSystem.concept.display [ fhir:value "检索患者相关信息应答" ];
fhir:CodeSystem.concept.definition [ fhir:value "检索患者相关信息应答" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "push" ];
fhir:CodeSystem.concept.display [ fhir:value "推送处方" ];
fhir:CodeSystem.concept.definition [ fhir:value "推送处方" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "error" ];
fhir:CodeSystem.concept.display [ fhir:value "处方流转错误" ];
fhir:CodeSystem.concept.definition [ fhir:value "处方流转错误" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.