Australian Base Implementation Guide (AU Base 2)

This page is part of the Australian Base IG (v2.2.0: AU Base 2 on R4) based on FHIR R4. For a full list of available versions, see the Directory of published versions

Encounter-encounter-example0

Formats: XML, JSON, Turtle

Raw json


{
  "resourceType" : "Encounter",
  "id" : "encounter-example0",
  "meta" : {
    "profile" : [
      "http://hl7.org.au/fhir/StructureDefinition/au-encounter"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>Encounter Description</b>: Admitted for elective bronchoscopy for assessment of left lingular and bibasal pneumonia. No focal endobronchial pathology identified. No evidence of malignancy and no pathogens isolated on bronchial brushings and washings.</p><p><b>status</b>: in-progress</p><p><b>class</b>: <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode ACUTE}\">inpatient acute</span></p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org.au/fhir/StructureDefinition/encounter-description",
      "valueString" : "Admitted for elective bronchoscopy for assessment of left lingular and bibasal pneumonia. No focal endobronchial pathology identified. No evidence of malignancy and no pathogens isolated on bronchial brushings and washings."
    }
  ],
  "status" : "in-progress",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "ACUTE",
    "display" : "inpatient acute"
  }
}
Issues & Feedback