MediRecords FHIR Implementation Guide
1.4.2 - release


: Organization HealthCare Provider Example - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="84de9278-ce61-4919-afa6-3b8b80909868"/>
  <meta>
    <profile
             value="https://fhir.medirecords.com/StructureDefinition/mr-organisation-serviceprovider"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization 84de9278-ce61-4919-afa6-3b8b80909868</b></p><a name="84de9278-ce61-4919-afa6-3b8b80909868"> </a><a name="hc84de9278-ce61-4919-afa6-3b8b80909868"> </a><a name="84de9278-ce61-4919-afa6-3b8b80909868-en-US"> </a><p><b>identifier</b>: HPI-O/8003621234567892</p><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>: ACT Imaging Lab</p><p><b>telecom</b>: ph: 1300103113(Work)</p><p><b>address</b>: 630 Pacific HWY St Leonards NSW 2065 </p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
        <code value="NOI"/>
        <display value="National Organisation Identifier"/>
      </coding>
      <text value="HPI-O"/>
    </type>
    <system value="http://ns.electronichealth.net.au/id/hi/hpio/1.0"/>
    <value value="8003621234567892"/>
  </identifier>
  <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="ACT Imaging Lab"/>
  <telecom>
    <system value="phone"/>
    <value value="1300103113"/>
    <use value="work"/>
  </telecom>
  <address>
    <line value="630 Pacific HWY"/>
    <city value="St Leonards"/>
    <state value="NSW"/>
    <postalCode value="2065"/>
  </address>
</Organization>