AU Core Implementation Guide
0.2.2-preview - Preview 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>specialty</b>: 394734003 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#394734003)</span></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><p><b>serviceProvisionCode</b>: Fees and Bulk Billing <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://hl7.org.au/fhir/4.1.2-preview/CodeSystem-service-provision-conditions.html">Service Provision Conditions Australian Concepts</a>#FBB)</span></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>
  <specialty>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="394734003"/>
    </coding>
  </specialty>
  <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>
  <serviceProvisionCode>
    <coding>
      <system
              value="http://terminology.hl7.org.au/CodeSystem/service-provision-conditions"/>
      <code value="FBB"/>
      <display value="Fees and Bulk Billing"/>
    </coding>
  </serviceProvisionCode>
</HealthcareService>