FHIR IG analytics| Package | hl7.fhir.au.pd |
| Resource Type | Location |
| Id | Location-example0.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location example0
Profile: AU PD Location
identifier: LSPN/123333
status: Active
name: Downunder Hospital Blacktown
telecom: ph: 025553555(Work)
address: 3 McGregor Street Blacktown NSW 2148 Australia (work)
{
"resourceType": "Location",
"id": "example0",
"meta": {
"profile": [
"http://hl7.org.au/fhir/pd/StructureDefinition/au-pd-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code": "LSPN",
"display": "Location Specific Practice Number"
}
],
"text": "LSPN"
},
"system": "http://ns.electronichealth.net.au/id/location-specific-practice-number",
"value": "123333"
}
],
"status": "active",
"name": "Downunder Hospital Blacktown",
"telecom": [
{
"system": "phone",
"value": "025553555",
"use": "work"
}
],
"address": {
"use": "work",
"line": [
"3 McGregor Street"
],
"city": "Blacktown",
"state": "NSW",
"postalCode": "2148",
"country": "Australia"
}
}