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

FHIR IG analytics

Packagefhir.mamaToto
Resource TypeObservation
IdObservation-ExampleObservation.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

Generated Narrative: Observation ExampleObservation

identifier: http://hospital.org/observations/OBS-78901

status: Final

category: Vital Signs

code: Body temperature

subject: Patient/example

effective: 2025-03-12 08:30:00+0000

issued: 2025-03-12 09:00:00+0000

value: 37.5 Celsius (Details: UCUM codeCel = 'Cel')

interpretation: High

bodySite: Oral cavity structure

method: Thermometry

ReferenceRanges

-LowHigh
*36.1 Celsius37.2 Celsius

Components

-CodeValue[x]
*Oral temperature37.5 Celsius

Source1

{
  "resourceType": "Observation",
  "id": "ExampleObservation",
  "meta": {
    "profile": [
      "http://example.org/StructureDefinition/ObservationProfile"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hospital.org/observations",
      "value": "OBS-78901"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8310-5",
        "display": "Body temperature"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example"
  },
  "effectiveDateTime": "2025-03-12T08:30:00Z",
  "issued": "2025-03-12T09:00:00Z",
  "valueQuantity": {
    "value": 37.5,
    "unit": "Celsius",
    "system": "http://unitsofmeasure.org",
    "code": "Cel"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "H",
          "display": "High"
        }
      ]
    }
  ],
  "bodySite": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "368209003",
        "display": "Oral cavity structure"
      }
    ]
  },
  "method": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "89003005",
        "display": "Thermometry"
      }
    ]
  },
  "referenceRange": [
    {
      "low": {
        "value": 36.1,
        "unit": "Celsius"
      },
      "high": {
        "value": 37.2,
        "unit": "Celsius"
      }
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8327-9",
            "display": "Oral temperature"
          }
        ]
      },
      "valueQuantity": {
        "value": 37.5,
        "unit": "Celsius"
      }
    }
  ]
}