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

FHIR IG analytics

Packagede.gematik.isik
Resource TypeObservation
IdObservation-ISiKSauerstoffsaettigungArteriellMaxExample.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": "ISiKSauerstoffsaettigungArteriellMaxExample",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKSauerstoffsaettigungArteriell"
    ]
  },
  "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"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "442476006",
        "display": "Arterial oxygen saturation"
      },
      {
        "code": "150324",
        "system": "urn:iso:std:iso:11073:10101",
        "display": "MDC_SAT_O2_ART"
      }
    ],
    "text": "Pulsoximetrische Sauerstoffsättigung - Intensivmonitoring"
  },
  "valueQuantity": {
    "system": "http://unitsofmeasure.org",
    "code": "%",
    "value": 100,
    "unit": "%"
  },
  "component": [
    {
      "valueQuantity": {
        "system": "http://unitsofmeasure.org",
        "value": 15,
        "code": "L/min",
        "unit": "Liter pro Minute"
      },
      "code": {
        "coding": [
          {
            "code": "3151-8",
            "system": "http://loinc.org",
            "display": "Inhaled oxygen flow rate"
          },
          {
            "code": "427081008",
            "system": "http://snomed.info/sct",
            "display": "Delivered oxygen flow rate"
          }
        ],
        "text": "Sauerstoffflussrate"
      }
    },
    {
      "valueQuantity": {
        "system": "http://unitsofmeasure.org",
        "value": 100,
        "code": "%",
        "unit": "%"
      },
      "code": {
        "coding": [
          {
            "code": "3150-0",
            "system": "http://loinc.org",
            "display": "Inhaled oxygen concentration"
          },
          {
            "code": "250774007",
            "system": "http://snomed.info/sct",
            "display": "Inspired oxygen concentration"
          }
        ],
        "text": "Inspiratorische Sauerstoffkonzentration - FiO2"
      }
    }
  ],
  "status": "final",
  "subject": {
    "reference": "Patient/PatientinNormal"
  },
  "effectiveDateTime": "2024-01-15T14:30:00+01:00",
  "performer": [
    {
      "reference": "Practitioner/PractitionerWalterArzt"
    }
  ],
  "method": {
    "coding": [
      {
        "code": "252465000",
        "system": "http://snomed.info/sct",
        "display": "Pulse oximetry"
      }
    ]
  },
  "bodySite": {
    "coding": [
      {
        "code": "7569003",
        "system": "http://snomed.info/sct",
        "display": "Finger structure"
      }
    ]
  },
  "interpretation": [
    {
      "coding": [
        {
          "code": "N",
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "display": "Normal"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Kontinuierliches Monitoring unter Beatmung mit 100% Sauerstoff"
    }
  ],
  "device": {
    "reference": "Device/ExampleDevice"
  }
}