FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Organization/f003 (XML)

Patient Administration Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw XML (canonical form + also see XML Format Specification)

Real-world organization example (ENT) (id = "f003")

<?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> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.