基于FHIR标准的健康档案共享文档实施指南
0.8.0.2022705 - 持续集成版
基于FHIR的健康档案共享文档实施时必须严格遵循本实施指南的规定。
{
"resourceType" : "Condition",
"id" : "T2DMSymptomsExample01",
"meta" : {
"profile" : [
"http://hl7.org.cn/fhir/sd/ehr/StructureDefinition/profile-symptoms-t2dm"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>clinicalStatus</b>: <span title=\"Codes: \">active</span></p><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">问题列表</span></p><p><b>code</b>: <span title=\"Codes: {http://hl7.org.cn/fhir/sd/ehr/CodeSystem/Symptom-T2DM-Codes 7}, {http://hl7.org/fhir/sid/icd-10 R20.0}\">手脚麻木</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>onset</b>: 2002-8-20 16:45:50</p><p><b>recorder</b>: <a href=\"Practitioner-PractitionerExample01.html\">赵勇. Generated Summary: 赵勇; gender: male</a></p></div>"
},
"clinicalStatus" : {
"coding" : [
{
"code" : "active"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/condition-category",
"code" : "problem-list-item",
"display" : "问题列表"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://hl7.org.cn/fhir/sd/ehr/CodeSystem/Symptom-T2DM-Codes",
"code" : "7",
"display" : "手脚麻木"
},
{
"system" : "http://hl7.org/fhir/sid/icd-10",
"code" : "R20.0",
"display" : "皮肤感觉缺失[麻木]"
}
],
"text" : "手脚麻木"
},
"subject" : {
"reference" : "Patient/PatientExample01",
"display" : "张三"
},
"encounter" : {
"reference" : "Encounter/FollowupEncounterExample02"
},
"onsetDateTime" : "2002-08-20T16:45:50.597+08:00",
"recorder" : {
"reference" : "Practitioner/PractitionerExample01",
"display" : "赵勇"
}
}