HL7中国FHIR Connectathon测试实施指南
V20230304 - release

HL7中国FHIR Connectathon测试实施指南 - Local Development build (vV20230304). See the Directory of published versions

: Covid19EncounterExample01 - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="Covid19EncounterExample01"/>
  <meta>
    <profile
             value="http://hl7.org.cn/fhir/StructureDefinition/profile-covid19-encounter"/>
  </meta>
  <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 FLD}">field</span></p><p><b>type</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/encounter-type TEST}">检查检验</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>: 2022年5月20日 下午6:45:50 --&gt; (ongoing)</p><p><b>serviceProvider</b>: <a href="Organization-OrganizationExample03.html">Generated Summary: name: 北大人民医院</a></p></div>
  </text>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="FLD"/>
  </class>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/encounter-type"/>
      <code value="TEST"/>
      <display value="检查检验"/>
    </coding>
  </type>
  <subject>
    <reference value="Patient/PatientExample01"/>
  </subject>
  <period>
    <start value="2022-05-20T18:45:50+08:00"/>
  </period>
  <serviceProvider>
    <reference value="Organization/OrganizationExample03"/>
  </serviceProvider>
</Encounter>