MediRecords FHIR Implementation Guide
1.4.2 - release


: Australian Health Service Organization Example - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="ed33523f-9039-4cff-bde9-867c90ce0e4d"/>
  <meta>
    <profile
             value="https://fhir.medirecords.com/StructureDefinition/mr-organisation-core"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization ed33523f-9039-4cff-bde9-867c90ce0e4d</b></p><a name="ed33523f-9039-4cff-bde9-867c90ce0e4d"> </a><a name="hced33523f-9039-4cff-bde9-867c90ce0e4d"> </a><a name="ed33523f-9039-4cff-bde9-867c90ce0e4d-en-US"> </a><p><b>active</b>: true</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}">Healthcare Provider</span></p><p><b>name</b>: ACME Hospital</p><p><b>telecom</b>: ph: 0478612722(Work), <a href="mailto:acme.test@test.medirecords.com">acme.test@test.medirecords.com</a></p><p><b>address</b>: 125 Herbert Street St Leonards 2065 AU </p></div>
  </text>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="prov"/>
      <display value="Healthcare Provider"/>
    </coding>
  </type>
  <name value="ACME Hospital"/>
  <telecom>
    <system value="phone"/>
    <value value="0478612722"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="acme.test@test.medirecords.com"/>
    <use value="work"/>
  </telecom>
  <address>
    <line value="125 Herbert Street"/>
    <city value="St Leonards"/>
    <postalCode value="2065"/>
    <country value="AU"/>
  </address>
</Organization>