This page is part of the Australian Provider Directory IG (v0.3.0: PD 1 on FHIR STU3 Draft) based on FHIR R3. The current version which supercedes this version is 2.0.1. For a full list of available versions, see the Directory of published versions 
Formats: Narrative,XML, JSON, Turtle
Raw json
{
"resourceType" : "Location",
"id" : "example0",
"text" : {
"status" : "generated",
"div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example0</p><p><b>status</b>: active</p><p><b>name</b>: Downunder Hospital Blacktown</p><p><b>telecom</b>: ph: 025553555(WORK)</p><p><b>address</b>: 3 McGregor Street Blacktown NSW 2148 Australia (WORK)</p></div>"
},
"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"
}
}