@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://va.gov/fhir/ConceptMap/VF-genderIdentity> a fhir:ConceptMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "VF-genderIdentity"] ; # 
  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 VF-genderIdentity</b></p><a name=\"VF-genderIdentity\"> </a><a name=\"hcVF-genderIdentity\"> </a><p>Mapping from <a href=\"ValueSet-genderIdentity-vista.html\">genderIdentity VistA</a> to <a href=\"ValueSet-genderIdentity.html\">genderIdentity FHIR</a></p><br/><p><b>Group 1 </b>Mapping from <a href=\"CodeSystem-2-.024.html\">2-.024</a> to <a href=\"http://hl7.org/fhir/R4/codesystem-gender-identity.html\">Gender identity</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>N (Prefer not to answer)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>non-disclose (does not wish to disclose)</td></tr><tr><td>F (Woman)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>female</td></tr><tr><td>M (Man)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>male</td></tr><tr><td>B (Non-Binary)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>non-binary</td></tr><tr><td>O (A gender not listed here)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>other</td></tr><tr><td>TF (Transgender Woman)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>transgender-female</td></tr><tr><td>TM (Transgender Man)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equal\" title=\"equal\">is equal to</a></td><td>transgender-male</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://va.gov/fhir/ConceptMap/VF-genderIdentity"^^xsd:anyURI ;
     fhir:l <http://va.gov/fhir/ConceptMap/VF-genderIdentity>
  ] ; # 
  fhir:version [ fhir:v "2.5.0"] ; # 
  fhir:name [ fhir:v "VF_genderIdentity"] ; # 
  fhir:title [ fhir:v "VF_genderIdentity"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-03-31T16:09:38+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "VA"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "VA" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.va.gov" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Terminology Maps VF_genderIdentity"] ; # 
  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 "US" ] ;
       fhir:display [ fhir:v "United States of America" ]
     ] )
  ] ) ; # 
  fhir:source [
     a fhir:Canonical ;
     fhir:v "http://va.gov/fhir/ValueSet/genderIdentity-vista"^^xsd:anyURI ;
     fhir:l <http://va.gov/fhir/ValueSet/genderIdentity-vista>
  ] ; # 
  fhir:target [
     a fhir:Canonical ;
     fhir:v "http://va.gov/fhir/ValueSet/genderIdentity"^^xsd:anyURI ;
     fhir:l <http://va.gov/fhir/ValueSet/genderIdentity>
  ] ; # 
  fhir:group ( [
     fhir:source [
       fhir:v "http://va.gov/fhir/CodeSystem/2-.024"^^xsd:anyURI ;
       fhir:l <http://va.gov/fhir/CodeSystem/2-.024>
     ] ;
     fhir:target [
       fhir:v "http://hl7.org/fhir/gender-identity"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/gender-identity>
     ] ;
     fhir:element ( [
       fhir:code [ fhir:v "N" ] ;
       fhir:display [ fhir:v "Prefer not to answer" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "non-disclose" ] ;
         fhir:display [ fhir:v "does not wish to disclose" ] ;
         fhir:equivalence [ fhir:v "equal" ]
       ] )
     ] [
       fhir:code [ fhir:v "F" ] ;
       fhir:display [ fhir:v "Woman" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "female" ] ;
         fhir:display [ fhir:v "female" ] ;
         fhir:equivalence [ fhir:v "equal" ]
       ] )
     ] [
       fhir:code [ fhir:v "M" ] ;
       fhir:display [ fhir:v "Man" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "male" ] ;
         fhir:display [ fhir:v "male" ] ;
         fhir:equivalence [ fhir:v "equal" ]
       ] )
     ] [
       fhir:code [ fhir:v "B" ] ;
       fhir:display [ fhir:v "Non-Binary" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "non-binary" ] ;
         fhir:display [ fhir:v "non-binary" ] ;
         fhir:equivalence [ fhir:v "equal" ]
       ] )
     ] [
       fhir:code [ fhir:v "O" ] ;
       fhir:display [ fhir:v "A gender not listed here" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "other" ] ;
         fhir:display [ fhir:v "other" ] ;
         fhir:equivalence [ fhir:v "equal" ]
       ] )
     ] [
       fhir:code [ fhir:v "TF" ] ;
       fhir:display [ fhir:v "Transgender Woman" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "transgender-female" ] ;
         fhir:display [ fhir:v "transgender female" ] ;
         fhir:equivalence [ fhir:v "equal" ]
       ] )
     ] [
       fhir:code [ fhir:v "TM" ] ;
       fhir:display [ fhir:v "Transgender Man" ] ;
       fhir:target ( [
         fhir:code [ fhir:v "transgender-male" ] ;
         fhir:display [ fhir:v "transgender male" ] ;
         fhir:equivalence [ fhir:v "equal" ]
       ] )
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

