HL7 Belgium FHIR specifications
0.1 - QA review

This page is part of the HL7 Belgium FHIR Specifications (v2020May: QA Preview) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

Patient Noel Joyeux - XML Representation

(back to description)

Raw xml

Source view


<Patient xmlns="http://hl7.org/fhir">
  <id value="noel"/>
  <meta>
    <profile
             value="https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: noel</p><p><b>meta</b>: </p><p><b>identifier</b>: Social Beneficiary Identifier = 80010112344 (OFFICIAL)</p><p><b>active</b>: true</p><p><b>name</b>: Noël Joyeux (OFFICIAL)</p><p><b>telecom</b>: noel.joyeux@belgium.be, ph: +322476792981(MOBILE), ph: +3226718655(HOME)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1980-01-10</p><p><b>address</b>: </p><ul><li>Sloordelle 42, 1160 Oudergem(HOME)</li><li>42, Allee des Colzas, 1160 Auderghem(HOME)</li></ul><p><b>maritalStatus</b>: Married <span style="background: LightGoldenRodYellow">(Details : {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus code 'M' = 'Married', given as 'Married'}; {https://www.ehealth.fgov.be/standards/fhir/CodeSystem/be-civilstate code '20' = 'Married', given as 'Married'})</span></p><p><b>generalPractitioner</b>: </p></div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/patient-nationality">
    <extension url="code">
      <valueCodeableConcept>
        <coding>
          <system
                  value="https://www.ehealth.fgov.be/standards/fhir/CodeSystem/be-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/NamingSystem/ssin"/>
    <value value="80010112344"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Joyeux"/>
    <given value="Noël"/>
  </name>
  <telecom>
    <system value="email"/>
    <value value="noel.joyeux@belgium.be"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="+322476792981"/>
    <use value="mobile"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="+3226718655"/>
    <use value="home"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1980-01-10"/>
  <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>
  <maritalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
      <code value="M"/>
      <display value="Married"/>
    </coding>
    <coding>
      <system
              value="https://www.ehealth.fgov.be/standards/fhir/CodeSystem/be-civilstate"/>
      <code value="20"/>
      <display value="Married"/>
    </coding>
  </maritalStatus>
  <generalPractitioner>
    <identifier>
      <system
              value="https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin"/>
      <value value="50010112345"/>
    </identifier>
  </generalPractitioner>
</Patient>