AU Core Implementation Guide
1.0.0-ci-build - CI Build
AU Core Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-core/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Organization",
"id" : "mitchells-hill-audiology",
"meta" : {
"profile" : [
🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-organization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization mitchells-hill-audiology</b></p><a name=\"mitchells-hill-audiology\"> </a><a name=\"hcmitchells-hill-audiology\"> </a><a name=\"mitchells-hill-audiology-en-AU\"> </a><p><b>identifier</b>: HPI-O/8003626566707032, ABN/81129842694</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 702824005}, {http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0 8539}\">Audiology clinic</span></p><p><b>name</b>: Mitchells Hill Audiology</p><p><b>telecom</b>: ph: (03) 5550 3095, <a href=\"mailto:reception@mitchellshillaudiology.example.com.au\">reception@mitchellshillaudiology.example.com.au</a></p><p><b>address</b>: 87 Freedom Pnt Mitchells Hill VIC 3478 AU </p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code" : "NOI",
"display" : "National Organisation Identifier"
}
],
"text" : "HPI-O"
},
"system" : "http://ns.electronichealth.net.au/id/hi/hpio/1.0",
"value" : "8003626566707032"
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "XX"
}
],
"text" : "ABN"
},
"system" : "http://hl7.org.au/id/abn",
"value" : "81129842694"
}
],
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "702824005",
"display" : "Audiology clinic"
},
{
"system" : "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0",
"code" : "8539",
"display" : "Other Allied Health Services"
}
]
}
],
"name" : "Mitchells Hill Audiology",
"telecom" : [
{
"system" : "phone",
"value" : "(03) 5550 3095"
},
{
"system" : "email",
"value" : "reception@mitchellshillaudiology.example.com.au",
"use" : "work"
}
],
"address" : [
{
"type" : "physical",
"line" : [
"87 Freedom Pnt"
],
"city" : "Mitchells Hill",
"state" : "VIC",
"postalCode" : "3478",
"country" : "AU"
}
]
}