Australian Base Implementation Guide

This page is part of AU Base v4.0.0 based on FHIR R4. For a full list of available versions, see the Directory of published versions

CodeSystem-au-location-type

Formats: XML, JSON, Turtle

Raw json


{
  "resourceType" : "CodeSystem",
  "id" : "au-location-type",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://terminology.hl7.org.au/CodeSystem/location-type defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">VI<a name=\"au-location-type-VI\"> </a></td><td>Virtual</td><td>Services are delivered at a virtual location, such as by phone or on-line.</td></tr></table></div>"
  },
  "url" : "http://terminology.hl7.org.au/CodeSystem/location-type",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.2.3.4.1.4.26"
    }
  ],
  "version" : "4.0.0",
  "name" : "LocationType",
  "title" : "Location Type AU",
  "status" : "active",
  "experimental" : false,
  "date" : "2022-03-31",
  "publisher" : "Health Level Seven Australia (Patient Administration WG)",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.com.au",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Concept codes for location type for use in an Australian context.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "AU",
          "display" : "Australia"
        }
      ]
    }
  ],
  "copyright" : "HL7 Australia© 2018+; Licensed Under Creative Commons No Rights Reserved.",
  "caseSensitive" : true,
  "compositional" : false,
  "versionNeeded" : false,
  "content" : "complete",
  "concept" : [
    {
      "code" : "VI",
      "display" : "Virtual",
      "definition" : "Services are delivered at a virtual location, such as by phone or on-line."
    }
  ]
}
Issues & Feedback