eHealth Platform Federal Core Profiles
2.1.0 - STU1 Belgium flag

This page is part of the HL7 Belgium FHIR Implementation Guide - Core profiles (v2.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: organization1 - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="organization1"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2019-07-01T13:30:55.864+00:00"/>
    <profile
             value="https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Organization</b><a name="organization1"> </a><a name="hcorganization1"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Organization &quot;organization1&quot; Version &quot;1&quot; Updated &quot;2019-07-01 13:30:55+0000&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-be-organization.html">BeOrganization</a></p></div><p><b>identifier</b>: Provider Number/0425222333 (use: official), Medical License number/99999999999 (use: official)</p><p><b>active</b>: true</p><p><b>type</b>: hospital <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-cd-hcparty.html">BeCdHcParty</a>#orghospital)</span></p><p><b>name</b>: Enterprise Hospital Ziekenhuis</p><p><b>telecom</b>: <a href="tel:+322675199">+322675199</a></p><p><b>address</b>: </p><ul><li>Vulcansstraat 120, 1000 Brussel(work)</li><li>120, Rue des Vulcans, 1000 Bruxelles(work)</li></ul></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="0425222333"/>
  </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="99999999999"/>
  </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>