International Patient Summary Implementation Guide
1.1.0 - CI Build International flag

International Patient Summary Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-ips/ and changes regularly. See the Directory of published versions

: Patient: male patient - XML Representation

Page standards status: Informative

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="eumfh-39-07"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Alexander Heig </b> male, DoB: 1957 ( <code>http://trilliumbridge.eu/fhir/demos/eumfh/inject</code>/39-07)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</td></tr><tr><td style="background-color: #f3f5da" title="Other Ids (see the one above)">Other Id:</td><td colspan="3"><code>http://trilliumbridge.eu/fhir/demos/eumfh/patient_id</code>/EUR01P0001</td></tr><tr><td style="background-color: #f3f5da" title="The patient's legal status as citizen of a country.">citizenship:</td><td colspan="3"><ul><li>code: <span title="Codes: {urn:iso:std:iso:3166 US}">United States of America</span></li></ul></td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/patient-citizenship">
    <extension url="code">
      <valueCodeableConcept>
        <coding>
          <system value="urn:iso:std:iso:3166"/>
          <code value="US"/>
          <display value="United States of America"/>
        </coding>
      </valueCodeableConcept>
    </extension>
  </extension>
  <identifier>
    <system value="http://trilliumbridge.eu/fhir/demos/eumfh/inject"/>
    <value value="39-07"/>
  </identifier>
  <identifier>
    <system value="http://trilliumbridge.eu/fhir/demos/eumfh/patient_id"/>
    <value value="EUR01P0001"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="Heig"/>
    <given value="Alexander"/>
  </name>
  <gender value="male"/>
  <birthDate value="1957"/>
</Patient>