FHIR IG analytics| Package | au.gov.digitalhealth.r4.hcpd |
| Resource Type | Organization |
| Id | Organization-example-healthconnect-organization-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization example-healthconnect-organization-1
Last updated: 2025-08-30 09:15:00+0000
Profile: HC Organization
identifier: National Organisation Identifier/8003626566707032, ABN/41824753556, ACN/123456789
active: true
name: Example Aged Care Facility
alias: Ye old Example Aged Care
telecom: ph: (03) 5550 4075(Work), ph: (03) 5550 4076(Work), reception@example.com.au, admin@example.com.au, https://www.mocklocation.com.au, fax: +61 2 6666 7777(Work)
address: 175 Liverpool Street Sydney NSW 2000 AU
{
"resourceType": "Organization",
"id": "example-healthconnect-organization-1",
"meta": {
"lastUpdated": "2025-08-30T09:15:00Z",
"profile": [
"http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hc-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"extension": [
{
"url": "http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hc-org-classification",
"valueCodeableConcept": {
"coding": [
{
"system": "http://digitalhealth.gov.au/fhir/hcpd/CodeSystem/hc-org-classification-cs",
"code": "network",
"display": "Network"
}
]
}
}
],
"type": {
"coding": [
{
"system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code": "NOI"
}
]
},
"system": "http://ns.electronichealth.net.au/id/hi/hpio/1.0",
"value": "8003626566707032"
},
{
"type": {
"text": "ABN"
},
"system": "http://hl7.org.au/id/abn",
"value": "41824753556"
},
{
"type": {
"text": "ACN"
},
"system": "http://hl7.org.au/id/acn",
"value": "123456789"
}
],
"active": true,
"name": "Example Aged Care Facility",
"alias": [
"Ye old Example Aged Care"
],
"telecom": [
{
"system": "phone",
"value": "(03) 5550 4075",
"use": "work"
},
{
"system": "phone",
"value": "(03) 5550 4076",
"use": "work"
},
{
"system": "email",
"value": "reception@example.com.au",
"use": "work"
},
{
"system": "email",
"value": "admin@example.com.au",
"use": "work"
},
{
"system": "url",
"value": "https://www.mocklocation.com.au",
"use": "work"
},
{
"system": "fax",
"value": "+61 2 6666 7777",
"use": "work"
}
],
"address": [
{
"type": "physical",
"line": [
"175 Liverpool Street"
],
"city": "Sydney",
"state": "NSW",
"postalCode": "2000",
"country": "AU"
}
]
}