@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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-divoc-to-icd11> a fhir:ConceptMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "lab-test-pathogen-divoc-to-icd11"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap lab-test-pathogen-divoc-to-icd11</b></p><a name=\"lab-test-pathogen-divoc-to-icd11\"> </a><a name=\"hclab-test-pathogen-divoc-to-icd11\"> </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-pathogen-divoc</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>COVID-19 (Concerns the detection of SARS-CoV-2 infection.)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>XN109 (SARS-CoV-2)</td></tr><tr><td>covid-19 (Concerns the detection of SARS-CoV-2 infection.)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>XN109 (SARS-CoV-2)</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://smart.who.int/ddcc/ConceptMap/lab-test-pathogen-divoc-to-icd11"^^xsd:anyURI ;
     fhir:l <http://smart.who.int/ddcc/ConceptMap/lab-test-pathogen-divoc-to-icd11>
  ] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "LabTestPathogenDivocToIcd11ConceptMap"] ; # 
  fhir:title [ fhir:v "Lab Test - Pathogen - COVID-19 - Mapping DIVOC to ICD-11"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2023-02-21"^^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 - DIVOC](ValueSet-lab-test-pathogen-divoc.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:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       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-pathogen-divoc"^^xsd:anyURI ;
       fhir:l <http://smart.who.int/ddcc/CodeSystem/lab-test-pathogen-divoc>
     ] ;
     fhir:target [
       fhir:v "http://id.who.int/icd11/mms"^^xsd:anyURI ;
       fhir:l <http://id.who.int/icd11/mms>
     ] ;
     fhir:element ( [
       fhir:code [ fhir:v "COVID-19" ] ;
       fhir:display [ fhir:v "Concerns the detection of SARS-CoV-2 infection." ] ;
       fhir:target ( [
         fhir:code [ fhir:v "XN109" ] ;
         fhir:display [ fhir:v "SARS-CoV-2" ] ;
         fhir:equivalence [ fhir:v "equivalent" ]
       ] )
     ] [
       fhir:code [ fhir:v "covid-19" ] ;
       fhir:display [ fhir:v "Concerns the detection of SARS-CoV-2 infection." ] ;
       fhir:target ( [
         fhir:code [ fhir:v "XN109" ] ;
         fhir:display [ fhir:v "SARS-CoV-2" ] ;
         fhir:equivalence [ fhir:v "equivalent" ]
       ] )
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

