Case Based Surveillance Implementation Guide
0.2.1 - ci-build

Case Based Surveillance Implementation Guide - Local Development build (v0.2.1). See the Directory of published versions

: Additional codes for Address.use. - JSON Representation

Active as of 2022-02-17

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "CBSCDCAddressUseVS",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-cbs-temp-code-system.html\"><code>http://cbsig.chai.gatech.edu/CodeSystem/cbs-temp-code-system</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-cbs-temp-code-system.html#cbs-temp-code-system-Address-at-Diagnosis\">Address-at-Diagnosis</a></td><td>Address at Diagnosis of Condition of Interest</td><td>Subject's address at the time of the diagnosis for the condition of interest.</td></tr><tr><td><a href=\"CodeSystem-cbs-temp-code-system.html#cbs-temp-code-system-Usual-Residence\">Usual-Residence</a></td><td>Address of Usual Residence</td><td>Subject's location of usual residence. This is a broader location representation of the LOINC Code 77983-5 (https://loinc.org/77983-5/), 'Country of Usual Residence'. The meaning of 'usual residence' is defined as per surveillance programs.</td></tr></table></li></ul></div>"
  },
  "url" : "http://cbsig.chai.gatech.edu/ValueSet/CBSCDCAddressUseVS",
  "version" : "0.2.1",
  "name" : "CBSCDCAddressUseVS",
  "title" : "Additional codes for Address.use.",
  "status" : "active",
  "date" : "2022-02-17T15:59:55-05:00",
  "publisher" : "Georgia Tech Research Institute (GTRI)",
  "contact" : [
    {
      "name" : "Georgia Tech Research Institute (GTRI)",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://gtri.gatech.edu/"
        }
      ]
    }
  ],
  "description" : "Codes for Address.use which are used as slice discriminators to capture address history at relevant points in time to case surveillance.",
  "compose" : {
    "include" : [
      {
        "system" : "http://cbsig.chai.gatech.edu/CodeSystem/cbs-temp-code-system",
        "concept" : [
          {
            "code" : "Address-at-Diagnosis",
            "display" : "Address at Diagnosis of Condition of Interest"
          },
          {
            "code" : "Usual-Residence",
            "display" : "Address of Usual Residence"
          }
        ]
      }
    ]
  }
}