Pipeline Test IG - Belgian SNOMED Content
0.1.0 - STU1 Belgium flag

Pipeline Test IG - Belgian SNOMED Content, published by My Organization. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/pipeline-test/ and changes regularly. See the Directory of published versions

: Example Belgian Patient - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="ExampleBelgianPatient"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient ExampleBelgianPatient</b></p><a name="ExampleBelgianPatient"> </a><a name="hcExampleBelgianPatient"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Jean Dupont  Male, DoB: 1985-04-12 ( https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin#12345678901)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3">Rue de la Loi 16 Brussels 1000 BE </td></tr></table></div>
  </text>
  <identifier>
    <system
            value="https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin"/>
    <value value="12345678901"/>
  </identifier>
  <name>
    <family value="Dupont"/>
    <given value="Jean"/>
  </name>
  <gender value="male"/>
  <birthDate value="1985-04-12"/>
  <address>
    <line value="Rue de la Loi 16"/>
    <city value="Brussels"/>
    <postalCode value="1000"/>
    <country value="BE"/>
  </address>
</Patient>