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

FHIR IG analytics

Packagehl7.fhir.us.dme-orders
Resource TypeObservation
IdObservation-o2-sat.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

Resource Observation "o2-sat" Version "2" Updated "2020-08-09 18:05:32+0000"

Profile: US Core Laboratory Result Observation Profile

status: final

category: Laboratory (Observation Category Codes#laboratory)

code: Oxygen saturation in Arterial blood by Pulse oximetry (LOINC#59408-5 "SaO2 % BldA PulseOx")

subject: Patient/example1: Amy Shaw " SHAW"

effective: 2020-07-05

value: 85 %

ReferenceRanges

-LowHighAppliesTo
*95 % (Details: UCUM code % = '%')100 % (Details: UCUM code % = '%')Normal Range (Observation Reference Range Meaning Codes#normal)

Source1

{
  "resourceType": "Observation",
  "id": "o2-sat",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2020-08-09T18:05:32.947Z",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ],
      "text": "Laboratory"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "59408-5",
        "display": "SaO2 % BldA PulseOx"
      }
    ],
    "text": "Oxygen saturation in Arterial blood by Pulse oximetry"
  },
  "subject": {
    "reference": "Patient/example1",
    "display": "Amy Shaw"
  },
  "effectiveDateTime": "2020-07-05",
  "valueQuantity": {
    "value": 85,
    "unit": "%",
    "system": "http://unitsofmeasure.org"
  },
  "referenceRange": [
    {
      "low": {
        "value": 95,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      },
      "high": {
        "value": 100,
        "unit": "%",
        "system": "http://unitsofmeasure.org",
        "code": "%"
      },
      "appliesTo": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
              "code": "normal",
              "display": "Normal Range"
            }
          ],
          "text": "Normal Range"
        }
      ]
    }
  ]
}