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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeObservation
IdObservation-VS-BodyTemperature.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Observation",
  "id": "VS-BodyTemperature",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-vital-signs"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8310-5",
        "display": "Body temperature"
      }
    ]
  },
  "subject": {
    "reference": "ILCorePatient/ilcore-patient-example"
  },
  "effectiveDateTime": "2025-08-16T10:07:00+03:00",
  "valueQuantity": {
    "value": 37.2,
    "system": "http://unitsofmeasure.org",
    "code": "Cel",
    "unit": "Cel"
  }
}