NHSD Implementation Guide - Outbound
4.0.1 - active
NHSD Implementation Guide - Outbound - Local Development build (v4.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Location",
"id" : "example0",
"meta" : {
"lastUpdated" : "2025-12-19T10:00:00+11:00"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location example0</b></p><a name=\"example0\"> </a><a name=\"hcexample0\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2025-12-19 10:00:00+1100</p></div><p><b>identifier</b>: LSPN/123333</p><p><b>status</b>: Active</p><p><b>name</b>: Downunder Hospital Blacktown</p><p><b>address</b>: 3 McGregor Street Blacktown NSW 2148 Australia </p><p><b>managingOrganization</b>: <a href=\"Organization-example0.html\">Organization Downunder Hospital</a></p></div>"
},
"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",
"address" : {
"extension" : [
{
"url" : "http://fhir.nhsd.com.au/StructureDefinition/nhsd-address-line",
"extension" : [
{
"url" : "buildingName",
"valueString" : "Downunder Hospital"
},
{
"url" : "streetName",
"valueString" : "McGregor"
},
{
"url" : "streetType",
"valueString" : "Street"
},
{
"url" : "streetNumber",
"valueString" : "3"
}
]
}
],
"type" : "physical",
"line" : [
"3 McGregor Street"
],
"city" : "Blacktown",
"state" : "NSW",
"postalCode" : "2148",
"country" : "Australia"
},
"managingOrganization" : {
🔗 "reference" : "Organization/example0"
}
}