Search FHIR

POC - Mapping CDA to FHIR
0.1.0 - ci-build France flag

POC - Mapping CDA to FHIR - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CDA to FHIR Administrative Gender Mapping - JSON Representation

Active as of 2025-11-07

Raw json | Download

{
  "resourceType" : "ConceptMap",
  "id" : "cm-v3-administrative-gender",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : CarteDeConcepts cm-v3-administrative-gender</b></p><a name=\"cm-v3-administrative-gender\"> </a><a name=\"hccm-v3-administrative-gender\"> </a><p>Mapping de <a href=\"http://terminology.hl7.org/6.5.0/ValueSet-v3-AdministrativeGender.html\">AdministrativeGender</a> vers <a href=\"http://hl7.org/fhir/R4/valueset-administrative-gender.html\">AdministrativeGender</a></p><br/><p><b>Groupe 1 </b>Mapping de <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-AdministrativeGender.html\">AdministrativeGender</a> to <a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html\">AdministrativeGender</a></p><table class=\"grid\"><tr><td><b>Code source</b></td><td><b>relation</b></td><td><b>Code cible</b></td><td><b>Commentaire</b></td></tr><tr><td>M (Male)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>male</td><td/></tr><tr><td>F (Female)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>female</td><td/></tr><tr><td>UN (Undifferentiated)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>other</td><td>CDA 'Undifferentiated' maps to FHIR 'other'</td></tr><tr><td>UNK (Unknown)</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>unknown</td><td/></tr></table></div>"
  },
  "url" : "https://interop.esante.gouv.fr/ig/fhir/mappingcdafhir/ConceptMap/cm-v3-administrative-gender",
  "version" : "0.1.0",
  "name" : "CdaToFhirAdministrativeGender",
  "title" : "CDA to FHIR Administrative Gender Mapping",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-11-07T10:30:30+00:00",
  "publisher" : "Agence du Numérique en Santé (ANS) - 2-10 Rue d'Oradour-sur-Glane, 75015 Paris",
  "contact" : [
    {
      "name" : "Agence du Numérique en Santé (ANS) - 2-10 Rue d'Oradour-sur-Glane, 75015 Paris",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://esante.gouv.fr"
        }
      ]
    }
  ],
  "description" : "Mapping between CDA v3 Administrative Gender codes and FHIR Administrative Gender codes",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "FR",
          "display" : "FRANCE"
        }
      ]
    }
  ],
  "purpose" : "Used in CDA to FHIR transformations to map gender codes",
  "sourceCanonical" : "http://terminology.hl7.org/ValueSet/v3-AdministrativeGender",
  "targetCanonical" : "http://hl7.org/fhir/ValueSet/administrative-gender",
  "group" : [
    {
      "source" : "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
      "target" : "http://hl7.org/fhir/administrative-gender",
      "element" : [
        {
          "code" : "M",
          "display" : "Male",
          "target" : [
            {
              "code" : "male",
              "display" : "Male",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "F",
          "display" : "Female",
          "target" : [
            {
              "code" : "female",
              "display" : "Female",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "UN",
          "display" : "Undifferentiated",
          "target" : [
            {
              "code" : "other",
              "display" : "Other",
              "equivalence" : "equivalent",
              "comment" : "CDA 'Undifferentiated' maps to FHIR 'other'"
            }
          ]
        },
        {
          "code" : "UNK",
          "display" : "Unknown",
          "target" : [
            {
              "code" : "unknown",
              "display" : "Unknown",
              "equivalence" : "equivalent"
            }
          ]
        }
      ]
    }
  ]
}