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

HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2025.3.12) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: EncounterExample03 - XML Representation

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="EncounterExample03"/>
  <meta>
    <profile
             value="http://hl7.org.cn/fhir/connectathon/StructureDefinition/core-inpatient-encounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter EncounterExample03</b></p><a name="EncounterExample03"> </a><a name="hcEncounterExample03"> </a><a name="EncounterExample03-en-US"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-core-inpatient-encounter.html">住院就诊服务结构定义</a></p></div><p><b>identifier</b>: <code>urn:uuid:2.16.156.10011.1.10</code>/765433</p><p><b>status</b>: Completed</p><p><b>class</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}">住院</span></p><h3>ServiceTypes</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Concept</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/service-type 218}">骨科</span></td></tr></table><p><b>subject</b>: <a href="Patient-PatientExample01.html">刘康</a></p><p><b>serviceProvider</b>: <a href="Organization-HospitalExample01.html">北大人民医院</a></p><h3>Participants</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Actor</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://hl7.org/fhir/CodeSystem/encounter-participant-type AUT}">AUT</span></td><td><a href="Practitioner-PractitionerExample01.html">赵勇</a></td></tr></table><p><b>actualPeriod</b>: 2021-05-07 12:30:02+0800 --&gt; 2002-08-20 16:45:50+0800</p><blockquote><p><b>reason</b></p><h3>Values</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Concept</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://hl7.org/fhir/encounter-reason-use AD}">膝关节置换术</span></td></tr></table></blockquote><blockquote><p><b>diagnosis</b></p><h3>Conditions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Reference</b></td></tr><tr><td style="display: none">*</td><td><a href="Condition-DiagnosisExample02.html">膝关节退行性病变</a></td></tr></table><p><b>use</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/diagnosis-role AD}">入院诊断</span></p></blockquote><h3>Admissions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>AdmitSource</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/admit-source outp}">门诊转住院</span></td></tr></table><h3>Locations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Location</b></td></tr><tr><td style="display: none">*</td><td><a href="Location-LocationExample01.html">外科楼3病区2病房1床</a></td></tr></table></div>
  </text>
  <identifier>
    <system value="urn:uuid:2.16.156.10011.1.10"/>
    <value value="765433"/>
  </identifier>
  <status value="completed"/>
  <class>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <code value="IMP"/>
      <display value="住院"/>
    </coding>
  </class>
  <serviceType>
    <concept>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/service-type"/>
        <code value="218"/>
        <display value="骨科"/>
      </coding>
    </concept>
  </serviceType>
  <subject>🔗 
    <reference value="Patient/PatientExample01"/>
    <display value="刘康"/>
  </subject>
  <serviceProvider>🔗 
    <reference value="Organization/HospitalExample01"/>
    <display value="北大人民医院"/>
  </serviceProvider>
  <participant>
    <type>
      <coding>
        <system
                value="http://hl7.org/fhir/CodeSystem/encounter-participant-type"/>
        <code value="AUT"/>
      </coding>
    </type>
    <actor>🔗 
      <reference value="Practitioner/PractitionerExample01"/>
      <display value="赵勇"/>
    </actor>
  </participant>
  <actualPeriod>
    <start value="2021-05-07T12:30:02+08:00"/>
    <end value="2002-08-20T16:45:50+08:00"/>
  </actualPeriod>
  <reason>
    <value>
      <concept>
        <coding>
          <system value="http://hl7.org/fhir/encounter-reason-use"/>
          <code value="AD"/>
          <display value="膝关节置换术"/>
        </coding>
      </concept>
    </value>
  </reason>
  <diagnosis>
    <condition>
      <reference>🔗 
        <reference value="Condition/DiagnosisExample02"/>
        <display value="膝关节退行性病变"/>
      </reference>
    </condition>
    <use>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/diagnosis-role"/>
        <code value="AD"/>
        <display value="入院诊断"/>
      </coding>
    </use>
  </diagnosis>
  <admission>
    <admitSource>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/admit-source"/>
        <code value="outp"/>
        <display value="门诊转住院"/>
      </coding>
    </admitSource>
  </admission>
  <location>
    <location>🔗 
      <reference value="Location/LocationExample01"/>
      <display value="外科楼3病区2病房1床"/>
    </location>
  </location>
</Encounter>