HL7 BE Laboratory WG Implementation Guide
1.0.0 - STU

This page is part of the HL7 Belgium FHIR Implementation Guide - Lab related profiles (v1.0.0: Trial Use) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: eHealthPlatform - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="eHealthPlatform"/>
  <meta>
    <profile
             value="https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-organization"/>
  </meta>
  <text>
    <status value="empty"/>
    <div xmlns="http://www.w3.org/1999/xhtml">empty</div>
  </text>
  <active value="true"/>
  <name value="eHealth Platform"/>
  <telecom>
    <system value="phone"/>
    <value value="3228918611"/>
    <use value="work"/>
  </telecom>
  <address>
    <extension url="http://hl7.org/fhir/StructureDefinition/language">
      <valueCode value="nl"/>
    </extension>
    <use value="work"/>
    <type value="both"/>
    <text value="Willebroekkaai 38, 1000 Brussel"/>
    <line value="Willebroekkaai 38">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
        <valueString value="Willebroekkaai"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
        <valueString value="38"/>
      </extension>
    </line>
    <city value="Brussel"/>
    <postalCode value="1000"/>
    <country value="BE"/>
  </address>
  <address>
    <extension url="http://hl7.org/fhir/StructureDefinition/language">
      <valueCode value="fr"/>
    </extension>
    <use value="work"/>
    <type value="both"/>
    <text value="38, Quai de Willeborek, 1000 Bruxelles"/>
    <line value="38, Quai de Willeborek">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
        <valueString value="Quai de Willeborek"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
        <valueString value="38"/>
      </extension>
    </line>
    <city value="Bruxelles"/>
    <postalCode value="1000"/>
    <country value="BE"/>
  </address>
</Organization>