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 LOINC to SNOMED CT for Type of Test - TTL Representation

Draft as of 2021-12-16

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-loinc-sct-type-of-test> a fhir:ConceptMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "who-ddcc-map-loinc-sct-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-loinc-sct-type-of-test</b></p><a name=\"who-ddcc-map-loinc-sct-type-of-test\"> </a><a name=\"hcwho-ddcc-map-loinc-sct-type-of-test\"> </a><p>This mapping does not specify any particular context of use.</p><br/><p>Mapping from <a href=\"CodeSystem-WHODDCCloinc.html\">LOINC codes used in this IG</a> to <a href=\"CodeSystem-WHODDCCsnomed.html\">SNOMED 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>LP6464-4 (Probe.amp.tar)</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>117244003 (Nucleic acid probe method with amplification)</td></tr><tr><td>LP217198-3 (IA.rapid)</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>414464004 (Immunoassay method)</td></tr></table></div>"
  ] ;
  fhir:ConceptMap.url [ fhir:value "http://smart.who.int/ddcc/ConceptMap/who-ddcc-map-loinc-sct-type-of-test"] ;
  fhir:ConceptMap.version [ fhir:value "1.0.0"] ;
  fhir:ConceptMap.name [ fhir:value "LOINC_SNOMED_CT_COVID19_Type_of_Test"] ;
  fhir:ConceptMap.title [ fhir:value "ConceptMap from LOINC to SNOMED CT for Type of Test"] ;
  fhir:ConceptMap.status [ fhir:value "draft"] ;
  fhir:ConceptMap.experimental [ fhir:value "true"^^xsd:boolean] ;
  fhir:ConceptMap.date [ fhir:value "2021-12-16"^^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 LOINC and SNOMED CT 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://loinc.org" ] ;
     fhir:ConceptMap.group.target [ fhir:value "http://snomed.info/sct" ] ;
     fhir:ConceptMap.group.element [
       fhir:index 0 ;
       fhir:ConceptMap.group.element.code [ fhir:value "LP6464-4" ] ;
       fhir:ConceptMap.group.element.target [
         fhir:index 0 ;
         fhir:ConceptMap.group.element.target.code [ fhir:value "117244003" ] ;
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ]
       ]
     ], [
       fhir:index 1 ;
       fhir:ConceptMap.group.element.code [ fhir:value "LP217198-3" ] ;
       fhir:ConceptMap.group.element.target [
         fhir:index 0 ;
         fhir:ConceptMap.group.element.target.code [ fhir:value "414464004" ] ;
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ]
       ]
     ]
  ] .

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

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