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

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

: MovementConditionExample01 - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "MovementConditionExample01",
  "meta" : {
    "profile" : [
      "http://hl7.org.cn/fhir/sd/ehr/StructureDefinition/profile-movement-condition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p></p><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Social History</span></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 89177-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-FollowupEncounterExample01.html\">Generated Summary: id: N1233456671; 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 --&gt; 2002-8-20 16:45:50</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes: {http://hl7.org.cn/fhir/sd/ehr/CodeSystem/ws363-2011 DE03.00.087.00}\">运动频率</span></p><p><b>value</b>: <span title=\"Codes: {http://hl7.org.cn/fhir/sd/ehr/CodeSystem/cv03-00-111 3}\">偶尔</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes: {http://hl7.org.cn/fhir/sd/ehr/CodeSystem/ws363-2011 DE03.00.088.00}\">运动时长</span></p><p><b>value</b>: 20 分钟/次</p></blockquote></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "social-history"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "89177-0",
        "display" : "运动情况"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/PatientExample01",
    "display" : "张三"
  },
  "encounter" : {
    "reference" : "Encounter/FollowupEncounterExample01"
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://hl7.org.cn/fhir/sd/ehr/CodeSystem/ws363-2011",
            "code" : "DE03.00.087.00",
            "display" : "运动频率"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org.cn/fhir/sd/ehr/CodeSystem/cv03-00-111",
            "code" : "3",
            "display" : "偶尔"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://hl7.org.cn/fhir/sd/ehr/CodeSystem/ws363-2011",
            "code" : "DE03.00.088.00",
            "display" : "运动时长"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 20,
        "unit" : "分钟/次",
        "system" : "http://unitsofmeasure.org",
        "code" : "分钟/次"
      }
    }
  ]
}