FHIR IG analytics| Package | hl7.fhir.au.pd |
| Resource Type | Organization |
| Id | Organization-example0.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization example0
Profile: AU PD Organisation
identifier: HPI-O/8003627500000328
active: true
type: Hospitals (except Psychiatric Hospitals), Public acute care Hospital
name: Downunder Hospital
telecom: helen.mayo@downunderhospital.com.au
address: 3 McGregor Street Blacktown NSW 2148 Australia (work)
{
"resourceType": "Organization",
"id": "example0",
"meta": {
"profile": [
"http://hl7.org.au/fhir/pd/StructureDefinition/au-pd-organisation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code": "NOI"
}
],
"text": "HPI-O"
},
"system": "http://ns.electronichealth.net.au/id/hi/hpio/1.0",
"value": "8003627500000328"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0",
"code": "8401",
"display": "Hospitals (except Psychiatric Hospitals)"
}
]
},
{
"coding": [
{
"system": "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0",
"code": "8401-15",
"display": "Public acute care Hospital"
}
]
}
],
"name": "Downunder Hospital",
"telecom": [
{
"system": "email",
"value": "helen.mayo@downunderhospital.com.au",
"use": "work"
}
],
"address": [
{
"use": "work",
"line": [
"3 McGregor Street"
],
"city": "Blacktown",
"state": "NSW",
"postalCode": "2148",
"country": "Australia"
}
]
}