PACIO Transitions of Care Implementation Guide
1.0.0-ballot - STU 1 Ballot United States of America flag

This page is part of the PACIO Transitions of Care Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: Encounter - XML Representation

Page standards status: Informative

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="BSJ-Encounter"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter|6.1.0"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter BSJ-Encounter</b></p><a name="BSJ-Encounter"> </a><a name="hcBSJ-Encounter"> </a><a name="BSJ-Encounter-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="http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-encounter.html">US Core Encounter Profileversion: null6.1.0)</a></p></div><p><b>status</b>: Finished</p><p><b>class</b>: <a href="http://terminology.hl7.org/6.1.0/CodeSystem-v3-ActCode.html#v3-ActCode-HH">ActCode HH</a>: Home Health</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 50357006}">Evaluation and management of patient at home (procedure)</span></p><p><b>subject</b>: <a href="Patient-Example-Smith-Johnson-Patient1.html">Smith-Johnson, Betsy Female, DoB: 1958-11-01 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#10A3D58WH1600)</a></p><h3>Participants</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Individual</b></td></tr><tr><td style="display: none">*</td><td><a href="PractitionerRole-Role-OT-JenCadbury.html">PractitionerRole Occupational Therapist</a></td></tr></table><p><b>period</b>: 2024-01-18 --&gt; (ongoing)</p></div>
  </text>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="HH"/>
    <display value="Home Health"/>
  </class>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="50357006"/>
      <display
               value="Evaluation and management of patient at home (procedure)"/>
    </coding>
  </type>
  <subject>🔗 
    <reference value="Patient/Example-Smith-Johnson-Patient1"/>
  </subject>
  <participant>
    <individual>🔗 
      <reference value="PractitionerRole/Role-OT-JenCadbury"/>
    </individual>
  </participant>
  <period>
    <start value="2024-01-18"/>
  </period>
</Encounter>