My Health Record FHIR IG
1.3.0 - active
My Health Record FHIR IG - Local Development build (v1.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "HealthcareService",
"id" : "racs-qld-01",
"meta" : {
"profile" : [
🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-healthcareservice-core-1"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService racs-qld-01</b></p><a name=\"racs-qld-01\"> </a><a name=\"hcracs-qld-01\"> </a><a name=\"racs-qld-01-en-AU\"> </a><p><b>identifier</b>: RACS ID/130011</p><p><b>providedBy</b>: <a href=\"Organization-large-racs.html\">Organization Large Residential Aged Care Services Group Limited</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-large-racs-qld-01.html\">Location LARCSG Care Sunnybank QLD</a></p><p><b>name</b>: LARCSG Care Sunnybank Home for the Aged 130011</p><p><b>telecom</b>: ph: (07) 8543 5957(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" : "130011"
}
],
"providedBy" : // In Australia RACS identifier number are an
incremental number that have been incremented to 4 digits, this example uses a fictional
number from 100,000 + to ensure no conflict with real world values
{
🔗 "reference" : "Organization/large-racs"
},
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "1120991000168102"
}
],
"text" : "Aged care residential service"
}
],
"location" : [
{
🔗 "reference" : "Location/large-racs-qld-01"
}
],
"name" : "LARCSG Care Sunnybank Home for the Aged 130011",
"telecom" : [
{
"system" : "phone",
"value" : "(07) 8543 5957",
"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"
}
]
}