Demographische Daten (Patient)

Für den Export wird das Profil KBV_PR_MIO_DIGA_Patient des KBV MIO Toolkits verwendet.

Beispiel

<Patient xmlns="http://hl7.org/fhir">
    <id value="vimumCarePatient" />
    <meta>
        <versionId value="1" />
        <lastUpdated value="2021-03-12T09:29:23.356+01:00" />
        <profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_DIGA_Patient|1.1.0" />
    </meta>
    <identifier>
        <type>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
                <version value="2.9" />
                <code value="RI" />
                <display value="Resource identifier" />
            </coding>
        </type>
        <system value="urn:ietf:rfc:3986" />
        <value value="vimumCarePatient" />
    </identifier>
    <name>
        <use value="official" />
        <family value="Mustermann">
            <extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-name">
                <valueString value="Mustermann" />
            </extension>
        </family>
        <given value="Max" />
    </name>
    <telecom>
        <system value="phone" />
        <value value="0123456789" />
    </telecom>
    <telecom>
        <system value="email" />
        <value value="max.mustermann@vimumCare.de" />
    </telecom>
    <birthDate value="2000-01-01" />
    <address>
        <type value="both" />
        <line value="Musterstra&#223;e 9" />
        <city value="Stuttgart" />
        <postalCode value="70569" />
        <country value="D" />
    </address>
</Patient>