FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | HealthcareService |
| Id | HealthcareService-example5.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: HealthcareService example5
identifier: RACS ID/0011
active: true
providedBy: Organization The Corporation of the Synod of the Diocese of Nundah
type: Aged care residential service
location: Location: status = active; type = Nursing or custodial care facility; physicalType = Site
name: Honourable Mark's Home For Aged Men
telecom: ph: (07) 8543 5956(Work)
serviceProvisionCode: Fees Apply, Co-payment, Fees and Bulk Billing
{
"resourceType": "HealthcareService",
"id": "example5",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}