Example XML

Example data record:

<Patient xmlns="http://hl7.org/fhir">
    <id value="234efefd-af16-45aa-a369-c8fa25680421" />
    <meta>
        <versionId value="1" />
        <lastUpdated value="2020-08-06T15:07:48.228+02:00" />
        <profile value="http://dedalus-group.com/fhir/StructureDefinition/Patient" />
    </meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/patient-nationality">
        <extension url="code">
            <valueCodeableConcept>
                <coding>
                    <system value="http://terminology.hl7.org/CodeSystem/patient-nationality" />
                    <code value="Austria" />
                </coding>
            </valueCodeableConcept>
        </extension>
    </extension>
    <extension url="http://hl7.org/fhir/StructureDefinition/patient-religion">
        <valueCodeableConcept>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation" />
                <code value="1041" />
            </coding>
        </valueCodeableConcept>
    </extension>
    <identifier>
        <type>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
                <code value="MR" />
            </coding>
        </type>
        <system value="PIDSystem" />
        <value value="4711" />
    </identifier>
    <identifier>
        <type>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
                <code value="SS" />
            </coding>
        </type>
        <system value="AustriaSocSecNr" />
        <value value="123401021993" />
    </identifier>
    <name>
        <family value="Wittlich" />
        <given value="Werner Walter" />
        <prefix value="DI Dr" />
        <suffix value="Graf" />
    </name>
    <telecom>
        <system value="phone" />
        <value value="+43-1-89966-571" />
        <use value="work" />
        <rank value="1" />
    </telecom>
    <telecom>
        <system value="email" />
        <value value="walter.test@dedalus-group.com" />
        <use value="work" />
        <rank value="2" />
    </telecom>
    <gender value="other">
        <extension url="http://fhir.de/StructureDefinition/gender-amtlich-de">
            <valueCoding>
                <system value="http://fhir.de/CodeSystem/gender-amtlich-de" />
                <code value="X" />
            </valueCoding>
        </extension>
    </gender>
    <birthDate value="1981-02-27" />
    <deceasedDateTime value="2020-01-02T00:00:00+01:00" />
    <address>
        <use value="home" />
        <line value="Nova Strasse" />
        <line value="12" />
        <city value="Vienna" />
        <state value="Vienna" />
        <postalCode value="1010" />
        <country value="AUT" />
    </address>
    <address>
        <use value="work" />
        <line value="Diefenbachgasse 35" />
        <line value="CO" />
        <city value="Vienna" />
        <state value="Vienna" />
        <postalCode value="1150" />
        <country value="AUT" />
    </address>
    <multipleBirthBoolean value="false" />
    <communication>
        <language id="de">
            <text value="de" />
        </language>
        <preferred value="true" />
    </communication>
</Patient>