eHealth Platform Federal Core Profiles
2.0.0 - Released
This page is part of the HL7 Belgium FHIR Implementation Guide - Core profiles (v2.0.0: Trial Use Draft) based on FHIR R4. The current version which supercedes this version is 2.0.1. For a full list of available versions, see the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="patient1"/>
<meta>
<versionId value="1"/>
<lastUpdated value="2019-07-01T13:30:55.864+00:00"/>
<profile
value="https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Josephine Nessa La Paradisio (OFFICIAL)</b> (no stated gender) 1979-12-11 ( Medical record number: 45XXP0PA-4 (USUAL))</p></div>
</text>
<extension url="http://hl7.org/fhir/StructureDefinition/patient-birthPlace">
<valueAddress>
<extension url="http://hl7.org/fhir/StructureDefinition/language">
<valueCode value="nl"/>
</extension>
<city value="Namen"/>
<country value="BE"/>
</valueAddress>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/patient-nationality">
<extension url="code">
<valueCodeableConcept>
<coding>
<system
value="https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-fed-country"/>
<code value="BE"/>
<display value="Belgium"/>
</coding>
</valueCodeableConcept>
</extension>
</extension>
<identifier>
<use value="official"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="SB"/>
<display value="Social Beneficiary Identifier"/>
</coding>
</type>
<system
value="https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin"/>
<value value="79121137740"/>
</identifier>
<identifier>
<use value="usual"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="MR"/>
<display value="Medical record number"/>
</coding>
</type>
<system
value="https://www.goodhealthhospital.be/standards/fhir/NamingSystem/patientrecord"/>
<value value="45XXP0PA-4"/>
</identifier>
<active value="true"/>
<name>
<use value="official"/>
<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>
<extension url="http://hl7.org/fhir/StructureDefinition/language">
<valueCode value="nl"/>
</extension>
<use value="home"/>
<type value="both"/>
<text value="Sloordelle 42, 1160 Oudergem"/>
<line value="Sloordelle 42">
<extension
url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
<valueString value="Sloordelle"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
<valueString value="42"/>
</extension>
</line>
<city value="Oudergem"/>
<postalCode value="1160"/>
<country value="BE"/>
</address>
<address>
<extension url="http://hl7.org/fhir/StructureDefinition/language">
<valueCode value="fr"/>
</extension>
<use value="home"/>
<type value="both"/>
<text value="42, Allee des Colzas, 1160 Auderghem"/>
<line value="42, Allee des Colzas">
<extension
url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
<valueString value="Allee des Colzas"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
<valueString value="42"/>
</extension>
</line>
<city value="Auderghem"/>
<postalCode value="1160"/>
<country value="BE"/>
</address>
<address>
<use value="work"/>
<type value="both"/>
<text value="377, Avenue Prince d'Orange, 1420 Braine-lʼAlleud"/>
<line value="377, Avenue Prince d'Orange">
<extension
url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
<valueString value="Avenue Prince d'Orange"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
<valueString value="377"/>
</extension>
</line>
<city value="Braine-lʼAlleud"/>
<postalCode value="1420"/>
<country value="BE"/>
</address>
<maritalStatus>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
<code value="D"/>
<display value="Divorced"/>
</coding>
<coding>
<system
value="https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-civilstate"/>
<code value="41"/>
<display value="Divorced since 1/10/1994"/>
</coding>
</maritalStatus>
<contact>
<relationship>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
<code value="N"/>
<display value="Next-of-Kin"/>
</coding>
<coding>
<system
value="https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-contact-person"/>
<code value="mother"/>
</coding>
</relationship>
<name>
<family value="Vogels"/>
<given value="Leia"/>
</name>
<telecom>
<system value="phone"/>
<value value="+31201234567"/>
<use value="mobile"/>
</telecom>
</contact>
<generalPractitioner>
<reference value="Practitioner/practitioner1"/>
</generalPractitioner>
</Patient>