Periphere Artierielle Sauerstoffsättigung

Name: VitalSignDE_Periphere_Artierielle_Sauerstoffsaettigung (Simplifier Projekt Link)

Canonical: http://fhir.de/StructureDefinition/observation-de-vitalsign-sauerstoffsaettigung

identifierΣ0..*Identifier
basedOnΣ I0..*Reference(CarePlan | DeviceRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest)
partOfΣ I0..*Reference(MedicationAdministration | MedicationDispense | MedicationStatement | Procedure | Immunization | ImagingStudy)
statusΣ ?!1..1codeBinding
vs-cat1..1CodeableConceptBinding
codeΣ1..1CodeableConcept
subjectΣ I1..1Reference(Patient | Group)
focusΣ I0..*Reference(Resource)
encounterΣ I0..1Reference(Encounter)
effectivePeriodPeriod
effectiveTimingTiming
effectiveInstantinstant
effectiveDateTimeΣ I0..1dateTime
issuedΣ0..1instant
performerΣ I0..*Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | RelatedPerson)
valueΣ1..1decimal
comparatorΣ ?!0..1codeBinding
unitΣ1..1string
systemΣ I1..1uri
codeΣ1..1code
dataAbsentReasonI0..1CodeableConceptBinding
interpretation0..*CodeableConceptBinding
note0..*Annotation
bodySite0..1CodeableConcept
method0..1CodeableConcept
specimenI0..1Reference(Specimen)
deviceI0..1Reference(Device | DeviceMetric)
lowI0..1SimpleQuantity
highI0..1SimpleQuantity
type0..1CodeableConceptBinding
appliesTo0..*CodeableConcept
ageI0..1Range
text0..1string
hasMemberΣ I0..*Reference(Observation | QuestionnaireResponse | MolecularSequence)
derivedFromΣ I0..*Reference(DocumentReference | ImagingStudy | Media | QuestionnaireResponse | Observation | MolecularSequence)
codeΣ1..1CodeableConcept
valueCodeableConceptCodeableConcept
valueStringstring
valueBooleanboolean
valueIntegerinteger
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueTimetime
valueDateTimedateTime
valuePeriodPeriod
valueΣ1..1decimal
comparatorΣ ?!0..1codeBinding
unitΣ1..1string
systemΣ I1..1uri
codeΣ1..1code
dataAbsentReasonI0..1CodeableConceptBinding
interpretation0..*CodeableConceptBinding
referenceRange0..*see (referenceRange)

<Observation xmlns="http://hl7.org/fhir">
    <id value="Example-observation-sauerstoffsaettigung" />
    <meta>
        <profile value="http://fhir.de/StructureDefinition/observation-de-vitalsign-sauerstoffsaettigung" />
    </meta>
    <status value="final" />
    <category>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
            <code value="vital-signs" />
        </coding>
    </category>
    <code>
        <coding>
            <system value="http://loinc.org" />
            <code value="2708-6" />
            <display value="Oxygen saturation in Arterial blood" />
        </coding>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="442476006" />
            <display value="Arterial oxygen saturation" />
        </coding>
        <coding>
            <system value="http://loinc.org" />
            <code value="59408-5" />
            <display value="Oxygen saturation in Arterial blood by Pulse oximetry" />
        </coding>
        <text value="Pulsoximetrische Sauerstoffs&#228;ttigung" />
    </code>
    <subject>
        <reference value="Patient/example" />
    </subject>
    <effectiveDateTime value="2020-10-11" />
    <valueQuantity>
        <value value="98" />
        <unit value="%" />
        <system value="http://unitsofmeasure.org" />
        <code value="%" />
    </valueQuantity>
    <component>
        <code>
            <coding>
                <system value="http://loinc.org" />
                <code value="3151-8" />
                <display value="Inhaled oxygen flow rate" />
            </coding>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="427081008" />
                <display value="Delivered oxygen flow rate" />
            </coding>
            <text value="Sauerstoffflussrate" />
        </code>
        <valueQuantity>
            <value value="2" />
            <unit value="Liter pro Minute" />
            <system value="http://unitsofmeasure.org" />
            <code value="L/min" />
        </valueQuantity>
    </component>
    <component>
        <code>
            <coding>
                <system value="http://loinc.org" />
                <code value="3150-0" />
                <display value="Inhaled oxygen concentration" />
            </coding>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="250774007" />
                <display value="Inspired oxygen concentration" />
            </coding>
            <text value="Inspiratorische Sauerstoffkonzentration" />
        </code>
        <valueQuantity>
            <value value="50" />
            <unit value="%" />
            <system value="http://unitsofmeasure.org" />
            <code value="%" />
        </valueQuantity>
    </component>
</Observation>