Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft
Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions
{
"resourceType" : "HealthcareService",
"id" : "mssg-qld-castle-endo",
"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 mssg-qld-castle-endo</b></p><a name=\"mssg-qld-castle-endo\"> </a><a name=\"hcmssg-qld-castle-endo\"> </a><a name=\"mssg-qld-castle-endo-en-AU\"> </a><p><b>providedBy</b>: <a href=\"Organization-metro-specialist-services-group.html\">Organization Metropolitan Specialist Services Group</a></p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 700434000}\">Endocrinology service</span></p><p><b>location</b>: <a href=\"Location-metro-specialist-services-group-qld-castle.html\">Location Metropolitan Specialist Services Group Castle QLD</a></p><p><b>name</b>: Metropolitan Specialist Services Group Castle QLD - Endocrinology services</p><p><b>telecom</b>: <a href=\"mailto:info@metrospeicalistservicesgroup.example.com\">info@metrospeicalistservicesgroup.example.com</a>, ph: (07) 5550 2687(Work), fax: (07) 5550 2688(Work)</p></div>"
},
"providedBy" : {
🔗 "reference" : "Organization/metro-specialist-services-group"
},
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "700434000",
"display" : "Endocrinology service"
}
]
}
],
"location" : [
{
🔗 "reference" : "Location/metro-specialist-services-group-qld-castle"
}
],
"name" : "Metropolitan Specialist Services Group Castle QLD - Endocrinology services",
"telecom" : [
{
"system" : "email",
"value" : "info@metrospeicalistservicesgroup.example.com",
"use" : "work"
},
{
"system" : "phone",
"value" : "(07) 5550 2687",
"use" : "work"
},
{
"system" : "fax",
"value" : "(07) 5550 2688",
"use" : "work"
}
]
}