Patient

url1..1System.StringFixed Value
valueCodeableConceptCodeableConcept
useΣ ?!0..1codeBinding
typeΣ0..1CodeableConceptBinding
systemΣ1..1uriFixed Value
valueΣ1..1string
periodΣ I0..1Period
assignerΣ I0..1Reference(Organization)
useΣ ?!0..1codeBinding
typeΣ0..1CodeableConceptBinding
systemΣ1..1uriFixed Value
valueΣ1..1string
periodΣ I0..1Period
assignerΣ I0..1Reference(Organization)
activeΣ ?!0..1boolean
useΣ ?!0..1codeBinding
textΣ0..1string
familyS Σ1..1string
givenS Σ1..1string
prefixΣ0..*string
suffixΣ0..*string
periodΣ I0..1Period
telecomΣ I0..*ContactPoint
genderS Σ1..1codeBinding
birthDateΣ0..1date
deceasedBooleanboolean
deceasedDateTimedateTime
addressS Σ1..*TestProfileAddress
maritalStatus0..1CodeableConceptBinding
multipleBirthBooleanboolean
multipleBirthIntegerinteger
photoI0..*Attachment
relationship0..*CodeableConceptBinding
name0..1HumanName
telecomI0..*ContactPoint
addressS0..1TestProfileAddress
gender0..1codeBinding
organizationI0..1Reference(Organization)
periodI0..1Period
language1..1CodeableConceptBinding
preferred0..1boolean
generalPractitionerI0..*Reference(Organization | Practitioner | PractitionerRole)
managingOrganizationΣ I0..1Reference(Organization)
otherΣ I1..1Reference(Patient | RelatedPerson)
typeΣ1..1codeBinding

<Patient xmlns="http://hl7.org/fhir">
    <id value="7341215" />
    <identifier>
        <type>
            <coding>
                <system value="http://fhir.de/CodeSystem/identifier-type-de-basis" />
                <code value="GKV" />
            </coding>
        </type>
        <system value="http://fhir.de/NamingSystem/gkv/kvid-10" />
        <value value="B973264355" />
    </identifier>
    <identifier>
        <type>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
                <code value="MR" />
            </coding>
        </type>
        <system value="http://tree-hospital.ufp/fhir/sid/patient" />
        <value value="Greenleaf-0243958" />
    </identifier>
    <active value="true" />
    <name>
        <use value="official" />
        <family value="Rickmerson" />
        <given value="Rickmer" />
    </name>
    <telecom>
        <system value="phone" />
        <value value="+49 (0)99999999999999999" />
        <use value="home" />
        <rank value="1" />
    </telecom>
    <gender value="male" />
    <birthDate value="1981-09-07" />
    <address>
        <extension url="http://fhir.ufp/StructureDefinition/planet">
            <valueString value="Erde" />
        </extension>
        <text value="Baumstra&#223;e 42, 00000 Baumhausen, Deutschland" />
        <line value="Baumstra&#223;e 42" />
        <city value="Baumhausen" />
        <postalCode value="00000" />
        <country value="DE" />
    </address>
    <maritalStatus>
        <coding>
            <code value="U" />
        </coding>
    </maritalStatus>
    <managingOrganization>
        <display value="Tree Hospital" />
    </managingOrganization>
</Patient>