FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ConceptMap/lab-test-qual-result-icao-to-icd11

Packagewho.ddcc
TypeConceptMap
Idlab-test-qual-result-icao-to-icd11
FHIR VersionR4
Sourcehttp://smart.who.int/ddcc/https://build.fhir.org/ig/WorldHealthOrganization/ddcc/ConceptMap-lab-test-qual-result-icao-to-icd11.html
URLhttp://smart.who.int/ddcc/ConceptMap/lab-test-qual-result-icao-to-icd11
Version1.0.0
Statusdraft
Date2023-02-15
NameLabTestQualResultIcaoToIcd11ConceptMap
TitleLab Test - Qualitative Result - Mapping ICAO to ICD-11
Realmuv
Authoritywho
Description[Lab Test - Qualitative Result - ICAO](ValueSet-lab-test-qual-result-icao.html) mapped to ICD-11
CopyrightTODO: provide copyright information

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ConceptMap lab-test-qual-result-icao-to-icd11

Mapping from (not specified) to (not specified)


Group 1 Mapping from http://smart.who.int/ddcc/CodeSystem/lab-test-qual-result-icao to http://id.who.int/icd11/mms

Source CodeRelationshipTarget Code
positiveis equivalent toRA01.0 (COVID-19, virus identified)
negativeis equivalent toRA01.1 (COVID-19, virus not identified)

Source

{
  "resourceType": "ConceptMap",
  "id": "lab-test-qual-result-icao-to-icd11",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://smart.who.int/ddcc/ConceptMap/lab-test-qual-result-icao-to-icd11",
  "version": "1.0.0",
  "name": "LabTestQualResultIcaoToIcd11ConceptMap",
  "title": "Lab Test - Qualitative Result - Mapping ICAO to ICD-11",
  "status": "draft",
  "date": "2023-02-15",
  "publisher": "WHO",
  "contact": [
    {
      "name": "WHO",
      "telecom": [
        {
          "system": "url",
          "value": "http://who.int"
        }
      ]
    }
  ],
  "description": "[Lab Test - Qualitative Result - ICAO](ValueSet-lab-test-qual-result-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-qual-result-icao",
      "target": "http://id.who.int/icd11/mms",
      "element": [
        {
          "code": "positive",
          "display": "Positive",
          "target": [
            {
              "code": "RA01.0",
              "display": "COVID-19, virus identified",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "negative",
          "display": "Negative",
          "target": [
            {
              "code": "RA01.1",
              "display": "COVID-19, virus not identified",
              "equivalence": "equivalent"
            }
          ]
        }
      ]
    }
  ]
}