FHIR Clinical Documents
1.0.0-ballot - STU1 Ballot International flag

This page is part of the FHIR Clinical Documents (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: revised-541a72a8-df75-4484-ac89-ac4923f03b81 - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "revised-541a72a8-df75-4484-ac89-ac4923f03b81",
  "meta" : {
    "lastUpdated" : "2024-05-03T14:28:17.000+00:00"
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Acute Asthmatic attack. Was wheezing for days prior to admission.</div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "46241-6"
      }
    ],
    "text" : "Reason for admission"
  },
  "subject" : {
    🔗 "reference" : "Patient/revised-d1",
    "display" : "Eve Everywoman"
  },
  "encounter" : {
    "display" : "http://fhir.healthintersections.com.au/open/Encounter/revised-doc-example"
  },
  "effectiveDateTime" : "2023-08-03",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/revised-example2",
      "display" : "Dr Careful"
    }
  ],
  "valueString" : "Acute Asthmatic attack. Was wheezing for days prior to admission."
}