MII-Initiative

MII - Kerndatensatz Intensivmedizin - ImplementationGuide - EN

Oxygen saturation in preductal blood by pulse oximetry (Observation)

Canonical: https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-sauerstoffsaettigung-im-blut-preduktal-durch-pulsoxymetrie

"Oxygen saturation in preductal blood by pulse oximetry (Observation)" is a characteristic of the generic profile for monitoring and vital data (Observation). See there for more detailed information regarding explanations of the items or reference of the entries in the FHIR resource to the Logical Model.

Differential

Command 'tree' could not render: File was not found for 'https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-sauerstoffsaettigung-im-blut-preduktal-durch-pulsoxymetrie'


Snapshot

Command 'tree' could not render: File was not found for 'https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-sauerstoffsaettigung-im-blut-preduktal-durch-pulsoxymetrie'

Beispiel

{
    "resourceType": "Observation",
    "id": "exa-mii-icu-muv-sauerstoffsaettigung-im-blut-preduktal-durch-pulsoxymetrie",
    "meta": {
        "profile":  [
            "https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-o2saettigung-im-blut-preduktal-durch-pulsoxymetrie"
        ]
    },
    "status": "final",
    "category":  [
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                    "code": "vital-signs"
                }
            ]
        }
    ],
    "code": {
        "coding":  [
            {
                "system": "http://loinc.org",
                "code": "59407-7",
                "display": "Oxygen saturation in Blood Preductal by Pulse oximetry"
            },
            {
                "system": "urn:iso:std:iso:11073:10101",
                "code": "160296",
                "display": "Preductal SpO2"
            }
        ]
    },
    "subject": {
        "reference": "Patient/111"
    },
    "effectivePeriod": {
        "start": "2019-12-23T09:30:10+01:00",
        "end": "2019-12-23T10:30:10+01:00"
    },
    "valueQuantity": {
        "value": 96,
        "unit": "percent",
        "system": "http://unitsofmeasure.org",
        "code": "%"
    }
}