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" : "algrester-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 algrester-medical-centre</b></p><a name=\"algrester-medical-centre\"> </a><a name=\"hcalgrester-medical-centre\"> </a><a name=\"algrester-medical-centre-en-AU\"> </a><p><b>identifier</b>: HPI-O/8003621566699776</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 288565001}\">Medical Centre</span></p><p><b>name</b>: Algregster Medical Centre</p><p><b>telecom</b>: <a href=\"mailto:info@algregstermedical.example.com\">info@algregstermedical.example.com</a>, ph: (07) 5550 2427(Work)</p><p><b>address</b>: 87 Western Esp Tindal RAAF QLD 4655 AU </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" : "8003621566699776"
}
],
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "288565001",
"display" : "Medical centre"
}
],
"text" : "Medical Centre"
}
],
"name" : "Algregster Medical Centre",
"telecom" : [
{
"system" : "email",
"value" : "info@algregstermedical.example.com",
"use" : "work"
},
{
"system" : "phone",
"value" : "(07) 5550 2427",
"use" : "work"
}
],
"address" : [
{
"line" : [
"87 Western Esp"
],
"city" : "Tindal RAAF",
"state" : "QLD",
"postalCode" : "4655",
"country" : "AU"
}
]
}