FHIR Clinical Documents
1.0.0-ballot - STU1 Ballot International flag

FHIR Clinical Documents, published by HL7 International / Structured Documents. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-clinical-document/ and changes regularly. See the Directory of published versions

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

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "Observation-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/patient-example",
    "display" : "Eve Everiewoman"
  },
  "encounter" : {
    "display" : "http://fhir.healthintersections.com.au/open/Encounter/encounter-example"
  },
  "effectiveDateTime" : "2023-08-03",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/Doctor2",
      "display" : "Dr Careful"
    }
  ],
  "valueString" : "Acute Asthmatic attack. Was wheezing for days prior to admission."
}