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" : "private-vic-path-lab",
"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\">\n <h4>Private VIC Pathology (Private Victorian Laboratories)</h4>\n <p>NATA Accreditation Number: 100302</p>\n <p>ABN: 51824994455</p>\n <p>(03) 5550 4724</p>\n <p>41 Epsom court, FLEMINGTON, VIC, 3031</p>\n </div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code" : "NATAA",
"display" : "NATA Accreditation Number"
}
],
"text" : "NATA Accreditation Number"
},
"system" : "http://hl7.org.au/id/nata-accreditation",
"value" : "100302"
},
// In Australia NATA numbers are an
incremental number that have been incremented to 5 digits, this example uses a fictional
NATA number from 100,000 + to ensure no conflict with real world values
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "XX"
}
],
"text" : "ABN"
},
"system" : "http://hl7.org.au/id/abn",
"value" : "51824994455"
}
],
"name" : "Private VIC Pathology",
"alias" : [
"Private Victorian Laboratories"
],
"telecom" : [
// Not a valid ABN. This example uses a fictional
ABN that does not conform to ABN format to ensure no conflict with real world values
{
"system" : "phone",
"value" : "(03) 5550 4724"
}
],
"address" : [
{
"line" : [
"41 Epsom court"
],
"city" : "FLEMINGTON",
"state" : "VIC",
"postalCode" : "3031",
"country" : "AU"
}
]
}