Patient

activeS Σ ?!0..1boolean
genderS Σ0..1codeBinding
birthDateS Σ0..1date

Zweck

Patienten-Identität (Variante/Schreibweise) einer realen Person (vgl. auch MPI Eintrag, Person-Profil)..

Beispiel

<Patient xmlns="http://hl7.org/fhir">
    <id value="Patient-example-2" />
    <meta>
        <lastUpdated value="2021-05-19T17:50:23.000+02:00" />
        <profile value="https://ths-greifswald.de/fhir/StructureDefinition/epix/Patient" />
    </meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/patient-birthPlace">
        <valueAddress>
            <city value="Musterhausen" />
        </valueAddress>
    </extension>
    <name>
        <family value="Mustermann" />
        <given value="Manfred" />
    </name>
    <gender value="male" />
    <birthDate value="1953-12-11" />
    <address>
        <line value="Musterweg 22" />
        <city value="Musterstadt" />
        <postalCode value="12345" />
    </address>
</Patient>