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" : "Organization",
"id" : "avg-canberra-medical-centre",
"meta" : {
"profile" : [
🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization avg-canberra-medical-centre</b></p><a name=\"avg-canberra-medical-centre\"> </a><a name=\"hcavg-canberra-medical-centre\"> </a><a name=\"avg-canberra-medical-centre-en-AU\"> </a><p><b>identifier</b>: HPI-O/8003629900033370</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 288565001}\">Medical Centre</span></p><p><b>name</b>: Average Canberra Medical Centre</p><p><b>telecom</b>: <a href=\"mailto:information@avgcanberramedicalcentre.example.com\">information@avgcanberramedicalcentre.example.com</a>, ph: (02) 5550 2427(Work)</p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code" : "NOI"
}
],
"text" : "HPI-O"
},
"system" : "http://ns.electronichealth.net.au/id/hi/hpio/1.0",
"value" : "8003629900033370"
}
],
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "288565001",
"display" : "Medical centre"
}
],
"text" : "Medical Centre"
}
],
"name" : "Average Canberra Medical Centre",
"telecom" : [
{
"system" : "email",
"value" : "information@avgcanberramedicalcentre.example.com",
"use" : "work"
},
{
"system" : "phone",
"value" : "(02) 5550 2427",
"use" : "work"
}
]
}