View raw Markdown
type: exampleresource: Organizationexample: organization-example-f003-burgers-ENT

Organization Example: organization-example-f003-burgers-ENT

Example XML

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

<Organization xmlns="http://hl7.org/fhir">
  <id value="f003"/>
  <active value="true"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="dept"/>
      <display value="Hospital Department"/>
    </coding>
  </type>
  <name value="Burgers UMC Ear,Nose,Throat unit"/>
  <contact>
    <purpose>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/contactentity-type"/>
        <code value="ADMIN"/>
      </coding>
    </purpose>
    <name>
      <text value="mr. F. de Hond"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="022-655 7654"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="KNO@burgersumc.nl"/>
    </telecom>
    <telecom>
      <system value="fax"/>
      <value value="022-655 0998"/>
    </telecom>
    <address>
      <line value="West Wing, floor 5"/>
    </address>
  </contact>
  <partOf>
    <reference value="Organization/f001"/>
  </partOf>
</Organization>