基于FHIR标准的健康档案共享文档实施指南
0.8.0.2022705 - 持续集成版
基于FHIR的健康档案共享文档实施时必须严格遵循本实施指南的规定。
{
"resourceType" : "Observation",
"id" : "FollowupAssessmentExample02",
"meta" : {
"profile" : [
"http://hl7.org.cn/fhir/sd/ehr/StructureDefinition/profile-followup-assessment"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p></p><p><b>code</b>: <span title=\"Codes: {http://hl7.org.cn/fhir/sd/ehr/CodeSystem/ws363-2011 DE05.10.066.00}\">随访评估结果</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">张三. Generated Summary: active; 张三; Phone: 010-1234567; gender: female; birthDate: 1955-10-25</a></p><p><b>encounter</b>: <a href=\"Encounter-FollowupEncounterExample02.html\">Generated Summary: id: N1233456672; status: finished; <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode HH}\">随访</span>; <span title=\"Codes: {http://hl7.org.cn/fhir/sd/ehr/CodeSystem/cv06-00-207 2}\">家庭</span>; period: 2021-5-7 12:30:02 --> 2002-8-20 16:45:50</a></p><p><b>value</b>: <span title=\"Codes: {http://hl7.org.cn/fhir/sd/ehr/CodeSystem/cv05-10-012 1}\">控制满意</span></p></div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://hl7.org.cn/fhir/sd/ehr/CodeSystem/ws363-2011",
"code" : "DE05.10.066.00",
"display" : "随访评估结果"
}
]
},
"subject" : {
"reference" : "Patient/PatientExample01",
"display" : "张三"
},
"encounter" : {
"reference" : "Encounter/FollowupEncounterExample02"
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org.cn/fhir/sd/ehr/CodeSystem/cv05-10-012",
"code" : "1",
"display" : "控制满意"
}
]
}
}