STARS Implementation Guide
0.1.0 - ci-build

STARS Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: STARS Legacy Property State Code System - JSON Representation

Draft as of 2023-04-26

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "legacy-property-state-code-system",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-property-state-code-system</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">ACT<a name=\"legacy-property-state-code-system-ACT\"> </a></td><td>Australian Capital Territory</td></tr><tr><td style=\"white-space:nowrap\">NSW<a name=\"legacy-property-state-code-system-NSW\"> </a></td><td>New South Wales</td></tr><tr><td style=\"white-space:nowrap\">NT<a name=\"legacy-property-state-code-system-NT\"> </a></td><td>Northern Territory</td></tr><tr><td style=\"white-space:nowrap\">QLD<a name=\"legacy-property-state-code-system-QLD\"> </a></td><td>Queensland</td></tr><tr><td style=\"white-space:nowrap\">SA<a name=\"legacy-property-state-code-system-SA\"> </a></td><td>South Australia</td></tr><tr><td style=\"white-space:nowrap\">TAS<a name=\"legacy-property-state-code-system-TAS\"> </a></td><td>Tasmania</td></tr><tr><td style=\"white-space:nowrap\">UNSPECIFIED<a name=\"legacy-property-state-code-system-UNSPECIFIED\"> </a></td><td>Unspecified value.</td></tr><tr><td style=\"white-space:nowrap\">VIC<a name=\"legacy-property-state-code-system-VIC\"> </a></td><td>Victoria</td></tr><tr><td style=\"white-space:nowrap\">WA<a name=\"legacy-property-state-code-system-WA\"> </a></td><td>Western Australia</td></tr></table></div>"
  },
  "url" : "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-property-state-code-system",
  "version" : "0.1.0",
  "name" : "LegacyPropertyStateCodeSystem",
  "title" : "STARS Legacy Property State Code System",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-04-26T15:23:36+10:00",
  "contact" : [
    {
      "name" : "Conor Vahland",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:stars@csiro.au"
        }
      ]
    }
  ],
  "description" : "Codes describing various Property State.",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 9,
  "concept" : [
    {
      "code" : "ACT",
      "display" : "Australian Capital Territory"
    },
    {
      "code" : "NSW",
      "display" : "New South Wales"
    },
    {
      "code" : "NT",
      "display" : "Northern Territory"
    },
    {
      "code" : "QLD",
      "display" : "Queensland"
    },
    {
      "code" : "SA",
      "display" : "South Australia"
    },
    {
      "code" : "TAS",
      "display" : "Tasmania"
    },
    {
      "code" : "UNSPECIFIED",
      "display" : "Unspecified value."
    },
    {
      "code" : "VIC",
      "display" : "Victoria"
    },
    {
      "code" : "WA",
      "display" : "Western Australia"
    }
  ]
}