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" : "adha",
"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 adha</b></p><a name=\"adha\"> </a><a name=\"hcadha\"> </a><a name=\"adha-en-AU\"> </a><p><b>identifier</b>: ABN/84425496912</p><p><b>type</b>: <span title=\"Codes:{http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0 7510}\">Commonwealth Government Entity</span></p><p><b>name</b>: Australian Digital Health Agency</p><p><b>telecom</b>: <a href=\"https://www.digitalhealth.gov.au\">https://www.digitalhealth.gov.au</a>, <a href=\"mailto:help@digitalhealth.gov.au\">help@digitalhealth.gov.au</a>, ph: 1300901001(Work)</p><p><b>address</b>: </p><ul><li>GPO Box 9942 Sydney NSW 2000 AU (work)</li><li>Level 25, 175 Liverpool Street Sydney NSW 2000 AU (work)</li></ul><p><b>partOf</b>: <a href=\"Organization-healthau.html\">Organization Australian Government Department of Health</a></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" : "84425496912"
}
],
"type" : [
{
"coding" : [
{
"system" : "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0",
"code" : "7510"
}
],
"text" : "Commonwealth Government Entity"
}
],
"name" : "Australian Digital Health Agency",
"telecom" : [
{
"system" : "url",
"value" : "https://www.digitalhealth.gov.au",
"use" : "work"
},
{
"system" : "email",
"value" : "help@digitalhealth.gov.au",
"use" : "work"
},
{
"system" : "phone",
"value" : "1300901001",
"use" : "work"
}
],
"address" : [
{
"use" : "work",
"type" : "postal",
"line" : [
"GPO Box 9942"
],
"city" : "Sydney",
"state" : "NSW",
"postalCode" : "2000",
"country" : "AU"
},
{
"use" : "work",
"line" : [
"Level 25, 175 Liverpool Street"
],
"city" : "Sydney",
"state" : "NSW",
"postalCode" : "2000",
"country" : "AU"
}
],
"partOf" : {
🔗 "reference" : "Organization/healthau"
}
}