FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | Organization |
| Id | Organization-example7.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization example7
Profile: AU Base Organization
identifier: HSP-O/8003641000000000
active: true
name: Sunshine Home Care Services
telecom: admin@sunshinehomecare.example.com, +61 3 5555 0123
address: 125 Care Street Melbourne VIC 3000 AU (work)
{
"resourceType": "Organization",
"id": "example7",
"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": "HSP-O"
},
"system": "http://ns.electronichealth.net.au/id/hi/hspo/1.0",
"value": "8003641000000000"
}
],
"active": true,
"name": "Sunshine Home Care Services",
"telecom": [
{
"system": "email",
"value": "admin@sunshinehomecare.example.com",
"use": "work"
},
{
"system": "phone",
"value": "+61 3 5555 0123",
"use": "work"
}
],
"address": [
{
"use": "work",
"line": [
"125 Care Street"
],
"city": "Melbourne",
"state": "VIC",
"postalCode": "3000",
"country": "AU"
}
]
}