WHO Digital Documentation of COVID-19 Certificates (DDCC)
1.0.0 - CI Build International flag

WHO Digital Documentation of COVID-19 Certificates (DDCC), published by WHO. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/WorldHealthOrganization/ddcc/tree/main and changes regularly. See the Directory of published versions

: Lab Test - Type - Mapping ICAO to ICD-11 - JSON Representation

Draft as of 2023-02-20

Raw json | Download

{
  "resourceType" : "ConceptMap",
  "id" : "lab-test-type-icao-to-icd11",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap lab-test-type-icao-to-icd11</b></p><a name=\"lab-test-type-icao-to-icd11\"> </a><a name=\"hclab-test-type-icao-to-icd11\"> </a><a name=\"lab-test-type-icao-to-icd11-en-US\"> </a><p>Mapping from (not specified) to (not specified)</p><br/><p><b>Group 1 </b>Mapping from <code>http://smart.who.int/ddcc/CodeSystem/lab-test-type-icao</code> to <code>http://id.who.int/icd11/mms</code></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>molecular(PCR)</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>1334426561 (Viral nucleic acid amplification test or NAAT)</td></tr><tr><td>molecular(other)</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#narrower\" title=\"narrower\">narrower</a></td><td>2056159157 (Rapid immunoassay detecting viral proteins or Ag-RDT)</td></tr></table></div>"
  },
  "url" : "http://smart.who.int/ddcc/ConceptMap/lab-test-type-icao-to-icd11",
  "version" : "1.0.0",
  "name" : "LabTestTypeIcaoToIcd11ConceptMap",
  "title" : "Lab Test - Type - Mapping ICAO to ICD-11",
  "status" : "draft",
  "date" : "2023-02-20",
  "publisher" : "WHO",
  "contact" : [
    {
      "name" : "WHO",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://who.int"
        }
      ]
    }
  ],
  "description" : "[Lab Test - Type - ICAO](ValueSet-lab-test-type-icao.html) mapped to ICD-11",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "copyright" : "TODO: provide copyright information",
  "group" : [
    {
      "source" : "http://smart.who.int/ddcc/CodeSystem/lab-test-type-icao",
      "target" : "http://id.who.int/icd11/mms",
      "element" : [
        {
          "code" : "molecular(PCR)",
          "display" : "Molecular (PCR)",
          "target" : [
            {
              "code" : "1334426561",
              "display" : "Viral nucleic acid amplification test or NAAT",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "molecular(other)",
          "display" : "Molecular (Other)",
          "target" : [
            {
              "code" : "2056159157",
              "display" : "Rapid immunoassay detecting viral proteins or Ag-RDT",
              "equivalence" : "narrower"
            }
          ]
        }
      ]
    }
  ]
}