HL7中国FHIR Connectathon测试实施指南
V20230304 - release
HL7中国FHIR Connectathon测试实施指南 - Local Development build (vV20230304). See the Directory of published versions
{
"resourceType" : "Bundle",
"id" : "RxQueryResponseBundleExample",
"meta" : {
"profile" : [
"http://hl7.org.cn/fhir/StructureDefinition/profile-special-rx-query-response"
]
},
"type" : "message",
"entry" : [
{
"fullUrl" : "urn:uuid:112312312-12-31-23-12-31-23-12-312",
"resource" : {
"resourceType" : "MessageHeader",
"id" : "RxMessageHeaderExample03",
"meta" : {
"profile" : [
"http://hl7.org.cn/fhir/StructureDefinition/profile-rx-messageheader"
]
},
"text" : {
"status" : "generated",
"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>"
},
"eventCoding" : {
"system" : "http://hl7.org.cn/fhir/CodeSystem/special-rx-event-type-codes",
"code" : "query-response",
"display" : "检索患者相关信息响应"
},
"source" : {
"name" : "电子病历系统",
"endpoint" : "http://aaa.hospital/emr"
}
}
},
{
"fullUrl" : "urn:uuid:112312312-12-31-23-12-31-23-12-312",
"resource" : {
"resourceType" : "Bundle",
"id" : "RxSearchSetBundleInlineExample02",
"type" : "searchset",
"entry" : [
{
"fullUrl" : "urn:uuid:112312312-12-31-23-12-31-23-12-312",
"resource" : {
"resourceType" : "Condition",
"id" : "RxDiagnosisExample01",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-category",
"code" : "encounter-diagnosis",
"display" : "诊断"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/icd-10",
"code" : "J12.82",
"display" : "Pneumonia due to COVID-19"
}
],
"text" : "新冠肺炎"
},
"subject" : {
"reference" : "Patient/PatientExample01",
"display" : "张三"
},
"encounter" : {
"reference" : "Encounter/RxEncounterExample01"
}
}
}
]
}
},
{
"fullUrl" : "urn:uuid:112312312-12-31-23-12-31-23-12-313",
"resource" : {
"resourceType" : "Bundle",
"id" : "RxSearchSetBundleInlineExample01",
"type" : "searchset",
"entry" : [
{
"fullUrl" : "urn:uuid:112312312-12-31-23-12-31-23-12-312",
"resource" : {
"resourceType" : "AllergyIntolerance",
"id" : "AllergiesExampleInline01",
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code" : "resolved",
"display" : "已解决"
}
]
},
"verificationStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code" : "confirmed",
"display" : "已确认"
}
]
},
"type" : "allergy",
"criticality" : "high",
"code" : {
"text" : "青霉素"
},
"patient" : {
"reference" : "urn:uuid:112312312-12-31-23-12-31-23-12-314",
"display" : "张三"
},
"encounter" : {
"reference" : "urn:uuid:112312312-12-31-23-12-31-23-12-313"
},
"recordedDate" : "2021-08-20",
"reaction" : [
{
"manifestation" : [
{
"coding" : [
{
"system" : "http://example.org/system",
"code" : "xxx",
"display" : "Hives"
}
],
"text" : "麻疹"
}
]
}
]
}
}
]
}
},
{
"fullUrl" : "urn:uuid:112312312-12-31-23-12-31-23-12-315",
"resource" : {
"resourceType" : "Patient",
"id" : "PatientExample01",
"text" : {
"status" : "generated",
"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>"
},
"active" : true,
"name" : [
{
"text" : "张三",
"family" : "张",
"given" : [
"三"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "010-1234567",
"use" : "work"
}
],
"gender" : "female",
"birthDate" : "1955-10-25",
"address" : [
{
"use" : "home",
"line" : [
"北京市东城区某某小区10号楼9单999室"
]
}
]
}
}
]
}