Patienten

genderS
birthDateS
postalCodeS

<Patient xmlns="http://hl7.org/fhir">
    <meta>
        <profile value="http://ebi.de/test/StructureDefinition/MyTestPatientProfile" />
    </meta>
    <gender value="male" />
    <birthDate value="1953-02-01" />
    <address>
        <postalCode value="12345" />
        <country value="20422" />
    </address>
</Patient>