This page is part of the AU Base Implementation Guide 4.1.1-preview based on FHIR R4. For a full list of available versions, see the Directory of published versions
: HealthcareService - Leafy Grove Home for the Not Very Aged - JSON Representation
Raw json | Download
{
"resourceType" : "HealthcareService",
"id" : "example5",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: HealthcareService</b><a name=\"example5\"> </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 "example5" </p></div><p><b>identifier</b>: RACS ID:\u00a00011</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-example5.html\">Organization/example5</a> "The Corporation of the Synod of the Diocese of Nundah"</p><p><b>type</b>: Aged care residential service <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1120991000168102)</span></p><p><b>location</b>: <a href=\"Location-example9.html\">Location/example9</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>: Fees Apply <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-service-provision-conditions.html\">Service Provision Conditions Australian Concepts</a>#FAP)</span>, Co-payment <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-service-provision-conditions.html\">Service Provision Conditions Australian Concepts</a>#COP)</span>, Fees and Bulk Billing <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-service-provision-conditions.html\">Service Provision Conditions Australian Concepts</a>#FBB)</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"
}
]
}