FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ConceptMap/CF-AdministrativeGender

Packagehl7.fhir.us.ccda
TypeConceptMap
IdCF-AdministrativeGender
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/ccda/https://build.fhir.org/ig/HL7/ccda-on-fhir/ConceptMap-CF-AdministrativeGender.html
URLhttp://hl7.org/fhir/us/ccda/ConceptMap/CF-AdministrativeGender
Version2.0.0-ballot
Statusactive
Date2025-05-05T14:21:57+00:00
NameCCDAtoFHIRAdminsitrativeGender
TitleC-CDA to FHIR Administrative Gender
Realmus
Authorityhl7
DescriptionC-CDA to FHIR Administrative Gender

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v3-AdministrativeGenderAdministrativeGender
administrative-genderAdministrative Gender
administrative-genderAdministrativeGender
v3-AdministrativeGenderAdministrativeGender

Narrative

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

Generated Narrative: ConceptMap CF-AdministrativeGender

Mapping from https://vsac.nlm.nih.gov/valueset/2.16.840.1.113883.1.11.1 to AdministrativeGender


Group 1 Mapping from AdministrativeGender to AdministrativeGender

Source CodeRelationshipTarget Code
M (Male)is equivalent tomale
F (Female)is equivalent tofemale
UN (Undifferentiated)maps to wider conceptother

Source

{
  "resourceType": "ConceptMap",
  "id": "CF-AdministrativeGender",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cgp"
    }
  ],
  "url": "http://hl7.org/fhir/us/ccda/ConceptMap/CF-AdministrativeGender",
  "version": "2.0.0-ballot",
  "name": "CCDAtoFHIRAdminsitrativeGender",
  "title": "C-CDA to FHIR Administrative Gender",
  "status": "active",
  "experimental": false,
  "date": "2025-05-05T14:21:57+00:00",
  "publisher": "HL7 International / Cross-Group Projects",
  "contact": [
    {
      "name": "HL7 International / Cross-Group Projects",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cgp"
        }
      ]
    }
  ],
  "description": "C-CDA to FHIR Administrative Gender",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "sourceUri": "https://vsac.nlm.nih.gov/valueset/2.16.840.1.113883.1.11.1",
  "targetUri": "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": "wider"
            }
          ]
        }
      ],
      "unmapped": {
        "mode": "fixed",
        "code": "unknown",
        "display": "Unknown"
      }
    }
  ]
}