FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Organization |
| Id | Organization-example8.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization example8
Profile: AU Base Organization
identifier: HAE/8003641100000000
active: true
name: Metro Health Administration Services
telecom: contact@metrohealthadmin.example.com, +61 2 5555 0456
address: 456 Administration Avenue Sydney NSW 2000 AU (work)
{
"resourceType": "Organization",
"id": "example8",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-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": "HAE"
},
"system": "http://ns.electronichealth.net.au/id/hi/hae/1.0",
"value": "8003641100000000"
}
],
"active": true,
"name": "Metro Health Administration Services",
"telecom": [
{
"system": "email",
"value": "contact@metrohealthadmin.example.com",
"use": "work"
},
{
"system": "phone",
"value": "+61 2 5555 0456",
"use": "work"
}
],
"address": [
{
"use": "work",
"line": [
"456 Administration Avenue"
],
"city": "Sydney",
"state": "NSW",
"postalCode": "2000",
"country": "AU"
}
]
}