HL7 BE Laboratory WG Implementation Guide
1.0.1 - STU Belgium flag

HL7 BE Laboratory WG Implementation Guide, published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/lab/ and changes regularly. See the Directory of published versions

: patient10 - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="patient10"/>
  <meta>
    <profile
             value="https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient"/>
  </meta>
  <text>
    <status value="empty"/>
    <div xmlns="http://www.w3.org/1999/xhtml">empty</div>
  </text>
  <identifier>
    <use value="official"/>
    <system
            value="https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"/>
    <value value="79121137740"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="La Paradisio"/>
    <given value="Josephine"/>
    <given value="Nessa"/>
  </name>
  <telecom>
    <system value="email"/>
    <value value="nessa.laparadisio@belgium.be"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="+322476792979"/>
    <use value="mobile"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="+3226718655"/>
    <use value="home"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="+322476799"/>
    <use value="work"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1979-12-11">
    <extension
               url="http://hl7.org/fhir/StructureDefinition/patient-birthTime">
      <valueDateTime value="1979-12-11T13:28:17-05:00"/>
    </extension>
  </birthDate>
  <address>
    <use value="home"/>
    <type value="both"/>
    <text value="Sloordelle 42, 1160 Oudergem"/>
    <line value="Sloordelle 42"/>
    <city value="Oudergem"/>
    <postalCode value="1160"/>
    <country value="BE"/>
  </address>
</Patient>