FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Encounter/f202 (XML)

Patient Administration Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Encounter, Patient, Practitioner, RelatedPerson

Raw XML (canonical form + also see XML Format Specification)

Real-world encounter example (with primaryDiagnosis extension added) (id = "f202")

<?xml version="1.0" encoding="UTF-8"?>

<!--  No admission was deemed necessary  --><Encounter xmlns="http://hl7.org/fhir">
  <id value="f202"/> 
  <identifier> 
    <use value="temp"/> 
    <!--   0..1 The use of this identifier   -->
    <value value="Encounter_Roel_20130128"/> 
  </identifier> 
  <status value="completed"/> 
  <!--  Encounter has finished  -->
  <class> 
    <coding> 
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/> 
      <code value="AMB"/> 
      <!--   outpatient encounter for chemotherapy   -->
      <display value="ambulatory"/> 
    </coding> 
  </class> 
  <priority> 
    <!--  Urgent priority, because of complications  -->
    <coding> 
      <system value="http://snomed.info/sct"/> 
      <code value="103391001"/> 
      <display value="Urgent"/> 
    </coding> 
  </priority> 
  <type> 
    <coding> 
      <system value="http://snomed.info/sct"/> 
      <code value="367336001"/> 
      <display value="Chemotherapy"/> 
    </coding> 
  </type> 
  <subject> 
    <reference value="Patient/f201"/> 
    <display value="Roel"/> 
  </subject> 
  <serviceProvider> 
    <reference value="Organization/f201"/> 
  </serviceProvider> 
  <participant> 
    <actor> 
      <reference value="Practitioner/f201"/> 
    </actor> 
  </participant> 
  <length> 
    <value value="56"/> 
    <unit value="minutes"/> 
    <system value="http://unitsofmeasure.org"/> 
    <code value="min"/> 
  </length> 
  <reason> 
    <value> 
      <concept> 
        <text value="The patient is treated for a tumor."/> 
      </concept> 
    </value> 
  </reason> 
  <diagnosis> 
    <condition> 
      <concept> 
        <text value="Complications from Roel's TPF chemotherapy on January 28th, 2013"/> 
      </concept> 
    </condition> 
    <use> 
      <coding> 
        <system value="http://terminology.hl7.org/CodeSystem/diagnosis-role"/> 
        <code value="AD"/> 
        <display value="Admission diagnosis"/> 
      </coding> 
    </use> 
  </diagnosis> 
  <!--   Example of a principal diagnosis with role=CC and rank=1  -->
  <diagnosis> 
    <condition> 
      <concept> 
        <text value="The patient is treated for a tumor"/> 
      </concept> 
    </condition> 
    <use> 
      <coding> 
        <system value="http://terminology.hl7.org/CodeSystem/diagnosis-role"/> 
        <code value="CC"/> 
        <display value="Chief complaint"/> 
      </coding> 
    </use> 
  </diagnosis> 
</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.