@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://smart.who.int/ddcc/ConceptMap/lab-test-pathogen-snomed-to-icd11> a fhir:ConceptMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "lab-test-pathogen-snomed-to-icd11"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Mapping from (not specified) to (not specified)</p><p>DRAFT. Published on 2023-02-20 by WHO (WHO: <a href=\"http://who.int\">http://who.int</a>). TODO: provide copyright information</p><div><p><a href=\"ValueSet-lab-test-pathogen-covid19-snomed.html\">Lab Test - Pathogen - COVID-19 - SNOMED CT</a> mapped to ICD-11</p>\n</div><br/><p><b>Group 1</b>Mapping from <a href=\"CodeSystem-WHO-DDCC-snomed.html\">SNOMED codes used in this IG</a> to <a href=\"CodeSystem-DDCC-ICD11-CodeSystem.html\">DDCC Codes for ICD11</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>840533007 (Severe acute respiratory syndrome coronavirus 2 (organism))</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#null\"/></td><td>XN109 (SARS-CoV-2)</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://smart.who.int/ddcc/ConceptMap/lab-test-pathogen-snomed-to-icd11"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "LabTestPathogenSnomedToIcd11ConceptMap"] ; # 
  fhir:title [ fhir:v "Lab Test - Result - Pathogen - Mapping SNOMED CT to ICD-11"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2023-02-20"^^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 - Pathogen - COVID-19 - SNOMED CT](ValueSet-lab-test-pathogen-covid19-snomed.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://snomed.info/sct"^^xsd:anyURI ] ;
     fhir:target [ fhir:v "http://id.who.int/icd11/mms"^^xsd:anyURI ] ;
     fhir:element ( [
       fhir:code [ fhir:v "840533007" ] ;
       fhir:display [ fhir:v "Severe acute respiratory syndrome coronavirus 2 (organism)" ] ;
       fhir:_target ( [
         fhir:modifierExtension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/1.0/StructureDefinition/extension-ConceptMap.element.target.equivalence"^^xsd:anyURI ] ;
           fhir:value [ fhir:v "equivalent" ]
         ] ) ;
         fhir:code [ fhir:v "XN109" ] ;
         fhir:display [ fhir:v "SARS-CoV-2" ] ;
         fhir:equivalence [ fhir:v "equivalent" ]
       ] )
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

