AU Base Implementation Guide
4.2.2-ci-build - CI Build
AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 4.2.2-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-base/ and changes regularly. See the Directory of published versions
Page standards status: Trial-use | Maturity Level: 1 |
{
"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 class=\"res-header-id\"><b>Generated Narrative: CodeSystem au-location-type</b></p><a name=\"au-location-type\"> </a><a name=\"hcau-location-type\"> </a><a name=\"au-location-type-en-AU\"> </a><p>This case-sensitive code system <code>http://terminology.hl7.org.au/CodeSystem/location-type</code> defines the following code:</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>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 1
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "trial-use",
"_valueCode" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical" : "http://hl7.org.au/fhir/ImplementationGuide/hl7.fhir.au.base"
}
]
}
}
],
"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.2.2-ci-build",
"name" : "LocationType",
"title" : "Location Type AU",
"status" : "active",
"experimental" : false,
"date" : "2024-11-05T03:20:06+00:00",
"publisher" : "HL7 Australia",
"contact" : [
{
"name" : "HL7 Australia FHIR Working Group",
"telecom" : [
{
"system" : "url",
"value" : "https://confluence.hl7.org/display/HAFWG",
"use" : "work"
}
]
}
],
"description" : "Additional concept codes for location type defined for use in an Australian context. These codes are used as extensions to the HL7 International code set.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "AU"
}
]
}
],
"copyright" : "HL7 Australia© 2018+; Licensed Under Creative Commons No Rights Reserved.",
"caseSensitive" : true,
"valueSet" : "http://terminology.hl7.org.au/ValueSet/location-type",
"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."
}
]
}