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

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

: EncounterExample01 - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="EncounterExample01"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>status</b>: finished</p><p><b>class</b>: <span title="{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}">住院诊疗</span></p><p><b>type</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>period</b>: 2021-5-7 12:30:02 --&gt; 2002-8-20 16:45:50</p><h3>Diagnoses</h3><table class="grid"><tr><td>-</td><td><b>Condition</b></td><td><b>Use</b></td></tr><tr><td>*</td><td><a href="DiagnosisExample01">新冠肺炎</a></td><td><span title="Codes: {http://terminology.hl7.org/CodeSystem/diagnosis-role DD}">出院诊断</span></td></tr></table><p><b>serviceProvider</b>: <a href="Organization-OrganizationExample03.html">北大人民医院. Generated Summary: active; name: 第一人民医院</a></p></div>
  </text>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="IMP"/>
    <display value="住院诊疗"/>
  </class>
  <type>
    <text value="新冠肺炎入院"/>
  </type>
  <subject>
    <reference value="Patient/PatientExample01"/>
    <display value="张三"/>
  </subject>
  <period>
    <start value="2021-05-07T12:30:02+08:00"/>
    <end value="2002-08-20T16:45:50+08:00"/>
  </period>
  <diagnosis>
    <condition>
      <reference value="DiagnosisExample01"/>
      <display value="新冠肺炎"/>
    </condition>
    <use>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/diagnosis-role"/>
        <code value="DD"/>
        <display value="出院诊断"/>
      </coding>
    </use>
  </diagnosis>
  <serviceProvider>
    <reference value="Organization/OrganizationExample03"/>
    <display value="北大人民医院"/>
  </serviceProvider>
</Encounter>