<?xml version=“1.0” encoding=“UTF-8”?> <Organization xmlns=“hl7.org/fhir”>

<id value="1"/>
<meta>
  <security>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
    <code value="HTEST"/>
    <display value="test health data"/>
  </security>
</meta>

<!– Clinical Team “Gastroenterology” at Acme Hospital –>

<identifier>
  <system value="http://www.acme.org.au/units"/>
  <value value="Gastro"/>
</identifier>
<name value="Gastroenterology"/>
<telecom>
  <system value="phone"/>
  <value value="+1 555 234 3523"/>
  <use value="mobile"/>
</telecom>
<telecom>
  <system value="email"/>
  <value value="gastro@acme.org"/>
  <use value="work"/>
</telecom>

</Organization>