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 |
{
"resourceType" : "HealthcareService",
"id" : "example5",
"text" : {
"status" : "generated",
"div" : "<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>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code" : "RACSI"
}
],
"text" : "RACS ID"
},
"system" : "http://ns.electronichealth.net.au/id/residential-aged-care-service-id",
"value" : "0011"
}
],
"active" : true,
"providedBy" : {
🔗 "reference" : "Organization/example5"
},
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1120991000168102"
}
],
"text" : "Aged care residential service"
}
],
"location" : [
{
🔗 "reference" : "Location/example9"
}
],
"name" : "Honourable Mark's Home For Aged Men",
"telecom" : [
{
"system" : "phone",
"value" : "(07) 8543 5956",
"use" : "work"
}
],
"serviceProvisionCode" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org.au/CodeSystem/service-provision-conditions",
"code" : "FAP"
}
],
"text" : "Fees Apply"
},
{
"coding" : [
{
"system" : "http://terminology.hl7.org.au/CodeSystem/service-provision-conditions",
"code" : "COP"
}
],
"text" : "Co-payment"
},
{
"coding" : [
{
"system" : "http://terminology.hl7.org.au/CodeSystem/service-provision-conditions",
"code" : "FBB"
}
],
"text" : "Fees and Bulk Billing"
}
]
}