Data Management with FHIR
0.1.0 - ci-build France (la) flag

Data Management with FHIR - version de développement local (intégration continue v0.1.0) construite par les outils de publication FHIR (HL7® FHIR® Standard). Voir le répertoire des versions publiées

: HL7 Gender to OHDSI Gender - TTL Representation

Active as of 2026-07-11

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/hl7-gender-to-ohdsi-gender> a fhir:ConceptMap ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "hl7-gender-to-ohdsi-gender"] ;
  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>Narratif généré : CarteDeConcepts hl7-gender-to-ohdsi-gender</b></p><a name=\"hl7-gender-to-ohdsi-gender\"> </a><a name=\"hchl7-gender-to-ohdsi-gender\"> </a><p>Mapping de <a href=\"https://hl7.fr/ig/fhir/core/2.1.0/ValueSet-fr-core-vs-patient-gender-INS.html\">FR Core ValueSet Patient gender INS ValueSet</a> vers <a href=\"ValueSet-OMOPGender.html\">ValueSet of gender of OHDSI</a></p><br/><p>Mapping de <a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html\">AdministrativeGender</a> to <a href=\"CodeSystem-dm-omop-cdm-v20240229.html\">Observational Medical Outcomes Partnership (OMOP)</a></p><table class=\"grid\"><tr><td><b>Code source</b></td><td><b>relation</b></td><td><b>Code cible</b></td></tr><tr><td>male</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>8507 (MALE)</td></tr><tr><td>female</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>8532 (FEMALE)</td></tr></table></div>"
  ] ;
  fhir:ConceptMap.url [ fhir:value "https://aphp.github.io/IG-fhir-dm/ConceptMap/hl7-gender-to-ohdsi-gender"] ;
  fhir:ConceptMap.version [ fhir:value "0.1.0"] ;
  fhir:ConceptMap.name [ fhir:value "HL7Gender2OHDSIGender"] ;
  fhir:ConceptMap.title [ fhir:value "HL7 Gender to OHDSI Gender"] ;
  fhir:ConceptMap.status [ fhir:value "active"] ;
  fhir:ConceptMap.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ConceptMap.date [ fhir:value "2026-07-11T15:40:47+00:00"^^xsd:dateTime] ;
  fhir:ConceptMap.publisher [ fhir:value "AP-HP"] ;
  fhir:ConceptMap.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "AP-HP" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://aphp.fr" ]
     ]
  ] ;
  fhir:ConceptMap.description [ fhir:value "L'objectif de cet alignement est rendre possible la conversion d'un code 'gender' d'HL7 vers son équivalent dans OHDSI"] ;
  fhir:ConceptMap.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "FR" ]
     ]
  ] ;
  fhir:ConceptMap.sourceCanonical [
     fhir:value "https://hl7.fr/ig/fhir/core/ValueSet/fr-core-vs-patient-gender-INS" ;
     fhir:link <https://hl7.fr/ig/fhir/core/ValueSet/fr-core-vs-patient-gender-INS>
  ] ;
  fhir:ConceptMap.targetCanonical [
     fhir:value "https://aphp.github.io/IG-fhir-dm/ValueSet/OMOPGender" ;
     fhir:link <https://aphp.github.io/IG-fhir-dm/ValueSet/OMOPGender>
  ] ;
  fhir:ConceptMap.group [
     fhir:index 0 ;
     fhir:ConceptMap.group.source [ fhir:value "http://hl7.org/fhir/administrative-gender" ] ;
     fhir:ConceptMap.group.target [ fhir:value "https://aphp.github.io/IG-fhir-dm/CodeSystem/dm-omop-cdm-v20240229" ] ;
     fhir:ConceptMap.group.element [
       fhir:index 0 ;
       fhir:ConceptMap.group.element.code [ fhir:value "male" ] ;
       fhir:ConceptMap.group.element.display [ fhir:value "Male" ] ;
       fhir:ConceptMap.group.element.target [
         fhir:index 0 ;
         fhir:ConceptMap.group.element.target.code [ fhir:value "8507" ] ;
         fhir:ConceptMap.group.element.target.display [ fhir:value "MALE" ] ;
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ]
       ]
     ], [
       fhir:index 1 ;
       fhir:ConceptMap.group.element.code [ fhir:value "female" ] ;
       fhir:ConceptMap.group.element.display [ fhir:value "Female" ] ;
       fhir:ConceptMap.group.element.target [
         fhir:index 0 ;
         fhir:ConceptMap.group.element.target.code [ fhir:value "8532" ] ;
         fhir:ConceptMap.group.element.target.display [ fhir:value "FEMALE" ] ;
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ]
       ]
     ]
  ] .

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

<http://hl7.org/fhir/ConceptMap/hl7-gender-to-ohdsi-gender.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ConceptMap/hl7-gender-to-ohdsi-gender.ttl> .