electronic Case Reporting (eCR) Implementation Guide Release For Comment Ballot Version

This page is part of the electronic Case Reporting (eCR) (v0.1.0: STU 1 Ballot 1) based on FHIR R3. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

JSON Format: CodeSystem-lr-codes

Raw json

{
  "resourceType" : "CodeSystem",
  "id" : "lr-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>LocationRelevance</h2><div><p>Indicates whether the responsible PHA is relevant because of the patient's home address, the provider facility address, or both</p>
</div><p>This code system http://fhir.hl7.org/us/ecr/CodeSystem/lr-codes defines the following codes:</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">home<a name="lr-codes-home"> </a></td><td>Home</td><td>Subject's home address</td></tr><tr><td style="white-space:nowrap">provider<a name="lr-codes-provider"> </a></td><td>Provider</td><td>Provider's facility address</td></tr><tr><td style="white-space:nowrap">both<a name="lr-codes-both"> </a></td><td>Both</td><td>Both subject's home address and provider's facility address</td></tr></table></div>"
  },
  "url" : "http://fhir.hl7.org/us/ecr/CodeSystem/lr-codes",
  "version" : "0.0.0",
  "name" : "LocationRelevance",
  "status" : "draft",
  "experimental" : false,
  "date" : "2017-12-20T12:49:51+11:00",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url"
        },
        {
          "system" : "email"
        }
      ]
    }
  ],
  "description" : "Indicates whether the responsible PHA is relevant because of the patient's home address, the provider facility address, or both",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States Minor Outlying Islands (the)"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://fhir.hl7.org/us/ecr/ValueSet/lr-codes",
  "content" : "complete",
  "concept" : [
    {
      "code" : "home",
      "display" : "Home",
      "definition" : "Subject's home address"
    },
    {
      "code" : "provider",
      "display" : "Provider",
      "definition" : "Provider's facility address"
    },
    {
      "code" : "both",
      "display" : "Both",
      "definition" : "Both subject's home address and provider's facility address"
    }
  ]
}