FHIR IG analytics| Package | hl7.fhir.au.core |
| Resource Type | Organization |
| Id | Organization-mitchells-hill-audiology.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization mitchells-hill-audiology
Profile: AU Core Organization
identifier: HPI-O/8003626566707032, ABN/81129842694
type: Audiology clinic
name: Mitchells Hill Audiology
telecom: ph: (03) 5550 3095, reception@mitchellshillaudiology.example.com.au
address: 87 Freedom Pnt Mitchells Hill VIC 3478 AU
{
"resourceType": "Organization",
"id": "mitchells-hill-audiology",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}