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

XML Format: CodeSystem-lr-codes

Raw xml


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="lr-codes"/>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <url value="http://fhir.hl7.org/us/ecr/CodeSystem/lr-codes"/>
  <version value="0.0.0"/>
  <name value="LocationRelevance"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2017-12-20T12:49:51+11:00"/>
  <contact>
    <telecom>
      <system value="url"/>
    </telecom>
    <telecom>
      <system value="email"/>
    </telecom>
  </contact>
  <description
               value="Indicates whether the responsible PHA is relevant because of the patient&#39;s home address, the provider facility address, or both"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
      <display value="United States Minor Outlying Islands (the)"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <valueSet value="http://fhir.hl7.org/us/ecr/ValueSet/lr-codes"/>
  <content value="complete"/>
  <concept>
    <code value="home"/>
    <display value="Home"/>
    <definition value="Subject&#39;s home address"/>
  </concept>
  <concept>
    <code value="provider"/>
    <display value="Provider"/>
    <definition value="Provider&#39;s facility address"/>
  </concept>
  <concept>
    <code value="both"/>
    <display value="Both"/>
    <definition
                value="Both subject&#39;s home address and provider&#39;s facility address"/>
  </concept>
</CodeSystem>