AU Base Implementation Guide
4.2.2-ballot - Ballot
This page is part of the Australian Base IG (v4.2.2-ballot: AU Base R4.2 Ballot 5) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 4.1.0. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
<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="example5-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>