Cross Border Data Exchange IG
1.0.0 - CI Build International flag

Cross Border Data Exchange IG, published by IEHR-Workgroup. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/InteropEHRate-project/cross-border-data-exchange/ and changes regularly. See the Directory of published versions

: Patient Example - Smith - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="3466"/>
  <meta>
    <profile
             value="http://interopehrate.eu/fhir/StructureDefinition/Patient-IEHR"/>
  </meta>
  <language value="it-IT"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="it-IT" lang="it-IT"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Markus Smith </b> male, DoB: 2013-12-05 ( <code>http://interopEHRate.eu/fhir-resource/</code>/Patient/MS01)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3">Rome IT (home)</td></tr><tr><td style="background-color: #f3f5da" title="Patient Links">Links:</td><td colspan="3"><ul><li>General Practitioner: <a href="Organization-34432.html">Organization/34432</a> &quot;Fondazione Gabriele Monasterio&quot;</li></ul></td></tr></table></div>
  </text>
  <identifier>
    <system value="http://interopEHRate.eu/fhir-resource/"/>
    <value value="Patient/MS01"/>
  </identifier>
  <name>
    <family value="Smith"/>
    <given value="Markus"/>
  </name>
  <gender value="male"/>
  <birthDate value="2013-12-05"/>
  <address>
    <use value="home"/>
    <type value="physical"/>
    <city value="Rome"/>
    <country value="IT"/>
  </address>
  <generalPractitioner>🔗 
    <reference value="Organization/34432"/>
  </generalPractitioner>
</Patient>