Beispiele

ChronischeKrankheitBeispiel

Ressourcentyp: Condition

Beispiel des Datensatzes einer Chronischen Erkrankung

Condition
{
    "resourceType": "Condition",
    "id": "ChronischeKrankheitBeispiel",
    "meta": {
        "profile":  [
            "https://www.oegd.de/fhir/seu/StructureDefinition/ChronischeKrankheit"
        ]
    },
    "code": {
        "coding":  [
            {
                "code": "56265001",
                "system": "http://snomed.info/sct",
                "display": "Heart disease (disorder)"
            }
        ]
    },
    "subject": {
        "reference": "Patient/PersonBeispiel"
    }
}
<Condition xmlns="http://hl7.org/fhir">
    <id value="ChronischeKrankheitBeispiel" />
    <meta>
        <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/ChronischeKrankheit" />
    </meta>
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="56265001" />
            <display value="Heart disease (disorder)" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/PersonBeispiel" />
    </subject>
</Condition>

BehinderungBeispiel

Ressourcentyp: Observation

Beispiel des Datensatzes einer Behinderung

Observation
{
    "resourceType": "Observation",
    "id": "BehinderungBeispiel",
    "meta": {
        "profile":  [
            "https://www.oegd.de/fhir/seu/StructureDefinition/Behinderung"
        ]
    },
    "code": {
        "coding":  [
            {
                "code": "21134002",
                "system": "http://snomed.info/sct",
                "display": "Disability (finding)"
            }
        ]
    },
    "category":  [
        {
            "coding":  [
                {
                    "code": "exam",
                    "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                    "display": "Exam"
                }
            ]
        }
    ],
    "status": "final",
    "valueCodeableConcept": {
        "coding":  [
            {
                "code": "K",
                "system": "https://www.oegd.de/fhir/seu/CodeSystem/BehinderungsTypCS",
                "display": "Körperlich"
            }
        ]
    },
    "subject": {
        "reference": "Patient/PersonBeispiel"
    },
    "effectiveDateTime": "2023-01-01"
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="BehinderungBeispiel" />
    <meta>
        <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/Behinderung" />
    </meta>
    <status value="final" />
    <category>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
            <code value="exam" />
            <display value="Exam" />
        </coding>
    </category>
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="21134002" />
            <display value="Disability (finding)" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/PersonBeispiel" />
    </subject>
    <effectiveDateTime value="2023-01-01" />
    <valueCodeableConcept>
        <coding>
            <system value="https://www.oegd.de/fhir/seu/CodeSystem/BehinderungsTypCS" />
            <code value="K" />
            <display value="K&#246;rperlich" />
        </coding>
    </valueCodeableConcept>
</Observation>

BlutdruckBeispiel

Ressourcentyp: Observation

Beispiel des Datensatzes eines Blutdrucks

Could not find subject. File was not found for BlutdruckBeispiel
Command 'json' could not render: File was not found for BlutdruckBeispiel
Command 'xml' could not render: File was not found for BlutdruckBeispiel

KoerpergewichtBeispiel

Ressourcentyp: Observation

Beispiel des Datensatzes eines Koerpergewichts

Could not find subject. File was not found for KoerpergewichtBeispiel
Command 'json' could not render: File was not found for KoerpergewichtBeispiel
Command 'xml' could not render: File was not found for KoerpergewichtBeispiel

KoerpergroesseBeispiel

Ressourcentyp: Observation

Beispiel des Datensatzes einer Koerpergroesse

Could not find subject. File was not found for KoerpergroesseBeispiel
Command 'json' could not render: File was not found for KoerpergroesseBeispiel
Command 'xml' could not render: File was not found for KoerpergroesseBeispiel

MehraufwandBeispiel

Ressourcentyp: Observation

Beispiel des Datensatzes eines Mehraufwands

Observation
{
    "resourceType": "Observation",
    "id": "MehraufwandBeispiel",
    "meta": {
        "profile":  [
            "https://www.oegd.de/fhir/seu/StructureDefinition/Mehraufwand"
        ]
    },
    "code": {
        "coding":  [
            {
                "code": "416393001",
                "system": "http://snomed.info/sct",
                "display": "Procedure time out (procedure)"
            }
        ]
    },
    "category":  [
        {
            "coding":  [
                {
                    "code": "exam",
                    "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                    "display": "Exam"
                }
            ]
        }
    ],
    "status": "final",
    "valueBoolean": true,
    "subject": {
        "reference": "Patient/PersonBeispiel"
    },
    "effectiveDateTime": "2023-01-01"
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="MehraufwandBeispiel" />
    <meta>
        <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/Mehraufwand" />
    </meta>
    <status value="final" />
    <category>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
            <code value="exam" />
            <display value="Exam" />
        </coding>
    </category>
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="416393001" />
            <display value="Procedure time out (procedure)" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/PersonBeispiel" />
    </subject>
    <effectiveDateTime value="2023-01-01" />
    <valueBoolean value="true" />
</Observation>

RisikofaktorBeispiel

Ressourcentyp: Observation

Beispiel des Datensatzes eines Risikofaktors

Observation
{
    "resourceType": "Observation",
    "id": "RisikofaktorBeispiel",
    "meta": {
        "profile":  [
            "https://www.oegd.de/fhir/seu/StructureDefinition/Risikofaktor"
        ]
    },
    "code": {
        "coding":  [
            {
                "code": "80943009",
                "system": "http://snomed.info/sct",
                "display": "Risk factor (observable entity)"
            }
        ]
    },
    "category":  [
        {
            "coding":  [
                {
                    "code": "social-history",
                    "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                    "display": "Social History"
                }
            ]
        }
    ],
    "status": "final",
    "valueCodeableConcept": {
        "coding":  [
            {
                "code": "familie",
                "system": "https://www.oegd.de/fhir/seu/CodeSystem/RisikofaktorCS",
                "display": "Familie"
            }
        ]
    },
    "subject": {
        "reference": "Patient/PersonBeispiel"
    },
    "effectiveDateTime": "2023-01-01"
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="RisikofaktorBeispiel" />
    <meta>
        <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/Risikofaktor" />
    </meta>
    <status value="final" />
    <category>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
            <code value="social-history" />
            <display value="Social History" />
        </coding>
    </category>
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="80943009" />
            <display value="Risk factor (observable entity)" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/PersonBeispiel" />
    </subject>
    <effectiveDateTime value="2023-01-01" />
    <valueCodeableConcept>
        <coding>
            <system value="https://www.oegd.de/fhir/seu/CodeSystem/RisikofaktorCS" />
            <code value="familie" />
            <display value="Familie" />
        </coding>
    </valueCodeableConcept>
</Observation>

SchulempfehlungBeispiel

Ressourcentyp: Observation

Beispiel des Datensatzes einer Schulempfehlung

Observation
{
    "resourceType": "Observation",
    "id": "SchulempfehlungBeispiel",
    "meta": {
        "profile":  [
            "https://www.oegd.de/fhir/seu/StructureDefinition/Schulempfehlung"
        ]
    },
    "code": {
        "coding":  [
            {
                "code": "420227002",
                "system": "http://snomed.info/sct",
                "display": "Recommendation to (procedure)"
            }
        ]
    },
    "category":  [
        {
            "coding":  [
                {
                    "code": "exam",
                    "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                    "display": "Exam"
                }
            ]
        }
    ],
    "status": "final",
    "valueCodeableConcept": {
        "coding":  [
            {
                "code": "nein",
                "system": "https://www.oegd.de/fhir/seu/CodeSystem/SchulempfehlungCS",
                "display": "keine regelabweichende Schulempfehlung"
            }
        ]
    },
    "subject": {
        "reference": "Patient/PersonBeispiel"
    },
    "effectiveDateTime": "2023-01-01"
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="SchulempfehlungBeispiel" />
    <meta>
        <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/Schulempfehlung" />
    </meta>
    <status value="final" />
    <category>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
            <code value="exam" />
            <display value="Exam" />
        </coding>
    </category>
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="420227002" />
            <display value="Recommendation to (procedure)" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/PersonBeispiel" />
    </subject>
    <effectiveDateTime value="2023-01-01" />
    <valueCodeableConcept>
        <coding>
            <system value="https://www.oegd.de/fhir/seu/CodeSystem/SchulempfehlungCS" />
            <code value="nein" />
            <display value="keine regelabweichende Schulempfehlung" />
        </coding>
    </valueCodeableConcept>
</Observation>

StatusKindBeispiel

Ressourcentyp: Observation

Beispiel des Datensatzes eines Kind Status

Observation
{
    "resourceType": "Observation",
    "id": "StatusKindBeispiel",
    "meta": {
        "profile":  [
            "https://www.oegd.de/fhir/seu/StructureDefinition/StatusKind"
        ]
    },
    "code": {
        "coding":  [
            {
                "code": "308402004",
                "system": "http://snomed.info/sct",
                "display": "Child development status (finding)"
            }
        ]
    },
    "status": "final",
    "valueCodeableConcept": {
        "coding":  [
            {
                "code": "regel",
                "system": "https://www.oegd.de/fhir/seu/CodeSystem/StatusKindCS",
                "display": "Regel"
            }
        ]
    },
    "subject": {
        "reference": "Patient/PersonBeispiel"
    },
    "effectiveDateTime": "2023-01-01"
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="StatusKindBeispiel" />
    <meta>
        <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/StatusKind" />
    </meta>
    <status value="final" />
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="308402004" />
            <display value="Child development status (finding)" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/PersonBeispiel" />
    </subject>
    <effectiveDateTime value="2023-01-01" />
    <valueCodeableConcept>
        <coding>
            <system value="https://www.oegd.de/fhir/seu/CodeSystem/StatusKindCS" />
            <code value="regel" />
            <display value="Regel" />
        </coding>
    </valueCodeableConcept>
</Observation>

TestDysBeispiel

Ressourcentyp: Observation

Beispiel des Datensatzes einer Dyslexie

Observation
{
    "resourceType": "Observation",
    "id": "TestDysBeispiel",
    "meta": {
        "profile":  [
            "https://www.oegd.de/fhir/seu/StructureDefinition/TestDys"
        ]
    },
    "status": "final",
    "code": {
        "coding":  [
            {
                "code": "dys",
                "system": "https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS",
                "display": "Anzahl auffälliger Laut/Stammfehler"
            }
        ]
    },
    "referenceRange":  [
        {
            "low": {
                "value": 0,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 10,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "263654008",
                        "system": "http://snomed.info/sct",
                        "display": "Abnormal (qualifier value)"
                    }
                ]
            }
        },
        {
            "low": {
                "value": 0,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 10,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "17621005",
                        "system": "http://snomed.info/sct",
                        "display": "Borderline (qualifier value)"
                    }
                ]
            }
        },
        {
            "low": {
                "value": 0,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 10,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "263654008",
                        "system": "http://snomed.info/sct",
                        "display": "Normal (qualifier value)"
                    }
                ]
            }
        }
    ],
    "subject": {
        "reference": "Patient/PersonBeispiel"
    },
    "effectiveDateTime": "2023-01-01",
    "valueQuantity": {
        "value": 2,
        "code": "1",
        "system": "http://unitsofmeasure.org",
        "unit": "Punktwert"
    }
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="TestDysBeispiel" />
    <meta>
        <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/TestDys" />
    </meta>
    <status value="final" />
    <code>
        <coding>
            <system value="https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS" />
            <code value="dys" />
            <display value="Anzahl auff&#228;lliger Laut/Stammfehler" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/PersonBeispiel" />
    </subject>
    <effectiveDateTime value="2023-01-01" />
    <valueQuantity>
        <value value="2" />
        <unit value="Punktwert" />
        <system value="http://unitsofmeasure.org" />
        <code value="1" />
    </valueQuantity>
    <referenceRange>
        <low>
            <value value="0" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="10" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="263654008" />
                <display value="Abnormal (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
    <referenceRange>
        <low>
            <value value="0" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="10" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="17621005" />
                <display value="Borderline (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
    <referenceRange>
        <low>
            <value value="0" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="10" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="263654008" />
                <display value="Normal (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
</Observation>

TestKoordBeispiel

Ressourcentyp: Observation

Beispiel des Datensatzes einer Koordination

Observation
{
    "resourceType": "Observation",
    "id": "TestKoordBeispiel",
    "meta": {
        "profile":  [
            "https://www.oegd.de/fhir/seu/StructureDefinition/TestKoord"
        ]
    },
    "status": "final",
    "code": {
        "coding":  [
            {
                "code": "koord",
                "system": "https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS",
                "display": "Regelstufe"
            }
        ]
    },
    "referenceRange":  [
        {
            "low": {
                "value": 0,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 6,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "263654008",
                        "system": "http://snomed.info/sct",
                        "display": "Abnormal (qualifier value)"
                    }
                ]
            }
        },
        {
            "low": {
                "value": 7,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 8,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "17621005",
                        "system": "http://snomed.info/sct",
                        "display": "Borderline (qualifier value)"
                    }
                ]
            }
        },
        {
            "low": {
                "value": 9,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 30,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "263654008",
                        "system": "http://snomed.info/sct",
                        "display": "Normal (qualifier value)"
                    }
                ]
            }
        }
    ],
    "subject": {
        "reference": "Patient/PersonBeispiel"
    },
    "effectiveDateTime": "2023-01-01",
    "valueQuantity": {
        "value": 12,
        "code": "1",
        "system": "http://unitsofmeasure.org",
        "unit": "Punktwert"
    }
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="TestKoordBeispiel" />
    <meta>
        <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/TestKoord" />
    </meta>
    <status value="final" />
    <code>
        <coding>
            <system value="https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS" />
            <code value="koord" />
            <display value="Regelstufe" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/PersonBeispiel" />
    </subject>
    <effectiveDateTime value="2023-01-01" />
    <valueQuantity>
        <value value="12" />
        <unit value="Punktwert" />
        <system value="http://unitsofmeasure.org" />
        <code value="1" />
    </valueQuantity>
    <referenceRange>
        <low>
            <value value="0" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="6" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="263654008" />
                <display value="Abnormal (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
    <referenceRange>
        <low>
            <value value="7" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="8" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="17621005" />
                <display value="Borderline (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
    <referenceRange>
        <low>
            <value value="9" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="30" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="263654008" />
                <display value="Normal (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
</Observation>

TestMengBeispiel

Ressourcentyp: Observation

Beispiel des Datensatzes des Tests zur Mengenbildung

Observation
{
    "resourceType": "Observation",
    "id": "TestMengBeispiel",
    "meta": {
        "profile":  [
            "https://www.oegd.de/fhir/seu/StructureDefinition/TestMeng"
        ]
    },
    "status": "final",
    "code": {
        "coding":  [
            {
                "code": "meng",
                "system": "https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS",
                "display": "SOPESS- Mengenvergleich, Simultanerfassung"
            }
        ]
    },
    "referenceRange":  [
        {
            "low": {
                "value": 0,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 10,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "263654008",
                        "system": "http://snomed.info/sct",
                        "display": "Abnormal (qualifier value)"
                    }
                ]
            }
        },
        {
            "low": {
                "value": 11,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 13,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "17621005",
                        "system": "http://snomed.info/sct",
                        "display": "Borderline (qualifier value)"
                    }
                ]
            }
        },
        {
            "low": {
                "value": 14,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 16,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "263654008",
                        "system": "http://snomed.info/sct",
                        "display": "Normal (qualifier value)"
                    }
                ]
            }
        }
    ],
    "subject": {
        "reference": "Patient/PersonBeispiel"
    },
    "effectiveDateTime": "2023-01-01",
    "valueQuantity": {
        "value": 15,
        "code": "1",
        "system": "http://unitsofmeasure.org",
        "unit": "Punktwert"
    }
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="TestMengBeispiel" />
    <meta>
        <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/TestMeng" />
    </meta>
    <status value="final" />
    <code>
        <coding>
            <system value="https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS" />
            <code value="meng" />
            <display value="SOPESS- Mengenvergleich, Simultanerfassung" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/PersonBeispiel" />
    </subject>
    <effectiveDateTime value="2023-01-01" />
    <valueQuantity>
        <value value="15" />
        <unit value="Punktwert" />
        <system value="http://unitsofmeasure.org" />
        <code value="1" />
    </valueQuantity>
    <referenceRange>
        <low>
            <value value="0" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="10" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="263654008" />
                <display value="Abnormal (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
    <referenceRange>
        <low>
            <value value="11" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="13" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="17621005" />
                <display value="Borderline (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
    <referenceRange>
        <low>
            <value value="14" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="16" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="263654008" />
                <display value="Normal (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
</Observation>

TestPlurBeispiel

Ressourcentyp: Observation

Beispiel des Datensatzes des Tests zur Pluralbildung

Observation
{
    "resourceType": "Observation",
    "id": "TestPlurBeispiel",
    "meta": {
        "profile":  [
            "https://www.oegd.de/fhir/seu/StructureDefinition/TestPlur"
        ]
    },
    "status": "final",
    "code": {
        "coding":  [
            {
                "code": "plur",
                "system": "https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS",
                "display": "SOPESS-Pluralbildung"
            }
        ]
    },
    "referenceRange":  [
        {
            "low": {
                "value": 0,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 3,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "263654008",
                        "system": "http://snomed.info/sct",
                        "display": "Abnormal (qualifier value)"
                    }
                ]
            }
        },
        {
            "low": {
                "value": 4,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 5,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "17621005",
                        "system": "http://snomed.info/sct",
                        "display": "Borderline (qualifier value)"
                    }
                ]
            }
        },
        {
            "low": {
                "value": 6,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 7,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "263654008",
                        "system": "http://snomed.info/sct",
                        "display": "Normal (qualifier value)"
                    }
                ]
            }
        }
    ],
    "subject": {
        "reference": "Patient/PersonBeispiel"
    },
    "effectiveDateTime": "2023-01-01",
    "valueQuantity": {
        "value": 7,
        "code": "1",
        "system": "http://unitsofmeasure.org",
        "unit": "Punktwert"
    }
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="TestPlurBeispiel" />
    <meta>
        <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/TestPlur" />
    </meta>
    <status value="final" />
    <code>
        <coding>
            <system value="https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS" />
            <code value="plur" />
            <display value="SOPESS-Pluralbildung" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/PersonBeispiel" />
    </subject>
    <effectiveDateTime value="2023-01-01" />
    <valueQuantity>
        <value value="7" />
        <unit value="Punktwert" />
        <system value="http://unitsofmeasure.org" />
        <code value="1" />
    </valueQuantity>
    <referenceRange>
        <low>
            <value value="0" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="3" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="263654008" />
                <display value="Abnormal (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
    <referenceRange>
        <low>
            <value value="4" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="5" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="17621005" />
                <display value="Borderline (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
    <referenceRange>
        <low>
            <value value="6" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="7" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="263654008" />
                <display value="Normal (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
</Observation>

TestPraepBeispiel

Ressourcentyp: Observation

Beispiel des Datensatzes des Tests zur Präpositionsbildung

Observation
{
    "resourceType": "Observation",
    "id": "TestPraepBeispiel",
    "meta": {
        "profile":  [
            "https://www.oegd.de/fhir/seu/StructureDefinition/TestPraep"
        ]
    },
    "status": "final",
    "code": {
        "coding":  [
            {
                "code": "praep",
                "system": "https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS",
                "display": "SOPESS-Präpositionen"
            }
        ]
    },
    "referenceRange":  [
        {
            "low": {
                "value": 0,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 4,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "263654008",
                        "system": "http://snomed.info/sct",
                        "display": "Abnormal (qualifier value)"
                    }
                ]
            }
        },
        {
            "low": {
                "value": 5,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 5,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "17621005",
                        "system": "http://snomed.info/sct",
                        "display": "Borderline (qualifier value)"
                    }
                ]
            }
        },
        {
            "low": {
                "value": 6,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 8,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "263654008",
                        "system": "http://snomed.info/sct",
                        "display": "Normal (qualifier value)"
                    }
                ]
            }
        }
    ],
    "subject": {
        "reference": "Patient/PersonBeispiel"
    },
    "effectiveDateTime": "2023-01-01",
    "valueQuantity": {
        "value": 5,
        "code": "1",
        "system": "http://unitsofmeasure.org",
        "unit": "Punktwert"
    }
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="TestPraepBeispiel" />
    <meta>
        <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/TestPraep" />
    </meta>
    <status value="final" />
    <code>
        <coding>
            <system value="https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS" />
            <code value="praep" />
            <display value="SOPESS-Pr&#228;positionen" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/PersonBeispiel" />
    </subject>
    <effectiveDateTime value="2023-01-01" />
    <valueQuantity>
        <value value="5" />
        <unit value="Punktwert" />
        <system value="http://unitsofmeasure.org" />
        <code value="1" />
    </valueQuantity>
    <referenceRange>
        <low>
            <value value="0" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="4" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="263654008" />
                <display value="Abnormal (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
    <referenceRange>
        <low>
            <value value="5" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="5" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="17621005" />
                <display value="Borderline (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
    <referenceRange>
        <low>
            <value value="6" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="8" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="263654008" />
                <display value="Normal (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
</Observation>

TestPswoeBeispiel

Ressourcentyp: Observation

Beispiel des Datensatzes des Tests zur Wortbildung

Observation
{
    "resourceType": "Observation",
    "id": "TestPswoeBeispiel",
    "meta": {
        "profile":  [
            "https://www.oegd.de/fhir/seu/StructureDefinition/TestPswoe"
        ]
    },
    "status": "final",
    "code": {
        "coding":  [
            {
                "code": "pswoe",
                "system": "https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS",
                "display": "Sprachkompetenz und audit. Invormationsverarbeitung"
            }
        ]
    },
    "referenceRange":  [
        {
            "low": {
                "value": 0,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 3,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "263654008",
                        "system": "http://snomed.info/sct",
                        "display": "Abnormal (qualifier value)"
                    }
                ]
            }
        },
        {
            "low": {
                "value": 4,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 4,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "17621005",
                        "system": "http://snomed.info/sct",
                        "display": "Borderline (qualifier value)"
                    }
                ]
            }
        },
        {
            "low": {
                "value": 5,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 6,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "263654008",
                        "system": "http://snomed.info/sct",
                        "display": "Normal (qualifier value)"
                    }
                ]
            }
        }
    ],
    "subject": {
        "reference": "Patient/PersonBeispiel"
    },
    "effectiveDateTime": "2023-01-01",
    "valueQuantity": {
        "value": 6,
        "code": "1",
        "system": "http://unitsofmeasure.org",
        "unit": "Punktwert"
    }
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="TestPswoeBeispiel" />
    <meta>
        <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/TestPswoe" />
    </meta>
    <status value="final" />
    <code>
        <coding>
            <system value="https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS" />
            <code value="pswoe" />
            <display value="Sprachkompetenz und audit. Invormationsverarbeitung" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/PersonBeispiel" />
    </subject>
    <effectiveDateTime value="2023-01-01" />
    <valueQuantity>
        <value value="6" />
        <unit value="Punktwert" />
        <system value="http://unitsofmeasure.org" />
        <code value="1" />
    </valueQuantity>
    <referenceRange>
        <low>
            <value value="0" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="3" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="263654008" />
                <display value="Abnormal (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
    <referenceRange>
        <low>
            <value value="4" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="4" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="17621005" />
                <display value="Borderline (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
    <referenceRange>
        <low>
            <value value="5" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="6" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="263654008" />
                <display value="Normal (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
</Observation>

TestSelaufmBeispiel

Ressourcentyp: Observation

Beispiel des Datensatzes des Tests zur selektiven Aufnahme

Observation
{
    "resourceType": "Observation",
    "id": "TestSelaufmBeispiel",
    "meta": {
        "profile":  [
            "https://www.oegd.de/fhir/seu/StructureDefinition/TestSelaufm"
        ]
    },
    "status": "final",
    "code": {
        "coding":  [
            {
                "code": "selaufm",
                "system": "https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS",
                "display": "SOPESS- Selektive-Aufmerksamkeit"
            }
        ]
    },
    "referenceRange":  [
        {
            "low": {
                "value": 0,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 10,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "263654008",
                        "system": "http://snomed.info/sct",
                        "display": "Abnormal (qualifier value)"
                    }
                ]
            }
        },
        {
            "low": {
                "value": 11,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 13,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "17621005",
                        "system": "http://snomed.info/sct",
                        "display": "Borderline (qualifier value)"
                    }
                ]
            }
        },
        {
            "low": {
                "value": 14,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 29,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "263654008",
                        "system": "http://snomed.info/sct",
                        "display": "Normal (qualifier value)"
                    }
                ]
            }
        }
    ],
    "subject": {
        "reference": "Patient/PersonBeispiel"
    },
    "effectiveDateTime": "2023-01-01",
    "valueQuantity": {
        "value": 28,
        "code": "1",
        "system": "http://unitsofmeasure.org",
        "unit": "Punktwert"
    }
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="TestSelaufmBeispiel" />
    <meta>
        <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/TestSelaufm" />
    </meta>
    <status value="final" />
    <code>
        <coding>
            <system value="https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS" />
            <code value="selaufm" />
            <display value="SOPESS- Selektive-Aufmerksamkeit" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/PersonBeispiel" />
    </subject>
    <effectiveDateTime value="2023-01-01" />
    <valueQuantity>
        <value value="28" />
        <unit value="Punktwert" />
        <system value="http://unitsofmeasure.org" />
        <code value="1" />
    </valueQuantity>
    <referenceRange>
        <low>
            <value value="0" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="10" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="263654008" />
                <display value="Abnormal (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
    <referenceRange>
        <low>
            <value value="11" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="13" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="17621005" />
                <display value="Borderline (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
    <referenceRange>
        <low>
            <value value="14" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="29" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="263654008" />
                <display value="Normal (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
</Observation>

TestVismotBeispiel

Ressourcentyp: Observation

Beispiel des Datensatzes des Tests zur Visuomotorik

Observation
{
    "resourceType": "Observation",
    "id": "TestVismotBeispiel",
    "meta": {
        "profile":  [
            "https://www.oegd.de/fhir/seu/StructureDefinition/TestVismot"
        ]
    },
    "status": "final",
    "code": {
        "coding":  [
            {
                "code": "vismot",
                "system": "https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS",
                "display": "Visuomotorik"
            }
        ]
    },
    "referenceRange":  [
        {
            "low": {
                "value": 0,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 4,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "263654008",
                        "system": "http://snomed.info/sct",
                        "display": "Abnormal (qualifier value)"
                    }
                ]
            }
        },
        {
            "low": {
                "value": 5,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 6,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "17621005",
                        "system": "http://snomed.info/sct",
                        "display": "Borderline (qualifier value)"
                    }
                ]
            }
        },
        {
            "low": {
                "value": 7,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 12,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "263654008",
                        "system": "http://snomed.info/sct",
                        "display": "Normal (qualifier value)"
                    }
                ]
            }
        }
    ],
    "subject": {
        "reference": "Patient/PersonBeispiel"
    },
    "effectiveDateTime": "2023-01-01",
    "valueQuantity": {
        "value": 6,
        "code": "1",
        "system": "http://unitsofmeasure.org",
        "unit": "Punktwert"
    }
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="TestVismotBeispiel" />
    <meta>
        <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/TestVismot" />
    </meta>
    <status value="final" />
    <code>
        <coding>
            <system value="https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS" />
            <code value="vismot" />
            <display value="Visuomotorik" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/PersonBeispiel" />
    </subject>
    <effectiveDateTime value="2023-01-01" />
    <valueQuantity>
        <value value="6" />
        <unit value="Punktwert" />
        <system value="http://unitsofmeasure.org" />
        <code value="1" />
    </valueQuantity>
    <referenceRange>
        <low>
            <value value="0" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="4" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="263654008" />
                <display value="Abnormal (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
    <referenceRange>
        <low>
            <value value="5" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="6" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="17621005" />
                <display value="Borderline (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
    <referenceRange>
        <low>
            <value value="7" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="12" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="263654008" />
                <display value="Normal (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
</Observation>

TestVisperBeispiel

Ressourcentyp: Observation

Beispiel des Datensatzes des Tests zur visuellen Perzeption

Observation
{
    "resourceType": "Observation",
    "id": "TestVisperBeispiel",
    "meta": {
        "profile":  [
            "https://www.oegd.de/fhir/seu/StructureDefinition/TestVisper"
        ]
    },
    "status": "final",
    "code": {
        "coding":  [
            {
                "code": "311886005",
                "system": "http://snomed.info/sct",
                "display": "Visual perception, function"
            }
        ]
    },
    "referenceRange":  [
        {
            "low": {
                "value": 0,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 8,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "263654008",
                        "system": "http://snomed.info/sct",
                        "display": "Abnormal (qualifier value)"
                    }
                ]
            }
        },
        {
            "low": {
                "value": 9,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 10,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "17621005",
                        "system": "http://snomed.info/sct",
                        "display": "Borderline (qualifier value)"
                    }
                ]
            }
        },
        {
            "low": {
                "value": 11,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 15,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "263654008",
                        "system": "http://snomed.info/sct",
                        "display": "Normal (qualifier value)"
                    }
                ]
            }
        }
    ],
    "subject": {
        "reference": "Patient/PersonBeispiel"
    },
    "effectiveDateTime": "2023-01-01",
    "valueQuantity": {
        "value": 14,
        "code": "1",
        "system": "http://unitsofmeasure.org",
        "unit": "Punktwert"
    }
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="TestVisperBeispiel" />
    <meta>
        <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/TestVisper" />
    </meta>
    <status value="final" />
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="311886005" />
            <display value="Visual perception, function" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/PersonBeispiel" />
    </subject>
    <effectiveDateTime value="2023-01-01" />
    <valueQuantity>
        <value value="14" />
        <unit value="Punktwert" />
        <system value="http://unitsofmeasure.org" />
        <code value="1" />
    </valueQuantity>
    <referenceRange>
        <low>
            <value value="0" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="8" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="263654008" />
                <display value="Abnormal (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
    <referenceRange>
        <low>
            <value value="9" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="10" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="17621005" />
                <display value="Borderline (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
    <referenceRange>
        <low>
            <value value="11" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="15" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="263654008" />
                <display value="Normal (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
</Observation>

TestZaehlBeispiel

Ressourcentyp: Observation

Beispiel des Datensatzes des Tests zu Zaehlungsfähigkeiten

Observation
{
    "resourceType": "Observation",
    "id": "TestZaehlBeispiel",
    "meta": {
        "profile":  [
            "https://www.oegd.de/fhir/seu/StructureDefinition/TestZaehl"
        ]
    },
    "status": "final",
    "code": {
        "coding":  [
            {
                "code": "zaehl",
                "system": "https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS",
                "display": "SOPESS-Zahlen und Mengenwissen"
            }
        ]
    },
    "referenceRange":  [
        {
            "low": {
                "value": 0,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 12,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "263654008",
                        "system": "http://snomed.info/sct",
                        "display": "Abnormal (qualifier value)"
                    }
                ]
            }
        },
        {
            "low": {
                "value": 13,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 16,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "17621005",
                        "system": "http://snomed.info/sct",
                        "display": "Borderline (qualifier value)"
                    }
                ]
            }
        },
        {
            "low": {
                "value": 17,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "high": {
                "value": 20,
                "code": "1",
                "system": "http://unitsofmeasure.org",
                "unit": "Punktwert"
            },
            "type": {
                "coding":  [
                    {
                        "code": "263654008",
                        "system": "http://snomed.info/sct",
                        "display": "Normal (qualifier value)"
                    }
                ]
            }
        }
    ],
    "subject": {
        "reference": "Patient/PersonBeispiel"
    },
    "effectiveDateTime": "2023-01-01",
    "valueQuantity": {
        "value": 14,
        "code": "1",
        "system": "http://unitsofmeasure.org",
        "unit": "Punktwert"
    }
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="TestZaehlBeispiel" />
    <meta>
        <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/TestZaehl" />
    </meta>
    <status value="final" />
    <code>
        <coding>
            <system value="https://www.oegd.de/fhir/seu/CodeSystem/TestTypesCS" />
            <code value="zaehl" />
            <display value="SOPESS-Zahlen und Mengenwissen" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/PersonBeispiel" />
    </subject>
    <effectiveDateTime value="2023-01-01" />
    <valueQuantity>
        <value value="14" />
        <unit value="Punktwert" />
        <system value="http://unitsofmeasure.org" />
        <code value="1" />
    </valueQuantity>
    <referenceRange>
        <low>
            <value value="0" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="12" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="263654008" />
                <display value="Abnormal (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
    <referenceRange>
        <low>
            <value value="13" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="16" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="17621005" />
                <display value="Borderline (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
    <referenceRange>
        <low>
            <value value="17" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </low>
        <high>
            <value value="20" />
            <unit value="Punktwert" />
            <system value="http://unitsofmeasure.org" />
            <code value="1" />
        </high>
        <type>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="263654008" />
                <display value="Normal (qualifier value)" />
            </coding>
        </type>
    </referenceRange>
</Observation>

UntersuchungBeispielEndokrineFunktion

Ressourcentyp: Observation

Beispiel des Datensatzes zur Endokrinen Funktion

Observation
{
    "resourceType": "Observation",
    "id": "UntersuchungBeispielEndokrineFunktion",
    "meta": {
        "profile":  [
            "https://www.oegd.de/fhir/seu/StructureDefinition/Untersuchung"
        ]
    },
    "category":  [
        {
            "coding":  [
                {
                    "code": "exam",
                    "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                    "display": "Exam"
                }
            ]
        }
    ],
    "status": "final",
    "code": {
        "coding":  [
            {
                "code": "123036008",
                "system": "http://snomed.info/sct",
                "display": "Endocrine function"
            }
        ]
    },
    "valueCodeableConcept": {
        "coding":  [
            {
                "code": "G",
                "system": "https://www.oegd.de/fhir/seu/CodeSystem/UntersuchungsErgebnisCS",
                "display": "Grenzwertig"
            }
        ]
    },
    "subject": {
        "reference": "Patient/PersonBeispiel"
    },
    "effectiveDateTime": "2023-01-01"
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="UntersuchungBeispielEndokrineFunktion" />
    <meta>
        <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/Untersuchung" />
    </meta>
    <status value="final" />
    <category>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
            <code value="exam" />
            <display value="Exam" />
        </coding>
    </category>
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="123036008" />
            <display value="Endocrine function" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/PersonBeispiel" />
    </subject>
    <effectiveDateTime value="2023-01-01" />
    <valueCodeableConcept>
        <coding>
            <system value="https://www.oegd.de/fhir/seu/CodeSystem/UntersuchungsErgebnisCS" />
            <code value="G" />
            <display value="Grenzwertig" />
        </coding>
    </valueCodeableConcept>
</Observation>

UntersuchungBeispielErnaehrung

Ressourcentyp: Observation

Beispiel des Datensatzes zur Ernährung

Observation
{
    "resourceType": "Observation",
    "id": "UntersuchungBeispielErnaehrung",
    "meta": {
        "profile":  [
            "https://www.oegd.de/fhir/seu/StructureDefinition/Untersuchung"
        ]
    },
    "category":  [
        {
            "coding":  [
                {
                    "code": "exam",
                    "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                    "display": "Exam"
                }
            ]
        }
    ],
    "status": "final",
    "code": {
        "coding":  [
            {
                "code": "87276001",
                "system": "http://snomed.info/sct",
                "display": "Nutritional Status"
            }
        ]
    },
    "valueCodeableConcept": {
        "coding":  [
            {
                "code": "A",
                "system": "https://www.oegd.de/fhir/seu/CodeSystem/UntersuchungsErgebnisCS",
                "display": "Arztbrief"
            }
        ]
    },
    "subject": {
        "reference": "Patient/PersonBeispiel"
    },
    "effectiveDateTime": "2023-01-01"
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="UntersuchungBeispielErnaehrung" />
    <meta>
        <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/Untersuchung" />
    </meta>
    <status value="final" />
    <category>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
            <code value="exam" />
            <display value="Exam" />
        </coding>
    </category>
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="87276001" />
            <display value="Nutritional Status" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/PersonBeispiel" />
    </subject>
    <effectiveDateTime value="2023-01-01" />
    <valueCodeableConcept>
        <coding>
            <system value="https://www.oegd.de/fhir/seu/CodeSystem/UntersuchungsErgebnisCS" />
            <code value="A" />
            <display value="Arztbrief" />
        </coding>
    </valueCodeableConcept>
</Observation>

UntersuchungBeispielMuskel

Ressourcentyp: Observation

Beispiel des Datensatzes zur Muskeluntersuchung

Observation
{
    "resourceType": "Observation",
    "id": "UntersuchungBeispielMuskel",
    "meta": {
        "profile":  [
            "https://www.oegd.de/fhir/seu/StructureDefinition/Untersuchung"
        ]
    },
    "category":  [
        {
            "coding":  [
                {
                    "code": "exam",
                    "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                    "display": "Exam"
                }
            ]
        }
    ],
    "status": "final",
    "code": {
        "coding":  [
            {
                "code": "79984008",
                "system": "http://snomed.info/sct",
                "display": "Skeletal muscle system structure (body structure)"
            }
        ]
    },
    "valueCodeableConcept": {
        "coding":  [
            {
                "code": "I",
                "system": "https://www.oegd.de/fhir/seu/CodeSystem/UntersuchungsErgebnisCS",
                "display": "In Ordnung"
            }
        ]
    },
    "subject": {
        "reference": "Patient/PersonBeispiel"
    },
    "effectiveDateTime": "2023-01-01"
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="UntersuchungBeispielMuskel" />
    <meta>
        <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/Untersuchung" />
    </meta>
    <status value="final" />
    <category>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
            <code value="exam" />
            <display value="Exam" />
        </coding>
    </category>
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="79984008" />
            <display value="Skeletal muscle system structure (body structure)" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/PersonBeispiel" />
    </subject>
    <effectiveDateTime value="2023-01-01" />
    <valueCodeableConcept>
        <coding>
            <system value="https://www.oegd.de/fhir/seu/CodeSystem/UntersuchungsErgebnisCS" />
            <code value="I" />
            <display value="In Ordnung" />
        </coding>
    </valueCodeableConcept>
</Observation>

UntersuchungBeispielNeurologie

Ressourcentyp: Observation

Beispiel des Datensatzes zur Neurologieuntersuchung

Observation
{
    "resourceType": "Observation",
    "id": "UntersuchungBeispielNeurologie",
    "meta": {
        "profile":  [
            "https://www.oegd.de/fhir/seu/StructureDefinition/Untersuchung"
        ]
    },
    "category":  [
        {
            "coding":  [
                {
                    "code": "exam",
                    "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                    "display": "Exam"
                }
            ]
        }
    ],
    "status": "final",
    "code": {
        "coding":  [
            {
                "code": "394591006",
                "system": "http://snomed.info/sct",
                "display": "Neurological Status"
            }
        ]
    },
    "valueCodeableConcept": {
        "coding":  [
            {
                "code": "I",
                "system": "https://www.oegd.de/fhir/seu/CodeSystem/UntersuchungsErgebnisCS",
                "display": "In Ordnung"
            }
        ]
    },
    "subject": {
        "reference": "Patient/PersonBeispiel"
    },
    "effectiveDateTime": "2023-01-01"
}
<Observation xmlns="http://hl7.org/fhir">
    <id value="UntersuchungBeispielNeurologie" />
    <meta>
        <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/Untersuchung" />
    </meta>
    <status value="final" />
    <category>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
            <code value="exam" />
            <display value="Exam" />
        </coding>
    </category>
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="394591006" />
            <display value="Neurological Status" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/PersonBeispiel" />
    </subject>
    <effectiveDateTime value="2023-01-01" />
    <valueCodeableConcept>
        <coding>
            <system value="https://www.oegd.de/fhir/seu/CodeSystem/UntersuchungsErgebnisCS" />
            <code value="I" />
            <display value="In Ordnung" />
        </coding>
    </valueCodeableConcept>
</Observation>

VerwandtePersonBeispiel

Ressourcentyp: RelatedPerson

Beispiel des Datensatzes zur verwandten Person

RelatedPerson
{
    "resourceType": "RelatedPerson",
    "id": "VerwandtePersonBeispiel",
    "meta": {
        "profile":  [
            "https://www.oegd.de/fhir/seu/StructureDefinition/VerwandtePerson"
        ]
    },
    "name":  [
        {
            "use": "official",
            "family": "Gräfin von Musterfrau",
            "_family": {
                "extension":  [
                    {
                        "url": "http://fhir.de/StructureDefinition/humanname-namenszusatz",
                        "valueString": "Graf"
                    },
                    {
                        "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
                        "valueString": "Musterfrau"
                    },
                    {
                        "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
                        "valueString": "von"
                    }
                ]
            },
            "given":  [
                "Erika"
            ],
            "prefix":  [
                "Dr."
            ],
            "_prefix":  [
                {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
                            "valueCode": "AC"
                        }
                    ]
                }
            ]
        },
        {
            "use": "maiden",
            "family": "Gabler",
            "_family": {
                "extension":  [
                    {
                        "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
                        "valueString": "Gabler"
                    }
                ]
            }
        }
    ],
    "communication":  [
        {
            "language": {
                "coding":  [
                    {
                        "code": "de",
                        "system": "urn:ietf:bcp:47",
                        "display": "German"
                    }
                ]
            },
            "extension":  [
                {
                    "url": "https://www.oegd.de/fhir/seu/StructureDefinition/VerwandtePersonDeutschkenntnisEX",
                    "valueCodeableConcept": {
                        "coding":  [
                            {
                                "code": "4",
                                "system": "https://www.oegd.de/fhir/seu/CodeSystem/PersonDeutschkenntnisCS",
                                "display": "flüssig mit leichten Fehlern"
                            }
                        ]
                    }
                }
            ]
        }
    ],
    "extension":  [
        {
            "url": "https://www.oegd.de/fhir/seu/StructureDefinition/VerwandtePersonAuskunftssperreGrundEX",
            "valueString": "Schwerwiegender Grund"
        },
        {
            "url": "https://www.oegd.de/fhir/seu/StructureDefinition/VerwandtePersonAuskunftssperreFristEX",
            "valueDateTime": "2024-01-01"
        }
    ],
    "address":  [
        {
            "type": "both",
            "extension":  [
                {
                    "url": "https://www.oegd.de/fhir/seu/StructureDefinition/WohnungsInhaberEX",
                    "valueString": "Erika Gabler"
                }
            ],
            "line":  [
                "Musterstrasse 18",
                "1. Etage"
            ],
            "_line":  [
                {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
                            "valueString": "Musterstrasse"
                        },
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
                            "valueString": "18"
                        }
                    ]
                },
                {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator",
                            "valueString": "1. Etage"
                        }
                    ]
                }
            ],
            "city": "Musterhausen",
            "_city": {
                "extension":  [
                    {
                        "url": "http://fhir.de/StructureDefinition/destatis/ags",
                        "valueString": "03 2 54 021"
                    }
                ]
            },
            "postalCode": "98764",
            "country": "DE"
        }
    ],
    "gender": "female",
    "patient": {
        "reference": "Patient/PersonBeispiel"
    },
    "birthDate": "1952-01-17"
}
<RelatedPerson xmlns="http://hl7.org/fhir">
    <id value="VerwandtePersonBeispiel" />
    <meta>
        <profile value="https://www.oegd.de/fhir/seu/StructureDefinition/VerwandtePerson" />
    </meta>
    <extension url="https://www.oegd.de/fhir/seu/StructureDefinition/VerwandtePersonAuskunftssperreGrundEX">
        <valueString value="Schwerwiegender Grund" />
    </extension>
    <extension url="https://www.oegd.de/fhir/seu/StructureDefinition/VerwandtePersonAuskunftssperreFristEX">
        <valueDateTime value="2024-01-01" />
    </extension>
    <patient>
        <reference value="Patient/PersonBeispiel" />
    </patient>
    <name>
        <use value="official" />
        <family value="Gr&#228;fin von Musterfrau">
            <extension url="http://fhir.de/StructureDefinition/humanname-namenszusatz">
                <valueString value="Graf" />
            </extension>
            <extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-name">
                <valueString value="Musterfrau" />
            </extension>
            <extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-prefix">
                <valueString value="von" />
            </extension>
        </family>
        <given value="Erika" />
        <prefix value="Dr.">
            <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier">
                <valueCode value="AC" />
            </extension>
        </prefix>
    </name>
    <name>
        <use value="maiden" />
        <family value="Gabler">
            <extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-name">
                <valueString value="Gabler" />
            </extension>
        </family>
    </name>
    <gender value="female" />
    <birthDate value="1952-01-17" />
    <address>
        <extension url="https://www.oegd.de/fhir/seu/StructureDefinition/WohnungsInhaberEX">
            <valueString value="Erika Gabler" />
        </extension>
        <type value="both" />
        <line value="Musterstrasse 18">
            <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
                <valueString value="Musterstrasse" />
            </extension>
            <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
                <valueString value="18" />
            </extension>
        </line>
        <line value="1. Etage">
            <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator">
                <valueString value="1. Etage" />
            </extension>
        </line>
        <city value="Musterhausen">
            <extension url="http://fhir.de/StructureDefinition/destatis/ags">
                <valueString value="03 2 54 021" />
            </extension>
        </city>
        <postalCode value="98764" />
        <country value="DE" />
    </address>
    <communication>
        <extension url="https://www.oegd.de/fhir/seu/StructureDefinition/VerwandtePersonDeutschkenntnisEX">
            <valueCodeableConcept>
                <coding>
                    <system value="https://www.oegd.de/fhir/seu/CodeSystem/PersonDeutschkenntnisCS" />
                    <code value="4" />
                    <display value="fl&#252;ssig mit leichten Fehlern" />
                </coding>
            </valueCodeableConcept>
        </extension>
        <language>
            <coding>
                <system value="urn:ietf:bcp:47" />
                <code value="de" />
                <display value="German" />
            </coding>
        </language>
    </communication>
</RelatedPerson>

PaediatrischeLeistungBeispiel

Ressourcentyp: ServiceRequest

Beispiel des Datensatzes zur pädiatrischen Leistung

Could not find subject. File was not found for PaediatrischeLeistungBeispiel
Command 'json' could not render: File was not found for PaediatrischeLeistungBeispiel
Command 'xml' could not render: File was not found for PaediatrischeLeistungBeispiel