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

FHIR IG analytics

Packagede.basisprofil.r4
Resource TypeObservation
IdObservation-ExampleObservationSauerstoffsaettigungPulsoximetrie.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": "ExampleObservationSauerstoffsaettigungPulsoximetrie",
  "meta": {
    "profile": [
      "http://fhir.de/StructureDefinition/observation-de-vitalsign-sauerstoffsaettigung-pulsoximetrie",
      "http://hl7.org/fhir/StructureDefinition/vitalsigns",
      "http://hl7.org/fhir/StructureDefinition/oxygensat"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "code": "vital-signs",
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "code": "2708-6",
        "system": "http://loinc.org",
        "display": "Oxygen saturation in Arterial blood"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "442476006",
        "display": "Arterial oxygen saturation (observable entity)"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "431314004",
        "display": "Peripheral oxygen saturation (observable entity)"
      },
      {
        "code": "59408-5",
        "system": "http://loinc.org",
        "display": "Oxygen saturation in Arterial blood by Pulse oximetry"
      }
    ],
    "text": "Pulsoximetrische Sauerstoffsättigung"
  },
  "valueQuantity": {
    "system": "http://unitsofmeasure.org",
    "code": "%",
    "value": 98,
    "unit": "%"
  },
  "component": [
    {
      "valueQuantity": {
        "system": "http://unitsofmeasure.org",
        "value": 2,
        "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": 50,
        "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"
      }
    }
  ],
  "status": "final",
  "subject": {
    "reference": "Patient/example"
  },
  "effectiveDateTime": "2020-10-11"
}