Logica COVID-19 FHIR Profile Library IG
0.13.1 - ci-build

Logica COVID-19 FHIR Profile Library IG - Local Development build (v0.13.1). See the Directory of published versions

COVID-19 ICD 10 Diagnosis Value Set - XML Representation

(back to description)

Raw xml

Source view



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="covid-19-icd-diagnosis-vs"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Include these codes as defined in <a href="http://terminology.hl7.org/2.1.0/CodeSystem-icd10CM.html"><code>http://hl7.org/fhir/sid/icd-10-cm</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>U07.1</td><td>COVID-19</td></tr><tr><td>B97.29</td><td>Other coronavirus as the cause of diseases classified elsewhere</td></tr></table></li></ul></div>
  </text>
  <url
       value="http://fhir.logicahealth.org/covid19/ValueSet/covid-19-icd-diagnosis-vs"/>
  <version value="0.13.1"/>
  <name value="COVID19ICDDiagnosisVS"/>
  <title value="COVID-19 ICD 10 Diagnosis Value Set"/>
  <status value="active"/>
  <date value="2021-08-09T20:08:14+00:00"/>
  <publisher value="Logica"/>
  <contact>
    <name value="Logica"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.logicahealth.org/"/>
    </telecom>
  </contact>
  <description
               value="A set of ICD 10 codes that describe the diagnosed condition that is due to SARS coronavirus 2 infection."/>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/sid/icd-10-cm"/>
      <concept>
        <code value="U07.1"/>
        <display value="COVID-19"/>
      </concept>
      <concept>
        <code value="B97.29"/>
        <display
                 value="Other coronavirus as the cause of diseases classified elsewhere"/>
      </concept>
    </include>
  </compose>
</ValueSet>