This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Encounter-example-f003-abscess.xml

Real-world encounter example (id = "f003")

Raw XML

<Encounter xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <b>Generated Narrative</b>
      </p>
      <p>
        <b>identifier</b>: v6751 (official)
      </p>
      <p>
        <b>status</b>: finished
      </p>
      <p>
        <b>class</b>: outpatient
      </p>
      <p>
        <b>type</b>: 
        <span title="Codes: {http://snomed.info/sct 270427003}">Patient-initiated encounter</span>
      </p>
      <p>
        <b>subject</b>: P. van de Heuvel
      </p>
      <h3>Participants</h3>
      <table class="grid">
        <tr>
          <td>
            <b>Type</b>
          </td>
          <td>
            <b>Individual</b>
          </td>
        </tr>
        <tr>
          <td> </td>
          <td>E.M. van den Broek</td>
        </tr>
      </table>
      <p>
        <b>length</b>: 90 min
      </p>
      <p>
        <b>reason</b>: 
        <span title="Codes: {http://snomed.info/sct 18099001}">Retropharyngeal abscess</span>
      </p>
      <p>
        <b>priority</b>: 
        <span title="Codes: {http://snomed.info/sct 103391001}">Non-urgent ear, nose and throat admission</span>
      </p>
      <blockquote>
        <p>
          <b>hospitalization</b>
        </p>
        <p>
          <b>preAdmissionIdentifier</b>: 93042 (official)
        </p>
        <p>
          <b>admitSource</b>: 
          <span title="Codes: {http://snomed.info/sct 305956004}">Referral by physician</span>
        </p>
        <p>
          <b>period</b>: 26-Jun 2011 --&gt; 30-Jun 2011
        </p>
        <h3>Accomodations</h3>
        <table class="grid">
          <tr>
            <td>
              <b>Bed</b>
            </td>
            <td>
              <b>Period</b>
            </td>
          </tr>
          <tr>
            <td> </td>
            <td>26-Jun 2011 --&gt; 1-Jul 2011</td>
          </tr>
        </table>
        <p>
          <b>dischargeDisposition</b>: 
          <span title="Codes: {http://snomed.info/sct 306689006}">Discharge to home</span>
        </p>
        <p>
          <b>reAdmission</b>: false
        </p>
      </blockquote>
      <p>
        <b>serviceProvider</b>: 
        <a href="organization-example-f001-burgers.html">91654 (official), 17-0112278 (usual); name: Burgers University Medical Center; University
           Medical Hospital</a>
      </p>
    </div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="http://www.bmc.nl/zorgportal/identifiers/encounters"/>
    <value value="v6751"/>
  </identifier>
  <status value="finished"/>
  <class value="outpatient"/>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="270427003"/>
      <display value="Patient-initiated encounter"/>
    </coding>
  </type>
  <subject>
    <reference value="Patient/f001"/>
    <display value="P. van de Heuvel"/>
  </subject>
  <participant>
    <individual>
      <reference value="Practitioner/f001"/>
      <display value="E.M. van den Broek"/>
    </individual>
  </participant>
  <length>
    <value value="90"/>
    <units value="min"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="min"/>
  </length>
  <reason>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="18099001"/>
      <display value="Retropharyngeal abscess"/>
    </coding>
  </reason>
  <priority>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="103391001"/>
      <display value="Non-urgent ear, nose and throat admission"/>
    </coding>
  </priority>
  <hospitalization>
    <preAdmissionIdentifier>
      <use value="official"/>
      <system value="http://www.bmc.nl/zorgportal/identifiers/pre-admissions"/>
      <value value="93042"/>
    </preAdmissionIdentifier><!--        &lt;preAdmissionTest&gt;
            &lt;coding&gt;
                &lt;system value=&quot;http://snomed.info/sct&quot;/&gt;
                &lt;code value=&quot;168719007&quot;/&gt;
                &lt;display value=&quot;Neck soft tissue X-ray&quot;/&gt;
            &lt;/coding&gt;
            &lt;coding&gt;
                &lt;system value=&quot;http://snomed.info/sct&quot;/&gt;
                &lt;code value=&quot;396550006&quot;/&gt;
                &lt;display value=&quot;Blood test&quot;/&gt;
            &lt;/coding&gt;
        &lt;/preAdmissionTest&gt;    -->
    <admitSource>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="305956004"/>
        <display value="Referral by physician"/>
      </coding>
    </admitSource>
    <period>
      <start value="2011-06-26"/>
      <end value="2011-06-30"/>
    </period>
    <accomodation>
      <period>
        <start value="2011-06-26"/>
        <end value="2011-07-01"/>
      </period>
    </accomodation>
    <dischargeDisposition>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="306689006"/>
        <display value="Discharge to home"/>
      </coding>
    </dischargeDisposition>
    <reAdmission value="false"/>
  </hospitalization>
  <serviceProvider>
    <reference value="Organization/f001"/>
  </serviceProvider>
</Encounter>