FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.fhir-clinical-document.r4
Resource TypeObservation
IdObservation-Observation-541a72a8-df75-4484-ac89-ac4923f03b81.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Acute Asthmatic attack. Was wheezing for days prior to admission.

Source1

{
  "resourceType": "Observation",
  "id": "Observation-541a72a8-df75-4484-ac89-ac4923f03b81",
  "meta": {
    "lastUpdated": "2024-05-03T14:28:17.000+00:00"
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "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."
}