MediRecords FHIR Implementation Guide
1.3.0 - release


: Secondary GP Practice Example - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="83d8e6e6-1371-11eb-960a-9350949d0a5c"/>
  <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><b>Generated Narrative: Organization</b><a name="83d8e6e6-1371-11eb-960a-9350949d0a5c"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Organization &quot;83d8e6e6-1371-11eb-960a-9350949d0a5c&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-mr-organisation-core.html">MediRecords Core Organisation</a></p></div><p><b>identifier</b>: HPI-O: 8003627500000328, ABN: 83914571673</p><p><b>active</b>: true</p><p><b>type</b>: Healthcare Provider <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-organization-type.html">Organization type</a>#prov)</span></p><p><b>name</b>: West Core Practice</p><p><b>telecom</b>: ph: 1234567890(WORK), <a href="mailto:west@test.medirecords.com">west@test.medirecords.com</a></p><p><b>address</b>: 48 Grey Street Frankston North VIC 3200 </p><p><b>partOf</b>: <a href="Organization-ade47c8c-9eed-11ea-a6fa-3f7e286deed9.html">Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9</a> &quot;Healthy Live Clinic&quot;</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="8003627500000328"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="XX"/>
        <display value="Organization identifier"/>
      </coding>
      <text value="ABN"/>
    </type>
    <system value="http://hl7.org.au/id/abn"/>
    <value value="83914571673"/>
  </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="West Core Practice"/>
  <telecom>
    <system value="phone"/>
    <value value="1234567890"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="west@test.medirecords.com"/>
    <use value="work"/>
  </telecom>
  <address>
    <type value="physical"/>
    <line value="48 Grey Street"/>
    <city value="Frankston North"/>
    <state value="VIC"/>
    <postalCode value="3200"/>
  </address>
  <partOf>
    <reference value="Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9"/>
  </partOf>
</Organization>