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

: organization1 - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="organization1"/>
  <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>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PRN"/>
        <display value="Provider Number"/>
      </coding>
    </type>
    <system
            value="https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/cbe"/>
    <value value="0425.222.333"/>
  </identifier>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MD"/>
        <display value="Medical License number"/>
      </coding>
    </type>
    <system
            value="https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi"/>
    <value value="999999999"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="https://www.ehealth.fgov.be/standards/fhir/core/CodeSystem/cd-hcparty"/>
      <code value="orghospital"/>
    </coding>
  </type>
  <name value="Enterprise Hospital Ziekenhuis"/>
  <telecom>
    <system value="phone"/>
    <value value="322675199"/>
    <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="Vulcansstraat 120, 1000 Brussel"/>
    <line value="Vulcansstraat 120">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
        <valueString value="Vulcansstraat"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
        <valueString value="120"/>
      </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="120, Rue des Vulcans, 1000 Bruxelles"/>
    <line value="120, Rue des Vulcans">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
        <valueString value="Rue des Vulcans"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
        <valueString value="120"/>
      </extension>
    </line>
    <city value="Bruxelles"/>
    <postalCode value="1000"/>
    <country value="BE"/>
  </address>
</Organization>