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

FHIR IG analytics

Packagealticelabs.fhir.smartal.glintt
Resource TypeObservation
IdObservation-ObservationSpO2Example.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": "ObservationSpO2Example",
  "meta": {
    "source": "http://alticelabs.com/fhir",
    "profile": [
      "http://alticelabs.com/fhir/StructureDefinition/SmartAL-Observation-SpO2"
    ]
  },
  "status": "final",
  "identifier": [
    {
      "system": "http://alticelabs.com/fhir/identifiers/observation",
      "value": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
    }
  ],
  "valueQuantity": {
    "unit": "%",
    "system": "http://unitsofmeasure.org",
    "code": "%",
    "value": 97
  },
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "59408-5",
        "display": "Oxygen saturation in Arterial blood by Pulse oximetry"
      }
    ]
  },
  "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:20:00.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": 90,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      },
      "text": "LL"
    },
    {
      "low": {
        "value": 90,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      },
      "high": {
        "value": 95,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      },
      "text": "L"
    },
    {
      "low": {
        "value": 95,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      },
      "high": {
        "value": 100,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      },
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
            "code": "normal"
          }
        ]
      },
      "text": "N"
    }
  ]
}