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" : "devonport-clinic",
"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 devonport-clinic</b></p><a name=\"devonport-clinic\"> </a><a name=\"hcdevonport-clinic\"> </a><a name=\"devonport-clinic-en-AU\"> </a><p><b>identifier</b>: ABN/51824754455</p><p><b>name</b>: Devonport Family Medicine Clinic</p><p><b>telecom</b>: <a href=\"mailto:reception@example.dfmc.com.au\">reception@example.dfmc.com.au</a>, fax: (03) 8543 5557(Work), ph: (03) 8543 5556(Work)</p><p><b>address</b>: LPO Box 235 Strahan TAS 7468 AU </p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "XX"
}
],
"text" : "ABN"
},
"system" : "http://hl7.org.au/id/abn",
"value" : "51824754455"
}
],
"name" : "Devonport Family Medicine Clinic",
"telecom" : [
{
"system" : "email",
"value" : "reception@example.dfmc.com.au",
"use" : "work"
},
{
"system" : "fax",
"value" : "(03) 8543 5557",
"use" : "work"
},
{
"system" : "phone",
"value" : "(03) 8543 5556",
"use" : "work"
}
],
"address" : [
{
"type" : "postal",
"line" : [
"LPO Box 235"
],
"city" : "Strahan",
"state" : "TAS",
"postalCode" : "7468",
"country" : "AU"
}
]
}