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" : "example4",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService example4</b></p><a name=\"example4\"> </a><a name=\"hcexample4\"> </a><a name=\"example4-en-AU\"> </a><p><b>identifier</b>: RACS ID/0009</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-example8.html\">Location Leafy Grove</a></p><p><b>name</b>: Leafy Grove Home for the Aged</p><p><b>telecom</b>: ph: (07) 8543 5755(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><p><b>communication</b>: <span title=\"Codes:{urn:ietf:bcp:47 en}\">English</span>, <span title=\"Codes:{urn:ietf:bcp:47 ar}\">Arabic</span>, <span title=\"Codes:{urn:ietf:bcp:47 yue}\">Cantonese</span>, <span title=\"Codes:{urn:ietf:bcp:47 zh}\">Chinese</span>, <span title=\"Codes:{urn:ietf:bcp:47 hr}\">Croatian</span>, <span title=\"Codes:{urn:ietf:bcp:47 el}\">Greek</span>, <span title=\"Codes:{urn:ietf:bcp:47 it}\">Italian</span>, <span title=\"Codes:{urn:ietf:bcp:47 cmn}\">Mandarin</span>, <span title=\"Codes:{urn:ietf:bcp:47 pl}\">Polish</span>, <span title=\"Codes:{urn:ietf:bcp:47 es}\">Spanish</span>, <span title=\"Codes:{urn:ietf:bcp:47 vi}\">Vietnamese</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" : "0009"
}
],
"active" : true,
"providedBy" : {
🔗 "reference" : "Organization/example5"
},
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1120991000168102"
}
],
"text" : "Aged care residential service"
}
],
"location" : [
{
🔗 "reference" : "Location/example8"
}
],
"name" : "Leafy Grove Home for the Aged",
"telecom" : [
{
"system" : "phone",
"value" : "(07) 8543 5755",
"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"
}
],
"communication" : [
{
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "en"
}
],
"text" : "English"
},
{
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "ar"
}
],
"text" : "Arabic"
},
{
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "yue"
}
],
"text" : "Cantonese"
},
{
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "zh"
}
],
"text" : "Chinese"
},
{
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "hr"
}
],
"text" : "Croatian"
},
{
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "el"
}
],
"text" : "Greek"
},
{
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "it"
}
],
"text" : "Italian"
},
{
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "cmn"
}
],
"text" : "Mandarin"
},
{
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "pl"
}
],
"text" : "Polish"
},
{
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "es"
}
],
"text" : "Spanish"
},
{
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "vi"
}
],
"text" : "Vietnamese"
}
]
}