FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.fr.medication
Resource TypeConceptMap
IdConceptMap-PN13-FHIR-gender-conceptmap.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/Interop-Sante/hl7.fhir.fr.medication/ConceptMap-PN13-FHIR-gender-conceptmap.html
URLhttps://hl7.fr/ig/fhir/medication/ConceptMap/PN13-FHIR-gender-conceptmap
Version0.1.0
Statusdraft
Date2026-01-20T11:03:34+00:00
NameFrPN13FHIRGenderConceptMap
TitleConversion PN13 FHIR des code de sexe administratif
Realmfr
Authorityhl7
DescriptionConceptMap pour la conversion des codes de sexe administratif entre PN13 et FHIR

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
administrative-genderAdministrativeGender

Narrative

Note: links and images are rebased to the (stated) source

Narratif généré : CarteDeConcepts PN13-FHIR-gender-conceptmap

Mapping de https://interopsante.org/pn13/SIPh_sexe vers http://hl7.org/fhir/administrative-gender


Groupe 1 Mapping de terminologie de référence (CodeSystem) non spécifiée to terminologie de référence (CodeSystem) non spécifiée

Code sourcerelationCode cibleCommentaire
M (Mâle)is equal tomale
F (Femelle)is equal tofemale
U (Non connu)is equal tounknown
O (Autre)maps loosely tounknownLa terminologie FHIR pour le sexe administratif n'a pas d'équivalent pour le concept autre. Le mapping sur unknown est proposé pour permettre un passage de PN13 à FHIR

Source1

{
  "resourceType": "ConceptMap",
  "id": "PN13-FHIR-gender-conceptmap",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.fr/ig/fhir/medication/ConceptMap/PN13-FHIR-gender-conceptmap",
  "version": "0.1.0",
  "name": "FrPN13FHIRGenderConceptMap",
  "title": "Conversion PN13 FHIR des code de sexe administratif",
  "status": "draft",
  "date": "2026-01-20T11:03:34+00:00",
  "publisher": "Interop'Santé",
  "contact": [
    {
      "name": "Interop'Santé",
      "telecom": [
        {
          "system": "url",
          "value": "http://interopsante.org/"
        }
      ]
    }
  ],
  "description": "ConceptMap pour la conversion des codes de sexe administratif entre PN13 et FHIR",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "FR",
          "display": "FRANCE"
        }
      ]
    }
  ],
  "sourceUri": "https://interopsante.org/pn13/SIPh_sexe",
  "targetUri": "http://hl7.org/fhir/administrative-gender",
  "group": [
    {
      "element": [
        {
          "code": "M",
          "display": "Mâle",
          "target": [
            {
              "code": "male",
              "display": "Male",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "F",
          "display": "Femelle",
          "target": [
            {
              "code": "female",
              "display": "Female",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "U",
          "display": "Non connu",
          "target": [
            {
              "code": "unknown",
              "display": "Unknown",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "O",
          "display": "Autre",
          "target": [
            {
              "code": "unknown",
              "display": "Unknown",
              "equivalence": "inexact",
              "comment": "La terminologie FHIR pour le sexe administratif n'a pas d'équivalent pour le concept autre. Le mapping sur unknown est proposé pour permettre un passage de PN13 à FHIR"
            }
          ]
        }
      ]
    }
  ]
}