Release 5 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v5.0.0: R5 - STU ). This is the current published version in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). For a full list of available versions, see times).
See the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Example Encounter/f202 (XML)

Maturity Level : N/A
Responsible Owner: Patient Administration Work Group Standards Status : Informative Compartments : Encounter , Group , Patient , Practitioner , RelatedPerson

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

Jump past Narrative

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"/> 
  display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border:
       1px solid #8da1b4; border-radius: 5px; line-height: 60%

  <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.