HL7 BE Laboratory WG Implementation Guide
1.0.1 - STU Belgium flag

HL7 BE Laboratory WG Implementation Guide, published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/lab/ and changes regularly. 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>