2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Patient-example-f201-roel.xml

Raw XML (canonical form)

Real-world patient example (anonymized) (id = "f201")

Raw XML

<Patient xmlns="http://hl7.org/fhir">
  <id value="f201"/>
    <identifier>
        <!--  The identifier for the person as this patient (fictive)  -->
        <use value="official"/>
        <label value="BSN"/>
        <system value="urn:oid:2.16.840.1.113883.2.4.6.3"/>
        <value value="123456789"/>
    </identifier>
    <!--  Demographics  -->
    <identifier>
        <!--  The identifier for this individual  -->
        <use value="official"/>
        <label value="BSN"/>
        <system value="urn:oid:2.16.840.1.113883.2.4.6.3"/>
        <value value="123456789"/>
    </identifier>
    <name>
        <!--  The name associated with the individual (fictive)  -->
        <use value="official"/>
        <text value="Roel"/>
        <family value="Bor"/>
        <given value="Roelof Olaf"/>
        <prefix value="Drs."/>
        <suffix value="PDEng."/>
    </name>
    <telecom>
        <!--  The mobile contact detail for the individual  -->
        <system value="phone"/>
        <value value="+31612345678"/>
        <use value="mobile"/>
    </telecom>
    <telecom>
        <!--  The home contact detail for the individual  -->
        <system value="phone"/>
        <value value="+31201234567"/>
        <use value="home"/>
    </telecom>
  <gender value="male"/>
  <birthDate value="1960-03-13"/>
    <!--  The date and time of birth for the individual   -->
    <deceasedBoolean value="false"/>
    <!--  Indicates that the individual is not deceased  -->
    <address><!--  Home address for the individual  -->
            <use value="home"/>
            <line value="Bos en Lommerplein 280"/>
            <city value="Amsterdam"/>
            <postalCode value="1055RW"/>
            <country value="NLD"/><!--  ISO 3166 3 letter code  -->
        </address>
    <maritalStatus>
        <!--  Marital status of the person  -->
        <coding>
            <system value="http://snomed.info/sct"/>
            <code value="36629006"/>
            <display value="Legally married"/>
        </coding>
        <coding>
            <system value="http://hl7.org/fhir/v3/MaritalStatus"/>
            <code value="M"/>
        </coding>
    </maritalStatus>
    <multipleBirthBoolean value="false"/>
    <photo>
        <contentType value="image/jpeg"/>
        <url value="binary/@f006"/>
    </photo>
    <contact>
        <!--  Contact of the patient  -->
        <relationship>
            <!--  Indicates that the contact is the patient's wife  -->
            <coding>
                <system value="http://snomed.info/sct"/>
                <code value="127850001"/>
                <display value="Wife"/>
            </coding>
            <coding>
                <system value="http://hl7.org/fhir/patient-contact-relationship"/>
                <code value="partner"/>
            </coding>
        </relationship>
        <name>
            <!--  The name of the contact  -->
            <use value="usual"/>
            <text value="Ariadne Bor-Jansma"/>
        </name>
        <telecom>
            <!--  The home contact detail  -->
            <system value="phone"/>
            <value value="+31201234567"/>
            <use value="home"/>
        </telecom>
    </contact>
    <communication>
            <coding>
                <system value="urn:std:iso:639-1"/>
                <code value="nl-NL"/>
                <display value="Dutch"/>
            </coding>
    </communication>
    <managingOrganization>
        <reference value="Organization/f201"/>
        <display value="AUMC"/>
    </managingOrganization>

    <!--  Indicates that the patient is not part of a multiple birth   -->
    <active value="true"/>
</Patient>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.