<?xml version="1.0" encoding="UTF-8"?>

<Organization xmlns="http://hl7.org/fhir">
  <id value="ff4d98d1-69c9-43db-896e-58d11c15662c"/>
  <meta>
    <profile value="http://hl7.eu/fhir/base/StructureDefinition/organization-eu-core"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml">Brussels University Hospital</div>
  </text>
  <identifier>
    <system value="http://example.org/organization-ids"/>
    <value value="ORG-001"/>
  </identifier>
  <active value="true"/>
  <name value="Brussels University Hospital"/>
  <telecom>
    <system value="phone"/>
    <value value="+32 2 764 1111"/>
    <use value="work"/>
  </telecom>
  <address>
    <line value="Avenue Hippocrate 10"/>
    <city value="Brussels"/>
    <postalCode value="1200"/>
    <country value="BE"/>
  </address>
</Organization>