AU Base Implementation Guide
4.2.2-ballot - Ballot
This page is part of the Australian Base IG (v4.2.2-ballot: AU Base R4.2 Ballot 5) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 4.1.0. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Location",
"id" : "example2",
"meta" : {
"profile" : [
🔗 "http://hl7.org.au/fhir/StructureDefinition/au-location"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location example2</b></p><a name=\"example2\"> </a><a name=\"hcexample2\"> </a><a name=\"example2-en-AU\"> </a><p><b>identifier</b>: NATA Site Number/162899, LSPN/123333</p><p><b>status</b>: Active</p><p><b>address</b>: Level 1, Green Building, Albion Hospital, QLD</p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type lvl}\">Level</span></p><p><b>partOf</b>: <a href=\"Location-example1.html\">Location: status = active; physicalType = Site</a></p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code" : "NATAS",
"display" : "NATA Site Number"
}
],
"text" : "NATA Site Number"
},
"system" : "http://hl7.org.au/id/nata-site",
"value" : "162899"
},
// In Australia NATA numbers are an
incremental number that have been incremented to 5 digits, this example uses a fictional
NATA number from 100,000 + to ensure no conflict with real world values
{
"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",
"address" : // In Australia LSPNs are an
incremental number that have been incremented to 5 digits, this example uses a fictional
LSPN from 100,000 + to ensure no conflict with real world values
{
"type" : "physical",
"text" : "Level 1, Green Building, Albion Hospital, QLD",
"line" : [
"Level 1, Green Building",
"33 Slobodian Street"
],
"city" : "Albion",
"state" : "QLD",
"postalCode" : "4010",
"country" : "AU"
},
"physicalType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code" : "lvl",
"display" : "Level"
}
]
},
"partOf" : {
🔗 "reference" : "Location/example1"
}
}