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
Built from commit 6d9c2761.

: ConceptMap from ICHI to LOINC for Type of Test - TTL Representation

Draft as of 2022-03-22

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 -------------------------------------------------------------------

<http://hl7.org/fhir/ConceptMap/who-ddcc-map-ichi-loinc-type-of-test> a fhir:ConceptMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "who-ddcc-map-ichi-loinc-type-of-test"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap who-ddcc-map-ichi-loinc-type-of-test</b></p><a name=\"who-ddcc-map-ichi-loinc-type-of-test\"> </a><a name=\"hcwho-ddcc-map-ichi-loinc-type-of-test\"> </a><p>This mapping does not specify any particular context of use.</p><br/><p>Mapping from <code>http://id.who.int/icd11/mms</code> to <a href=\"CodeSystem-WHODDCCloinc.html\">LOINC codes used in this IG</a></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>1334426561</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#concept-map-equivalence-equivalent\" title=\"equivalent\">is equivalent to</a></td><td>LP6464-4 (Probe.amp.tar)</td></tr><tr><td>2056159157</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#concept-map-equivalence-equivalent\" title=\"equivalent\">is equivalent to</a></td><td>LP217198-3 (IA.rapid)</td></tr></table></div>"
  ] ;
  fhir:ConceptMap.url [ fhir:value "http://smart.who.int/ddcc/ConceptMap/who-ddcc-map-ichi-loinc-type-of-test"] ;
  fhir:ConceptMap.version [ fhir:value "1.0.0"] ;
  fhir:ConceptMap.name [ fhir:value "ICHI_LOINC_COVID19_Type_of_Test"] ;
  fhir:ConceptMap.title [ fhir:value "ConceptMap from ICHI to LOINC for Type of Test"] ;
  fhir:ConceptMap.status [ fhir:value "draft"] ;
  fhir:ConceptMap.experimental [ fhir:value "true"^^xsd:boolean] ;
  fhir:ConceptMap.date [ fhir:value "2022-03-22"^^xsd:date] ;
  fhir:ConceptMap.publisher [ fhir:value "WHO"] ;
  fhir:ConceptMap.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "WHO" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "http://who.int" ]
     ]
  ] ;
  fhir:ConceptMap.description [ fhir:value "Rule-based mappings between ICHI and LOINC for COVID-19 Type of Test"] ;
  fhir:ConceptMap.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:Coding.code [ fhir:value "001" ]
     ]
  ] ;
  fhir:ConceptMap.group [
     fhir:index 0 ;
     fhir:ConceptMap.group.source [ fhir:value "http://id.who.int/icd11/mms" ] ;
     fhir:ConceptMap.group.target [ fhir:value "http://loinc.org" ] ;
     fhir:ConceptMap.group.element [
       fhir:index 0 ;
       fhir:ConceptMap.group.element.code [ fhir:value "1334426561" ] ;
       fhir:ConceptMap.group.element.target [
         fhir:index 0 ;
         fhir:ConceptMap.group.element.target.code [ fhir:value "LP6464-4" ] ;
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ]
       ]
     ], [
       fhir:index 1 ;
       fhir:ConceptMap.group.element.code [ fhir:value "2056159157" ] ;
       fhir:ConceptMap.group.element.target [
         fhir:index 0 ;
         fhir:ConceptMap.group.element.target.code [ fhir:value "LP217198-3" ] ;
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ConceptMap/who-ddcc-map-ichi-loinc-type-of-test.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ConceptMap/who-ddcc-map-ichi-loinc-type-of-test.ttl> .