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

FHIR IG analytics

Packagealticelabs.fhir.smartal.glintt
Resource TypeObservation
IdObservation-ObservationBodyTemperatureExample.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": "ObservationBodyTemperatureExample",
  "meta": {
    "source": "http://alticelabs.com/fhir",
    "profile": [
      "http://alticelabs.com/fhir/StructureDefinition/SmartAL-Observation-BodyTemperature"
    ]
  },
  "status": "final",
  "identifier": [
    {
      "system": "http://alticelabs.com/fhir/identifiers/observation",
      "value": "obs-uuid-1"
    }
  ],
  "valueQuantity": {
    "unit": "°C",
    "system": "http://unitsofmeasure.org",
    "code": "Cel",
    "value": 37
  },
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8310-5",
        "display": "Body temperature"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ],
      "text": "vital-signs"
    }
  ],
  "subject": {
    "reference": "Patient/f47ac10b-58cc-4372-a567-0e02b2c3d479",
    "identifier": {
      "system": "https://glintt.com/viewer",
      "value": "69a02c5d224c0b4344d0621d"
    }
  },
  "effectiveDateTime": "2025-03-01T17:16:17.000Z",
  "performer": [
    {
      "reference": "Practitioner/01f86ee0-f70b-455d-b39f-57f444ae4b7e"
    }
  ],
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "N",
          "display": "Normal"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "ObservationNote"
    }
  ],
  "referenceRange": [
    {
      "high": {
        "value": 35,
        "unit": "Cel",
        "system": "http://unitsofmeasure.org",
        "code": "Cel"
      },
      "text": "LL"
    },
    {
      "low": {
        "value": 35,
        "unit": "Cel",
        "system": "http://unitsofmeasure.org",
        "code": "Cel"
      },
      "high": {
        "value": 36.1,
        "unit": "Cel",
        "system": "http://unitsofmeasure.org",
        "code": "Cel"
      },
      "text": "L"
    },
    {
      "low": {
        "value": 36.1,
        "unit": "Cel",
        "system": "http://unitsofmeasure.org",
        "code": "Cel"
      },
      "high": {
        "value": 37.2,
        "unit": "Cel",
        "system": "http://unitsofmeasure.org",
        "code": "Cel"
      },
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
            "code": "normal"
          }
        ]
      },
      "text": "N"
    },
    {
      "low": {
        "value": 37.2,
        "unit": "Cel",
        "system": "http://unitsofmeasure.org",
        "code": "Cel"
      },
      "high": {
        "value": 38.3,
        "unit": "Cel",
        "system": "http://unitsofmeasure.org",
        "code": "Cel"
      },
      "text": "H"
    },
    {
      "low": {
        "value": 38.3,
        "unit": "Cel",
        "system": "http://unitsofmeasure.org",
        "code": "Cel"
      },
      "text": "HH"
    }
  ]
}