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

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

: VitalSignBPExample01 - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="VitalSignBPExample01"/>
  <meta>
    <profile
             value="http://hl7.org.cn/fhir/sd/ehr/StructureDefinition/profile-vital-signs-bp"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p></p><p><b>code</b>: <span title="Codes: {http://loinc.org 85354-9}">血压</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 DE04.10.174.00}">收缩压</span></p><p><b>value</b>: 120 mmHg</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 DE04.10.176.00}">舒张压</span></p><p><b>value</b>: 80 mmHg</p></blockquote></div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="85354-9"/>
      <display value="血压"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/PatientExample01"/>
    <display value="张三"/>
  </subject>
  <encounter>
    <reference value="Encounter/FollowupEncounterExample01"/>
  </encounter>
  <component>
    <code>
      <coding>
        <system value="http://hl7.org.cn/fhir/sd/ehr/CodeSystem/ws363-2011"/>
        <code value="DE04.10.174.00"/>
        <display value="收缩压"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="120"/>
      <unit value="mmHg"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mmHg"/>
    </valueQuantity>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://hl7.org.cn/fhir/sd/ehr/CodeSystem/ws363-2011"/>
        <code value="DE04.10.176.00"/>
        <display value="舒张压"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="80"/>
      <unit value="mmHg"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="mmHg"/>
    </valueQuantity>
  </component>
</Observation>