This page is part of the Manzana Project FHIR Specifications (v1.0.0: Release) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions 
: Example - FINDRISC Test Patient - XML Representation
Raw xml | Download
<Patient xmlns="http://hl7.org/fhir">
<id value="rs-findRisc-patient"/>
<meta>
<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 style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Patient Abrumet Test (OFFICIAL)</b> female, DoB Unknown ( Social Beneficiary Identifier: 99010100118 (use: OFFICIAL))</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="The nationality of the patient.">nationality:</td><td colspan="3"><ul><li>code: <span title="Codes: {https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-fed-country BE}">Belgium</span></li></ul></td></tr><tr><td style="background-color: #f3f5da" title="The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements."><a href="http://hl7.org/fhir/R4/extension-patient-birthplace.html">Birth Place:</a></td><td colspan="3"><ul><li>Namen BE </li></ul></td></tr></table></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="99010100118"/>
</identifier>
<active value="true"/>
<name>
<use value="official"/>
<family value="Test"/>
<given value="Patient"/>
<given value="Abrumet"/>
</name>
<gender value="female"/>
</Patient>