Patient Peter James Chalmers

An example for the profile on Patient

Command 'pagelink' could not render: Page not found.
.

Tree view of Patient Example

Patient

XML view of Patient Example

<Patient xmlns="http://hl7.org/fhir">
    <id value="peter-chalmers" />
    <meta>
        <profile value="http://ardon.nl/fhir/StructureDefinition/HospitalXPatient" />
    </meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/patient-birthPlace">
        <!--  from Element: extension  -->
        <valueAddress>
            <city value="Amsterdam" />
        </valueAddress>
    </extension>
    <identifier>
        <type>
            <coding>
                <system value="http://hl7.org/fhir/v2/0203" />
                <code value="MR" />
                <display value="Medical Record Number" />
            </coding>
            <text value="Medical Record Number" />
        </type>
        <system value="http://hospital.smarthealthit.org" />
        <value value="1032702" />
    </identifier>
    <active value="true" />
    <!--      Peter James Chalmers, but called "Jim"      -->
    <name>
        <use value="official" />
        <family value="Chalmers" />
        <given value="Peter" />
        <given value="James" />
    </name>
    <telecom>
        <system value="phone" />
        <value value="(555)555-5555" />
        <use value="work" />
    </telecom>
    <telecom>
        <system value="email" />
        <value value="person@example.org" />
        <use value="work" />
    </telecom>
    <gender value="male" />
    <birthDate value="1964-06-19" />
    <address>
        <use value="home" />
        <line value="534 Erewhon St" />
        <city value="PleasantVille" />
        <district value="Orange County" />
        <state value="CA" />
        <postalCode value="96666" />
    </address>
    <communication>
        <language>
            <coding>
                <system value="urn:ietf:bcp:47" />
                <code value="en" />
                <display value="English" />
            </coding>
            <text value="English" />
        </language>
    </communication>
</Patient>