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

FHIR IG analytics

Packagestjohn.ambulance-care-summary
Resource TypeObservation
IdObservation-acs-temp.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

Body temperature

StatusFinal
CategoryVital signs
CodeBody temperature (LOINC 8310-5)
PatientBob Bobson
Encounter0450-1-2016/06/14
Effective time2016-06-14 11:35 +12:00
Value38.6 Cel

Source1

{
  "resourceType": "Observation",
  "id": "acs-temp",
  "meta": {
    "profile": [
      "https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/acs-body-temperature"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8310-5",
        "display": "Body temperature"
      }
    ]
  },
  "subject": {
    "reference": "Patient/acs-patient-bob"
  },
  "encounter": {
    "reference": "Encounter/acs-encounter"
  },
  "effectiveDateTime": "2016-06-14T11:35:00+12:00",
  "valueQuantity": {
    "value": 38.6,
    "system": "http://unitsofmeasure.org",
    "code": "Cel"
  }
}