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

FHIR IG analytics

Packageus.co.bha-ig
Resource TypeConceptMap
IdConceptMap-BHAGenderIdentityCM.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/CoBHA/CoBHRM-FHIR-IG/ConceptMap-BHAGenderIdentityCM.html
URLhttp://bha.colorado.gov/fhir/bha-ig/ConceptMap/BHAGenderIdentityCM
Version0.3.0-current
Statusactive
Date2026-07-06T17:11:10+00:00
NameBHAGenderIdentityCM
TitleBHA Gender Identity ConceptMap
Realmus
DescriptionRequired: Maps BHA gender identity codes to the FHIR Gender Identity value set.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
us.co.bha-ig#currentbha-gender-identity-csBHA Gender Identity Codes
hl7.fhir.uv.xver-r4.r4b#0.1.0gender-identityGender identity
ValueSet
us.co.bha-ig#currentbha-gender-identity-vsBHA Gender Identity ValueSet

Narrative

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

Generated Narrative: ConceptMap BHAGenderIdentityCM

Mapping from BHA Gender Identity ValueSet to Gender identity


Mapping from BHA Gender Identity Codes to Gender identity

Source Concept DetailsRelationshipTarget Concept Details
Codes from BHA Gender Identity CodesCodes from Gender identity
01Transgender-femaleis equivalent totransgender-femaletransgender female
02Transgender-maleis equivalent totransgender-maletransgender male
03Cisgenderis related tofemalefemale
is related tomalemale
04Non-binaryis equivalent tonon-binarynon-binary
05Two-Spiritis related tonon-binarynon-binary
97Otheris related tonon-binarynon-binary

Source1

{
  "resourceType": "ConceptMap",
  "id": "BHAGenderIdentityCM",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://bha.colorado.gov/fhir/bha-ig/ImplementationGuide/us.co.bha-ig"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://bha.colorado.gov/fhir/bha-ig/ImplementationGuide/us.co.bha-ig"
          }
        ]
      }
    }
  ],
  "url": "http://bha.colorado.gov/fhir/bha-ig/ConceptMap/BHAGenderIdentityCM",
  "version": "0.3.0-current",
  "name": "BHAGenderIdentityCM",
  "title": "BHA Gender Identity ConceptMap",
  "status": "active",
  "experimental": false,
  "date": "2026-07-06T17:11:10+00:00",
  "publisher": "Colorado Behavioral Health Administration",
  "contact": [
    {
      "name": "Colorado Behavioral Health Administration",
      "telecom": [
        {
          "system": "url",
          "value": "https://bha.colorado.gov"
        },
        {
          "system": "email",
          "value": "FHIRFeedback@state.co.us"
        }
      ]
    }
  ],
  "description": "Required: Maps BHA gender identity codes to the FHIR Gender Identity value set.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "USA"
        }
      ]
    }
  ],
  "sourceUri": "http://bha.colorado.gov/fhir/bha-ig/ValueSet/bha-gender-identity-vs",
  "targetUri": "http://hl7.org/fhir/ValueSet/gender-identity",
  "group": [
    {
      "source": "http://bha.colorado.gov/fhir/bha-ig/CodeSystem/bha-gender-identity-cs",
      "target": "http://hl7.org/fhir/gender-identity",
      "element": [
        {
          "code": "01",
          "display": "Transgender-female",
          "target": [
            {
              "code": "transgender-female",
              "display": "transgender female",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "02",
          "display": "Transgender-male",
          "target": [
            {
              "code": "transgender-male",
              "display": "transgender male",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "03",
          "display": "Cisgender",
          "target": [
            {
              "code": "female",
              "display": "female",
              "equivalence": "relatedto"
            },
            {
              "code": "male",
              "display": "male",
              "equivalence": "relatedto"
            }
          ]
        },
        {
          "code": "04",
          "display": "Non-binary",
          "target": [
            {
              "code": "non-binary",
              "display": "non-binary",
              "equivalence": "equivalent"
            }
          ]
        },
        {
          "code": "05",
          "display": "Two-Spirit",
          "target": [
            {
              "code": "non-binary",
              "display": "non-binary",
              "equivalence": "relatedto"
            }
          ]
        },
        {
          "code": "97",
          "display": "Other",
          "target": [
            {
              "code": "non-binary",
              "display": "non-binary",
              "equivalence": "relatedto"
            }
          ]
        }
      ]
    }
  ]
}