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:Bundle;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "RxQueryResponseBundleExample"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org.cn/fhir/StructureDefinition/profile-special-rx-query-response";
fhir:index 0;
fhir:link <http://hl7.org.cn/fhir/StructureDefinition/profile-special-rx-query-response> ]
];
fhir:Bundle.type [ fhir:value "message"];
fhir:Bundle.entry [
fhir:index 0;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:112312312-12-31-23-12-31-23-12-312" ];
fhir:Bundle.entry.resource <urn:uuid:112312312-12-31-23-12-31-23-12-312>
], [
fhir:index 1;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:112312312-12-31-23-12-31-23-12-312" ];
fhir:Bundle.entry.resource <urn:uuid:112312312-12-31-23-12-31-23-12-312>
], [
fhir:index 2;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:112312312-12-31-23-12-31-23-12-313" ];
fhir:Bundle.entry.resource <urn:uuid:112312312-12-31-23-12-31-23-12-313>
], [
fhir:index 3;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:112312312-12-31-23-12-31-23-12-315" ];
fhir:Bundle.entry.resource <urn:uuid:112312312-12-31-23-12-31-23-12-315>
].
<urn:uuid:112312312-12-31-23-12-31-23-12-312> a fhir:MessageHeader, fhir:Bundle, fhir:Condition, fhir:AllergyIntolerance;
fhir:Resource.id [ fhir:value "RxMessageHeaderExample03"], [ fhir:value "RxSearchSetBundleInlineExample02"], [ fhir:value "RxDiagnosisExample01"], [ fhir:value "AllergiesExampleInline01"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org.cn/fhir/StructureDefinition/profile-rx-messageheader";
fhir:index 0;
fhir:link <http://hl7.org.cn/fhir/StructureDefinition/profile-rx-messageheader> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>event</b>: <span title=\"{http://hl7.org.cn/fhir/CodeSystem/special-rx-event-type-codes query-response}\">检索患者相关信息响应</span></p><h3>Sources</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Endpoint</b></td></tr><tr><td>*</td><td>电子病历系统</td><td><a href=\"http://aaa.hospital/emr\">http://aaa.hospital/emr</a></td></tr></table></div>"
];
fhir:MessageHeader.eventCoding [
fhir:Coding.system [ fhir:value "http://hl7.org.cn/fhir/CodeSystem/special-rx-event-type-codes" ];
fhir:Coding.code [ fhir:value "query-response" ];
fhir:Coding.display [ fhir:value "检索患者相关信息响应" ]
];
fhir:MessageHeader.source [
fhir:MessageHeader.source.name [ fhir:value "电子病历系统" ];
fhir:MessageHeader.source.endpoint [ fhir:value "http://aaa.hospital/emr" ]
];
fhir:Bundle.type [ fhir:value "searchset"];
fhir:Bundle.entry [
fhir:index 0;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:112312312-12-31-23-12-31-23-12-312" ];
fhir:Bundle.entry.resource <urn:uuid:112312312-12-31-23-12-31-23-12-312>
];
fhir:Condition.category [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-category" ];
fhir:Coding.code [ fhir:value "encounter-diagnosis" ];
fhir:Coding.display [ fhir:value "诊断" ] ]
];
fhir:Condition.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-10" ];
fhir:Coding.code [ fhir:value "J12.82" ];
fhir:Coding.display [ fhir:value "Pneumonia due to COVID-19" ] ];
fhir:CodeableConcept.text [ fhir:value "新冠肺炎" ]
];
fhir:Condition.subject [
fhir:Reference.reference [ fhir:value "Patient/PatientExample01" ];
fhir:Reference.display [ fhir:value "张三" ]
];
fhir:Condition.encounter [
fhir:Reference.reference [ fhir:value "Encounter/RxEncounterExample01" ]
];
fhir:AllergyIntolerance.clinicalStatus [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" ];
fhir:Coding.code [ fhir:value "resolved" ];
fhir:Coding.display [ fhir:value "已解决" ] ]
];
fhir:AllergyIntolerance.verificationStatus [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" ];
fhir:Coding.code [ fhir:value "confirmed" ];
fhir:Coding.display [ fhir:value "已确认" ] ]
];
fhir:AllergyIntolerance.type [ fhir:value "allergy"];
fhir:AllergyIntolerance.criticality [ fhir:value "high"];
fhir:AllergyIntolerance.code [
fhir:CodeableConcept.text [ fhir:value "青霉素" ]
];
fhir:AllergyIntolerance.patient [
fhir:Reference.reference [ fhir:value "urn:uuid:112312312-12-31-23-12-31-23-12-314" ];
fhir:Reference.display [ fhir:value "张三" ]
];
fhir:AllergyIntolerance.encounter [
fhir:Reference.reference [ fhir:value "urn:uuid:112312312-12-31-23-12-31-23-12-313" ]
];
fhir:AllergyIntolerance.recordedDate [ fhir:value "2021-08-20"^^xsd:date];
fhir:AllergyIntolerance.reaction [
fhir:index 0;
fhir:AllergyIntolerance.reaction.manifestation [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://example.org/system" ];
fhir:Coding.code [ fhir:value "xxx" ];
fhir:Coding.display [ fhir:value "Hives" ] ];
fhir:CodeableConcept.text [ fhir:value "麻疹" ] ]
].
<urn:uuid:112312312-12-31-23-12-31-23-12-313> a fhir:Bundle;
fhir:Resource.id [ fhir:value "RxSearchSetBundleInlineExample01"];
fhir:Bundle.type [ fhir:value "searchset"];
fhir:Bundle.entry [
fhir:index 0;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:112312312-12-31-23-12-31-23-12-312" ];
fhir:Bundle.entry.resource <urn:uuid:112312312-12-31-23-12-31-23-12-312>
].
<urn:uuid:112312312-12-31-23-12-31-23-12-315> a fhir:Patient;
fhir:Resource.id [ fhir:value "PatientExample01"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>active</b>: true</p><p><b>name</b>: 张三</p><p><b>telecom</b>: ph: 010-1234567(WORK)</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1955-10-25</p><p><b>address</b>: 北京市东城区某某小区10号楼9单999室 (HOME)</p></div>"
];
fhir:Patient.active [ fhir:value "true"^^xsd:boolean];
fhir:Patient.name [
fhir:index 0;
fhir:HumanName.text [ fhir:value "张三" ];
fhir:HumanName.family [ fhir:value "张" ];
fhir:HumanName.given [
fhir:value "三";
fhir:index 0 ]
];
fhir:Patient.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "010-1234567" ];
fhir:ContactPoint.use [ fhir:value "work" ]
];
fhir:Patient.gender [ fhir:value "female"];
fhir:Patient.birthDate [ fhir:value "1955-10-25"^^xsd:date];
fhir:Patient.address [
fhir:index 0;
fhir:Address.use [ fhir:value "home" ];
fhir:Address.line [
fhir:value "北京市东城区某某小区10号楼9单999室";
fhir:index 0 ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.