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

: Location Type - JSON Representation

Draft as of 2026-06-03

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "valueset-au-location-physicalType",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2017-02-20T18:54:35.273-05:00"
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet valueset-au-location-physicalType</b></p><a name=\"valueset-au-location-physicalType\"> </a><a name=\"hcvalueset-au-location-physicalType\"> </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\">version: 1; Last updated: 2017-02-20 18:54:35-0500</p></div><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-location-physical-type.html\"><code>http://terminology.hl7.org/CodeSystem/location-physical-type</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 4.0.1, the version found through the package references\"> version &#x1F4E6;4.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-location-physical-type.html#location-physical-type-si\">si</a></td><td>Site</td><td>A collection of buildings or other locations such as a site or a campus.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-location-physical-type.html#location-physical-type-area\">area</a></td><td>Area</td><td>A defined physical boundary of something, such as a flood risk zone, region, postcode</td></tr></table></li><li>Include all codes defined in <a href=\"CodeSystem-au-location-physicalType.html\"><code>http://fhir.nhsd.com.au/CodeSystem/au-location-physicalType</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version &#x1F4E6;4.0.1</span></li></ul></div>"
  },
  "url" : "http://fhir.nhsd.com.au/ValueSet/valueset-au-location-physicalType",
  "version" : "4.0.1",
  "name" : "Location Type",
  "status" : "draft",
  "date" : "2026-06-03T04:47:26+00:00",
  "publisher" : "Healthdirect Australia",
  "contact" : [
    {
      "name" : "build.fhir.nhsd.com.au"
    }
  ],
  "description" : "Location type of a service.",
  "copyright" : "National Health Services Directory© 2018+; Licensed Under Creative Commons No Rights Reserved.",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "concept" : [
          {
            "code" : "si",
            "display" : "Site"
          },
          {
            "code" : "area",
            "display" : "Area"
          }
        ]
      },
      {
        "system" : "http://fhir.nhsd.com.au/CodeSystem/au-location-physicalType"
      }
    ]
  }
}