This page is part of the FHIR Specification (v0.05: DSTU 1 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Resource Organization - Examples

General

Example of organization

Example of organization

<Organization xmlns="http://hl7.org/fhir">
  <id>34234</id>

  <!--   Clinical Team "Gastroenterology" at Acme Hospital   -->
  <identifier>
    <identifier>
      <system>http://www.acme.org.au/units</system>
      <id>Gastro</id>
    </identifier>
<!--  
    
      Acme Healthcare
    
      -->
  </identifier>

  <name>
    <value>Gastroenterology</value>
  </name>
  
  <contact>
    <system>phone</system>
    <value>+1 555 234 3523</value>
    <use>mobile</use>
  </contact>
  <contact>
    <system>email</system>
    <value>gastro@acme.org</value>
    <use>work</use>
  </contact>
  
  <relatedOrganization>
    <code>  
      <coding>
        <code>TERR</code>
        <system>oid:2.16.840.1.113883.5.110</system>
      </coding>
    </code>
    <name>Acme Hospital</name>
  </relatedOrganization>
  
  <text>
    <status>generated</status>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>Gastroenterology @ Acme Hospital. ph: +1 555 234 3523, email: <a href="mailto:gastro@acme.org">gastro@acme.org</a></p>
    </div>
  </text>
</Organization>

This is an old version of FHIR retained for archive purposes. Do not use for anything else
Implementers are welcome to experiment with the content defined here, but should note that the contents are subject to change without prior notice.
© HL7.org 2011 - 2012. FHIR v0.05 generated on Sun, Sep 9, 2012 03:28+1000. License