FHIR Release 3 (STU) CI-Build

This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0 . For a full list Continuous Integration Build of available versions, see FHIR (will be incorrect/inconsistent at 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 Ballot Standards Status : Informative Compartments : Not linked to any No defined compartments

Raw XML ( canonical form ) Jump past Narrative + also see XML Format Specification )

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

(Details : {http://hl7.org/fhir/organization-type code 'dept' = 'Hospital Department', given as 'Hospital Department'})
<?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.