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: Trial-use | Maturity Level: 1 |
{
"resourceType" : "CodeSystem",
"id" : "au-location-physical-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-physical-type</b></p><a name=\"au-location-physical-type\"> </a><a name=\"hcau-location-physical-type\"> </a><a name=\"au-location-physical-type-en-AU\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>URI</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>status</td><td>status</td><td>http://hl7.org/fhir/concept-properties#status</td><td>code</td><td>A property that indicates the status of the concept. One of active, experimental, deprecated, retired</td></tr><tr><td>deprecationDate</td><td>deprecationDate</td><td>http://hl7.org/fhir/concept-properties#deprecationDate</td><td>dateTime</td><td>The date at which a concept was deprecated. Concepts that are deprecated but not inactive can still be used, but their use is discouraged</td></tr></table><p><b>Concepts</b></p><p>This case-sensitive code system <code>http://terminology.hl7.org.au/CodeSystem/location-physical-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><td><b>Deprecated</b></td><td><b>status</b></td><td><b>deprecationDate</b></td></tr><tr style=\"background-color: #ffeeee\"><td style=\"white-space:nowrap\">vi<a name=\"au-location-physical-type-vi\"> </a></td><td>Virtual</td><td>Location of services delivered at a virtual location, such as by phone or on-line. ***Deprecation Comment:*** This code has been deprecated as it has been replaced by an equivalent term provided by HL7 international.</td><td>Deprecated</td><td>deprecated</td><td>2023-02-15</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-physical-type",
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.2.3.4.1.4.25"
}
],
"version" : "4.2.2-ballot",
"name" : "LocationTypePhysicalAU",
"title" : "Location Type (Physical) AU",
"status" : "active",
"experimental" : false,
"date" : "2024-08-04T06:52:39+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 physical type defined for use in 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-physical-type",
"compositional" : false,
"versionNeeded" : false,
"content" : "complete",
"property" : [
{
"code" : "status",
"uri" : "http://hl7.org/fhir/concept-properties#status",
"description" : "A property that indicates the status of the concept. One of active, experimental, deprecated, retired",
"type" : "code"
},
{
"code" : "deprecationDate",
"uri" : "http://hl7.org/fhir/concept-properties#deprecationDate",
"description" : "The date at which a concept was deprecated. Concepts that are deprecated but not inactive can still be used, but their use is discouraged",
"type" : "dateTime"
}
],
"concept" : [
{
"code" : "vi",
"display" : "Virtual",
"definition" : "Location of services delivered at a virtual location, such as by phone or on-line. ***Deprecation Comment:*** This code has been deprecated as it has been replaced by an equivalent term provided by HL7 international.",
"property" : [
{
"code" : "status",
"valueCode" : "deprecated"
},
{
"code" : "deprecationDate",
"valueDateTime" : "2023-02-15"
}
]
}
]
}