Clinical Document Architecture with Australian Schema, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/cda-au-schema/ and changes regularly. See the Directory of published versions
Draft as of 2025-08-28 | Maturity Level: 1 |
{
"resourceType" : "CodeSystem",
"id" : "dh-HealthCareGeographicArea",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem dh-HealthCareGeographicArea</b></p><a name=\"dh-HealthCareGeographicArea\"> </a><a name=\"hcdh-HealthCareGeographicArea\"> </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>Type</b></td><td><b>Description</b></td></tr><tr><td>original-code</td><td>original-code</td><td>code</td><td>The codes used in the original Code System which are replaced by the displayName values for validation purposes.</td></tr></table><p><b>Concepts</b></p><p>This case-sensitive code system <code>http://ns.electronichealth.net.au/cda/CodeSystem/dh-HealthCareGeographicArea</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>original-code</b></td></tr><tr><td style=\"white-space:nowrap\">Local Client (Unit Record) Identifier<a name=\"dh-HealthCareGeographicArea-LocalClient.40UnitRecord.41Identifier\"> </a></td><td>L</td></tr><tr><td style=\"white-space:nowrap\">Area/Region/District Identifier<a name=\"dh-HealthCareGeographicArea-Area.47Region.47DistrictIdentifier\"> </a></td><td>A</td></tr><tr><td style=\"white-space:nowrap\">State or Territory Identifier<a name=\"dh-HealthCareGeographicArea-StateorTerritoryIdentifier\"> </a></td><td>S</td></tr><tr><td style=\"white-space:nowrap\">National Identifier<a name=\"dh-HealthCareGeographicArea-NationalIdentifier\"> </a></td><td>N</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 1,
"_valueInteger" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical" : "http://ns.electronichealth.net.au/cda/ImplementationGuide/au.digitalhealth.cda.schema"
}
]
}
}
],
"url" : "http://ns.electronichealth.net.au/cda/CodeSystem/dh-HealthCareGeographicArea",
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.13.63"
}
],
"version" : "1.0.0",
"name" : "dh-HealthCareGeographicArea",
"title" : "Health Care Geographic Area",
"status" : "draft",
"experimental" : false,
"date" : "2025-08-28T22:37:35+00:00",
"description" : "Health Care Client Identifier Geographic Area",
"caseSensitive" : true,
"content" : "complete",
"count" : 4,
"property" : [
{
"code" : "original-code",
"description" : "The codes used in the original Code System which are replaced by the displayName values for validation purposes.",
"type" : "code"
}
],
"concept" : [
{
"code" : "Local Client (Unit Record) Identifier",
"display" : "Local Client (Unit Record) Identifier",
"property" : [
{
"code" : "original-code",
"valueCode" : "L"
}
]
},
{
"code" : "Area/Region/District Identifier",
"display" : "Area/Region/District Identifier",
"property" : [
{
"code" : "original-code",
"valueCode" : "A"
}
]
},
{
"code" : "State or Territory Identifier",
"display" : "State or Territory Identifier",
"property" : [
{
"code" : "original-code",
"valueCode" : "S"
}
]
},
{
"code" : "National Identifier",
"display" : "National Identifier",
"property" : [
{
"code" : "original-code",
"valueCode" : "N"
}
]
}
]
}