MyHealth@EU Core
1.0.0 - trial-use 150

MyHealth@EU Core - Downloaded Version 1.0.0 See the Directory of published versions

: Patient - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"/>
  <meta>
    <profile
             value="http://fhir.ehdsi.eu/core/StructureDefinition/patient-myhealtheu-core"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">John Doe, born 1965-03-15</div>
  </text>
  <identifier>
    <system
            value="https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"/>
    <value value="65031500145"/>
  </identifier>
  <name>
    <family value="Doe"/>
    <given value="John"/>
  </name>
  <gender value="male"/>
  <birthDate value="1965-03-15"/>
  <address>
    <line value="Rue de la Loi 1"/>
    <city value="Brussels"/>
    <postalCode value="1000"/>
    <country value="BE"/>
  </address>
</Patient>