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

HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2024.5.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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: Encounter</b><a name="Covid19EncounterExample01"> </a><a name="hcCovid19EncounterExample01"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Encounter &quot;Covid19EncounterExample01&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-profile-covid19-encounter.html">核酸检测诊疗活动结构定义</a></p></div><p><b>status</b>: completed</p><p><b>class</b>: field <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html">ActCode</a>#FLD)</span></p><p><b>type</b>: 检查检验 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-encounter-type.html">Encounter type</a>#TEST)</span></p><p><b>subject</b>: <a href="Patient-PatientExample01.html">Patient/PatientExample01</a> &quot; 刘&quot;</p><p><b>serviceProvider</b>: <a href="Organization-HospitalExample01.html">Organization/HospitalExample01</a> &quot;北大人民医院&quot;</p><p><b>actualPeriod</b>: 2022-05-20 18:45:50+0800 --&gt; (ongoing)</p></div>
  </text>
  <status value="completed"/>
  <class>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <code value="FLD"/>
    </coding>
  </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>
  <serviceProvider>🔗 
    <reference value="Organization/HospitalExample01"/>
  </serviceProvider>
  <actualPeriod>
    <start value="2022-05-20T18:45:50+08:00"/>
  </actualPeriod>
</Encounter>