Beispiele

Beispiel Allergie/Unverträglichkeit:

AllergyIntolerance
<AllergyIntolerance xmlns="http://hl7.org/fhir">
    <id value="ISiKAllergieUnvertraeglichkeitBeispiel1" />
    <meta>
        <profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKAllergieUnvertraeglichkeit" />
    </meta>
    <clinicalStatus>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" />
            <code value="active" />
        </coding>
    </clinicalStatus>
    <verificationStatus>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" />
            <code value="confirmed" />
        </coding>
    </verificationStatus>
    <type value="allergy" />
    <category value="environment" />
    <criticality value="low" />
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="256262001" />
            <display value="Betula pendula pollen" />
        </coding>
    </code>
    <patient>
        <reference value="Patient/PatientinMusterfrau" />
    </patient>
    <onsetDateTime value="1987" />
    <recordedDate value="2011-05-12" />
    <recorder>
        <display value="Dr. Martin Mustermann" />
    </recorder>
    <asserter>
        <display value="Dr. Berta Beispiel" />
    </asserter>
    <note>
        <authorReference>
            <reference value="Practitioner/PractitionerWalterArzt" />
        </authorReference>
        <time value="2024-02-20T14:34:12+01:00" />
        <text value="Patientin berichtet von einer leichten Verschlimmerung in den letzten 3 Jahren." />
    </note>
    <reaction>
        <manifestation>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="162367006" />
                <display value="Sneezing symptom" />
            </coding>
        </manifestation>
        <severity value="moderate" />
        <exposureRoute>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="14910006" />
                <display value="Inspiration" />
            </coding>
        </exposureRoute>
    </reaction>
</AllergyIntolerance>
{
    "resourceType": "AllergyIntolerance",
    "id": "ISiKAllergieUnvertraeglichkeitBeispiel1",
    "meta": {
        "profile":  [
            "https://gematik.de/fhir/isik/StructureDefinition/ISiKAllergieUnvertraeglichkeit"
        ]
    },
    "clinicalStatus": {
        "coding":  [
            {
                "code": "active",
                "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"
            }
        ]
    },
    "verificationStatus": {
        "coding":  [
            {
                "code": "confirmed",
                "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"
            }
        ]
    },
    "type": "allergy",
    "category":  [
        "environment"
    ],
    "criticality": "low",
    "code": {
        "coding":  [
            {
                "code": "256262001",
                "system": "http://snomed.info/sct",
                "display": "Betula pendula pollen"
            }
        ]
    },
    "patient": {
        "reference": "Patient/PatientinMusterfrau"
    },
    "onsetDateTime": "1987",
    "recordedDate": "2011-05-12",
    "recorder": {
        "display": "Dr. Martin Mustermann"
    },
    "asserter": {
        "display": "Dr. Berta Beispiel"
    },
    "note":  [
        {
            "authorReference": {
                "reference": "Practitioner/PractitionerWalterArzt"
            },
            "time": "2024-02-20T14:34:12+01:00",
            "text": "Patientin berichtet von einer leichten Verschlimmerung in den letzten 3 Jahren."
        }
    ],
    "reaction":  [
        {
            "manifestation":  [
                {
                    "coding":  [
                        {
                            "code": "162367006",
                            "system": "http://snomed.info/sct",
                            "display": "Sneezing symptom"
                        }
                    ]
                }
            ],
            "severity": "moderate",
            "exposureRoute": {
                "coding":  [
                    {
                        "code": "14910006",
                        "system": "http://snomed.info/sct",
                        "display": "Inspiration"
                    }
                ]
            }
        }
    ]
}