This page is part of the WHO Digital Documentation of COVID-19 Certificates (DDCC) (v1.0.0: releases Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: Lab Test - Qualitative Result - Mapping ICAO to ICD-11 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ConceptMap ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "lab-test-qual-result-icao-to-icd11"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap lab-test-qual-result-icao-to-icd11</b></p><a name=\"lab-test-qual-result-icao-to-icd11\"> </a><a name=\"hclab-test-qual-result-icao-to-icd11\"> </a><a name=\"lab-test-qual-result-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-qual-result-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>positive</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>RA01.0 (COVID-19, virus identified)</td></tr><tr><td>negative</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>RA01.1 (COVID-19, virus not identified)</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://smart.who.int/ddcc/ConceptMap/lab-test-qual-result-icao-to-icd11"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "LabTestQualResultIcaoToIcd11ConceptMap"] ; #
fhir:title [ fhir:v "Lab Test - Qualitative Result - Mapping ICAO to ICD-11"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2023-02-15"^^xsd:date] ; #
fhir:publisher [ fhir:v "WHO"] ; #
fhir:contact ( [
fhir:name [ fhir:v "WHO" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://who.int" ] ] )
] ) ; #
fhir:description [ fhir:v "[Lab Test - Qualitative Result - ICAO](ValueSet-lab-test-qual-result-icao.html) mapped to ICD-11"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:copyright [ fhir:v "TODO: provide copyright information"] ; #
fhir:group ( [
fhir:source [ fhir:v "http://smart.who.int/ddcc/CodeSystem/lab-test-qual-result-icao"^^xsd:anyURI ] ;
fhir:target [ fhir:v "http://id.who.int/icd11/mms"^^xsd:anyURI ] ;
( fhir:element [
fhir:code [ fhir:v "positive" ] ;
fhir:display [ fhir:v "Positive" ] ;
( fhir:target [
fhir:code [ fhir:v "RA01.0" ] ;
fhir:display [ fhir:v "COVID-19, virus identified" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ] ) ] [
fhir:code [ fhir:v "negative" ] ;
fhir:display [ fhir:v "Negative" ] ;
( fhir:target [
fhir:code [ fhir:v "RA01.1" ] ;
fhir:display [ fhir:v "COVID-19, virus not identified" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ] ) ] )
] ) . #