基于FHIR标准的健康档案共享文档实施指南
0.8.0.2022705 - 持续集成版

基于FHIR的健康档案共享文档实施时必须严格遵循本实施指南的规定。

: GoalBMIExample05 - JSON Representation

Raw json | Download


{
  "resourceType" : "Goal",
  "id" : "GoalBMIExample05",
  "meta" : {
    "profile" : [
      "http://hl7.org.cn/fhir/sd/ehr/StructureDefinition/profile-goal-bmi"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>lifecycleStatus</b>: planned</p><p><b>description</b>: <span title=\"Codes: {http://hl7.org.cn/fhir/sd/ehr/CodeSystem/ws363-2011 DE03.00.075.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>start</b>: 2002-08-23</p><h3>Targets</h3><table class=\"grid\"><tr><td>-</td><td><b>Detail[x]</b></td><td><b>Due[x]</b></td></tr><tr><td>*</td><td>27 kg/m2</td><td>2002-09-23</td></tr></table><p><b>addresses</b>: <a href=\"Observation-VitalSignBMIExample05.html\">Generated Summary: <span title=\"Codes: {http://hl7.org.cn/fhir/sd/ehr/CodeSystem/ws363-2011 DE03.00.075.00}\">体质指数</span>; 29 kg/m2</a></p></div>"
  },
  "lifecycleStatus" : "planned",
  "description" : {
    "coding" : [
      {
        "system" : "http://hl7.org.cn/fhir/sd/ehr/CodeSystem/ws363-2011",
        "code" : "DE03.00.075.00",
        "display" : "目标体质指数"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/PatientExample01",
    "display" : "张三"
  },
  "startDate" : "2002-08-23",
  "target" : [
    {
      "detailQuantity" : {
        "value" : 27,
        "unit" : "kg/m2",
        "system" : "http://unitsofmeasure.org",
        "code" : "kg/m2"
      },
      "dueDate" : "2002-09-23"
    }
  ],
  "addresses" : [
    {
      "reference" : "Observation/VitalSignBMIExample05"
    }
  ]
}