{
  "resourceType": "Observation",
  "id": "ISiKSauerstoffsaettigungArteriellExample",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKSauerstoffsaettigungArteriell"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "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"
  },
  "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/PatientinMusterfrau"
  },
  "effectiveDateTime": "2020-10-11",
  "performer": [
    {
      "reference": "Practitioner/PractitionerWalterArzt"
    }
  ]
}