@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 -------------------------------------------------------------------

<https://fhir.amakomaya.com/ConceptMap/YesNoCM> a fhir:ConceptMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "YesNoCM"] ; # 
  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 YesNoCM</b></p><a name=\"YesNoCM\"> </a><a name=\"hcYesNoCM\"> </a><p>This mapping does not specify any particular context of use.</p><br/><p>Mapping from <a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v2-0532.html\">expandedYes-NoIndicator</a> to <code>http://snomed.info/sct</code> (SNOMED CT International Edition)</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>Y (Yes / Affirmative)</td><td><a href=\"http://hl7.org/fhir/6.0.0-ballot5/codesystem-concept-map-relationship.html#concept-map-relationship-equivalent\" title=\"equivalent\">is equivalent to</a></td><td>373066001 (Yes)</td></tr><tr><td>N (No / Negative)</td><td><a href=\"http://hl7.org/fhir/6.0.0-ballot5/codesystem-concept-map-relationship.html#concept-map-relationship-equivalent\" title=\"equivalent\">is equivalent to</a></td><td>373067005 (No)</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://fhir.amakomaya.com/ConceptMap/YesNoCM"^^xsd:anyURI ;
     fhir:l <https://fhir.amakomaya.com/ConceptMap/YesNoCM>
  ] ; # 
  fhir:version [ fhir:v "2.0.0"] ; # 
  fhir:title [ fhir:v "Yes / No Concept Map"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-08-21T17:27:40+05:45"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Amakomaya Nepal"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Amakomaya Nepal" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://amakomaya.com" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "info@amakomaya.com" ]
     ] )
  ] [
     fhir:name [ fhir:v "RC Poudel" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "rcpoudel@amakomaya.com" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "rmchndrapdl@gmail.com" ]
     ] [
       fhir:system [ fhir:v "phone" ] ;
       fhir:value [ fhir:v "+977-9851341921" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Mapping between HL7 v2-0532, SNOMED CT, and Nepali Yes/No custom codes"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "NP" ]
     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "Used by permission of HL7 International, all rights reserved Creative Commons License"] ; # 
  fhir:group ( [
     fhir:source [
       fhir:v "http://terminology.hl7.org/CodeSystem/v2-0532"^^xsd:anyURI ;
       fhir:l <http://terminology.hl7.org/CodeSystem/v2-0532>
     ] ;
     fhir:target [
       fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
       fhir:l <http://snomed.info/sct>
     ] ;
     fhir:element ( [
       fhir:code [ fhir:v "Y" ] ;
       fhir:display [ fhir:v "Yes / Affirmative" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "373066001" ] ;
         fhir:display [ fhir:v "Yes" ] ;
         fhir:relationship [ fhir:v "equivalent" ]
       ] )
     ] [
       fhir:code [ fhir:v "N" ] ;
       fhir:display [ fhir:v "No / Negative" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "373067005" ] ;
         fhir:display [ fhir:v "No" ] ;
         fhir:relationship [ fhir:v "equivalent" ]
       ] )
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

