FHIR IG analytics| Package | hl7.fhir.au.core |
| Resource Type | Organization |
| Id | Organization-appin-pharmacy.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization appin-pharmacy
Profile: AU Core Organization
identifier: HPI-O/8003629900040417, ABN/81124140480
type: Community Pharmacy
name: Appin Pharmacy
telecom: ph: 0255500340(Work), reception@appinpharmacy.example.com.au
address: 124 Hendrix Ave Appin NSW 2560
{
"resourceType": "Organization",
"id": "appin-pharmacy",
"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": "8003629900040417"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code": "ABN"
}
],
"text": "ABN"
},
"system": "http://hl7.org.au/id/abn",
"value": "81124140480"
}
],
"type": [
{
"coding": [
{
"system": "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0",
"code": "4271",
"display": "Pharmaceutical, Cosmetic and Toiletry Goods Retailing"
},
{
"system": "http://snomed.info/sct",
"code": "310080006",
"display": "Pharmacy service"
}
],
"text": "Community Pharmacy"
}
],
"name": "Appin Pharmacy",
"telecom": [
{
"system": "phone",
"value": "0255500340",
"use": "work"
},
{
"system": "email",
"value": "reception@appinpharmacy.example.com.au",
"use": "work"
}
],
"address": [
{
"line": [
"124 Hendrix Ave"
],
"city": "Appin",
"state": "NSW",
"postalCode": "2560"
}
]
}