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

FHIR IG analytics

Packagefhir.ph.core
Resource TypeObservation
IdObservation-observation-environmental-temp-example.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

Environmental temperature: 22 degrees Celsius recorded at Philippine General Hospital ward.

Source1

{
  "resourceType": "Observation",
  "id": "observation-environmental-temp-example",
  "meta": {
    "profile": [
      "https://fhir.doh.gov.ph/phcore/StructureDefinition/ph-core-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "survey",
          "display": "Survey"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "60832-3",
        "display": "Room temperature"
      }
    ],
    "text": "Environmental temperature"
  },
  "subject": {
    "reference": "Location/location-single-example"
  },
  "effectiveDateTime": "2024-03-15T14:00:00Z",
  "performer": [
    {
      "reference": "Organization/organization-single-example"
    }
  ],
  "valueQuantity": {
    "value": 22,
    "unit": "degrees Celsius",
    "system": "http://unitsofmeasure.org",
    "code": "Cel"
  }
}