AU Core Implementation Guide
0.1.0-draft - Draft Australia flag

Publication Build: This will be filled in by the publication tooling

: HealthcareService - Private X-Ray - XML Representation

Page standards status: Informative

Raw xml | Download



<HealthcareService xmlns="http://hl7.org/fhir">
  <id value="lge-priv-xray"/>
  <meta>
    <profile
             value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-healthcareservice"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: HealthcareService</b><a name="lge-priv-xray"> </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 HealthcareService &quot;lge-priv-xray&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-au-core-healthcareservice.html">AU Core HealthcareService</a></p></div><p><b>identifier</b>: ABN: 51824997755</p><p><b>name</b>: Large Private X-RAY</p><p><b>telecom</b>: ph: 1300 975 707(WORK), <a href="https://lge-private-xray.example.com">https://lge-private-xray.example.com</a></p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="XX"/>
      </coding>
      <text value="ABN"/>
    </type>
    <system value="http://hl7.org.au/id/abn"/>
    <!--  Not a valid ABN. This example uses a fictional
        ABN that does not conform to ABN format to ensure no conflict with real world values  -->
    <value value="51824997755"/>
  </identifier>
  <name value="Large Private X-RAY"/>
  <telecom>
    <system value="phone"/>
    <value value="1300 975 707"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="url"/>
    <value value="https://lge-private-xray.example.com"/>
    <use value="work"/>
  </telecom>
</HealthcareService>