<Organization xmlns="http://hl7.org/fhir">
  <id value="example-cms-organization" />
  <meta>
    <versionId value="23" />
    <profile value="http://ehealthontario.ca/fhir/StructureDefinition/ca-on-cms-profile-Organization|1.0" />
  </meta>
  <identifier>
    <system value="https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-provider-upi" />
    <value value="1234567890123" />
  </identifier>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/organization-type" />
      <code value="prov" />
      <display value="Healthcare Provider" />
    </coding>
  </type>
  <name value="XYZ Ear,Nose,Throat unit" />
  <alias value="ENT Unit">
    <extension url="http://ehealthontario.on.ca/fhir/StructureDefinition/cms-ext-OrganizationNameType">
      <valueCoding>
        <system value="http://ehealthontario.ca/fhir/CodeSystem/cms-organization-name-type" />
        <code value="short-name" />
        <display value="Short Name" />
      </valueCoding>
    </extension>
  </alias>
  <alias value="XYZ Unité pour les oreilles, le nez et la gorge">
    <extension url="http://ehealthontario.on.ca/fhir/StructureDefinition/cms-ext-human-language">
      <valueCoding>
        <system value="urn:ietf:bcp:47" />
        <code value="fr" />
      </valueCoding>
    </extension>
  </alias>
  <telecom>
    <system value="phone" />
    <value value="416-655 6780" />
    <use value="mobile" />
  </telecom>
  <address>
    <use value="work" />
    <type value="physical" />
    <line value="North Wing, floor 10" />
    <line value="123 Some Street" />
    <city value="Toronto" />
    <state value="ON" />
    <postalCode value="M1M 1M1" />
    <country value="CAN" />
  </address>
</Organization>