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

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

: GoalMovementExample06 - XML Representation

Raw xml | Download



<Goal xmlns="http://hl7.org/fhir">
  <id value="GoalMovementExample06"/>
  <meta>
    <profile
             value="http://hl7.org.cn/fhir/sd/ehr/StructureDefinition/profile-goal-movement"/>
  </meta>
  <text>
    <status value="generated"/>
    <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: ">目标运动情况</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><blockquote><p><b>target</b></p><p><b>measure</b>: <span title="Codes: {http://hl7.org.cn/fhir/sd/ehr/CodeSystem/ws363-2011 DE03.00.087.00}">目标运动频率</span></p><p><b>detail</b>: <span title="Codes: {http://hl7.org.cn/fhir/sd/ehr/CodeSystem/cv03-00-111 2}">每周一次以上</span></p><p><b>due</b>: 2002-09-23</p></blockquote><blockquote><p><b>target</b></p><p><b>measure</b>: <span title="Codes: {http://hl7.org.cn/fhir/sd/ehr/CodeSystem/ws363-2011 DE03.00.088.00}">目标运动时长</span></p><p><b>detail</b>: 30 分钟/次</p><p><b>due</b>: 2002-09-23</p></blockquote><p><b>addresses</b>: <a href="Observation-MovementConditionExample06.html">Generated Summary: <span title="Codes: {http://terminology.hl7.org/CodeSystem/observation-category social-history}">Social History</span>; <span title="Codes: {http://loinc.org 89177-0}">运动情况</span></a></p></div>
  </text>
  <lifecycleStatus value="planned"/>
  <description>
    <text value="目标运动情况"/>
  </description>
  <subject>
    <reference value="Patient/PatientExample01"/>
    <display value="张三"/>
  </subject>
  <startDate value="2002-08-23"/>
  <target>
    <measure>
      <coding>
        <system value="http://hl7.org.cn/fhir/sd/ehr/CodeSystem/ws363-2011"/>
        <code value="DE03.00.087.00"/>
        <display value="目标运动频率"/>
      </coding>
    </measure>
    <detailCodeableConcept>
      <coding>
        <system value="http://hl7.org.cn/fhir/sd/ehr/CodeSystem/cv03-00-111"/>
        <code value="2"/>
        <display value="每周一次以上"/>
      </coding>
    </detailCodeableConcept>
    <dueDate value="2002-09-23"/>
  </target>
  <target>
    <measure>
      <coding>
        <system value="http://hl7.org.cn/fhir/sd/ehr/CodeSystem/ws363-2011"/>
        <code value="DE03.00.088.00"/>
        <display value="目标运动时长"/>
      </coding>
    </measure>
    <detailQuantity>
      <value value="30"/>
      <unit value="分钟/次"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="分钟/次"/>
    </detailQuantity>
    <dueDate value="2002-09-23"/>
  </target>
  <addresses>
    <reference value="Observation/MovementConditionExample06"/>
  </addresses>
</Goal>