AU Base Implementation Guide
4.2.2-ci-build - CI Build Australia flag

AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 4.2.2-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-base/ and changes regularly. See the Directory of published versions

: HealthcareService - Leafy Grove Home for the Not Very Aged - XML Representation

Page standards status: Informative

Raw xml | Download



<HealthcareService xmlns="http://hl7.org/fhir">
  <id value="example5"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: HealthcareService example5</b></p><a name="example5"> </a><a name="hcexample5"> </a><a name="hcexample5-en-AU"> </a><p><b>identifier</b>: RACS ID/0011</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href="Organization-example5.html">Organization The Corporation of the Synod of the Diocese of Nundah</a></p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 1120991000168102}">Aged care residential service</span></p><p><b>location</b>: <a href="Location-example9.html">Location: status = active; type = Nursing or custodial care facility; physicalType = Site</a></p><p><b>name</b>: Honourable Mark's Home For Aged Men</p><p><b>telecom</b>: ph: (07) 8543 5956(Work)</p><p><b>serviceProvisionCode</b>: <span title="Codes:{http://terminology.hl7.org.au/CodeSystem/service-provision-conditions FAP}">Fees Apply</span>, <span title="Codes:{http://terminology.hl7.org.au/CodeSystem/service-provision-conditions COP}">Co-payment</span>, <span title="Codes:{http://terminology.hl7.org.au/CodeSystem/service-provision-conditions FBB}">Fees and Bulk Billing</span></p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
        <code value="RACSI"/>
      </coding>
      <text value="RACS ID"/>
    </type>
    <system
            value="http://ns.electronichealth.net.au/id/residential-aged-care-service-id"/>
    <value value="0011"/>
  </identifier>
  <active value="true"/>
  <providedBy>🔗 
    <reference value="Organization/example5"/>
  </providedBy>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="1120991000168102"/>
    </coding>
    <text value="Aged care residential service"/>
  </type>
  <location>🔗 
    <reference value="Location/example9"/>
  </location>
  <name value="Honourable Mark's Home For Aged Men"/>
  <telecom>
    <system value="phone"/>
    <value value="(07) 8543 5956"/>
    <use value="work"/>
  </telecom>
  <serviceProvisionCode>
    <coding>
      <system
              value="http://terminology.hl7.org.au/CodeSystem/service-provision-conditions"/>
      <code value="FAP"/>
    </coding>
    <text value="Fees Apply"/>
  </serviceProvisionCode>
  <serviceProvisionCode>
    <coding>
      <system
              value="http://terminology.hl7.org.au/CodeSystem/service-provision-conditions"/>
      <code value="COP"/>
    </coding>
    <text value="Co-payment"/>
  </serviceProvisionCode>
  <serviceProvisionCode>
    <coding>
      <system
              value="http://terminology.hl7.org.au/CodeSystem/service-provision-conditions"/>
      <code value="FBB"/>
    </coding>
    <text value="Fees and Bulk Billing"/>
  </serviceProvisionCode>
</HealthcareService>