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

FHIR IG analytics

Packagehl7.fhir.be.patient-monitoring
Resource TypeObservation
IdObservation-OxygenSaturationExample2.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 OxygenSaturationExample2

status: Final

category: Vital Signs

code: Oxygen saturation in Arterial blood

subject: Identifier: https://www.telemonitoring-prescription.com/FHIR/patient/EFD5E060-9522-48BE-9ECC-3BFA54EA3666

effective: 2024-11-18 09:38:52+0000 --> 2024-11-18 09:38:52+0000

performer: Identifier: https://www.telemonitoring-prescription.com/FHIR/patient/EFD5E060-9522-48BE-9ECC-3BFA54EA3666

value: 98 %O2 (Details: UCUM code% = '%')


Source1

{
  "resourceType": "Observation",
  "id": "OxygenSaturationExample2",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/oxygensat"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": "2708-6",
        "display": "Oxygen saturation in Arterial blood"
      }
    ]
  },
  "subject": {
    "identifier": {
      "system": "https://www.telemonitoring-prescription.com/FHIR/patient",
      "value": "EFD5E060-9522-48BE-9ECC-3BFA54EA3666"
    }
  },
  "effectivePeriod": {
    "start": "2024-11-18T09:38:52+00:00",
    "end": "2024-11-18T09:38:52+00:00"
  },
  "performer": [
    {
      "identifier": {
        "system": "https://www.telemonitoring-prescription.com/FHIR/patient",
        "value": "EFD5E060-9522-48BE-9ECC-3BFA54EA3666"
      }
    }
  ],
  "valueQuantity": {
    "value": 98,
    "unit": "%O2",
    "system": "http://unitsofmeasure.org",
    "code": "%"
  }
}