DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). 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-f001-heart.xml

Raw XML (canonical form)

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

Raw XML

<Encounter xmlns="http://hl7.org/fhir">
  <id value="f001"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="http://www.amc.nl/zorgportal/identifiers/visits"/>
    <value value="v1451"/>
  </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>
  <patient>
    <reference value="Patient/f001"/>
    <display value="P. van de Heuvel"/>
  </patient>
  <participant>
    <individual>
      <reference value="Practitioner/f002"/>
      <display value="P. Voigt"/>
    </individual>
  </participant>
  <length>
    <value value="140"/>
    <units value="min"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="min"/>
  </length>
  <reason>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="34068001"/>
      <display value="Heart valve replacement"/>
    </coding>
  </reason>
  <priority>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="310361003"/>
      <display value="Non-urgent cardiological admission"/>
    </coding>
  </priority>
  <hospitalization>
    <preAdmissionIdentifier>
      <use value="official"/>
      <system value="http://www.amc.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;164847006&quot;/&gt;
                &lt;display value=&quot;Standard ECG&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>
    <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"/>
    <display value="Burgers University Medical Center"/>
  </serviceProvider>
</Encounter>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.