Release 4 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v4.0.1: R4 - Mixed Normative and STU ) in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see times).
See the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Organization-example-f003-burgers-ENT.xml

Example Organization/f003 (XML)

Maturity Level : N/A
Responsible Owner: Patient Administration Work Group Standards Status : Informative Compartments : Not linked to any No defined compartments

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

Jump past Narrative

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

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


  
  (Details : {http://terminology.hl7.org/CodeSystem/organization-type code 'dept' = 'Hospital
           Department', given as 'Hospital Department'})
  
    
      
      
      
    
  
  
  
    
    
  
  
    
  
  
    
  
  
    
      
        
        
      
    
    
      
    
    
      
      
    
    
      
      
    
    
      
      
    
    
      
    
  

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