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

FHIR IG analytics

Packagetz.fhir.ig
Resource TypeConceptMap
IdConceptMap-GenderCodes-TZ.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/Speedykom/tz-fhir-ig/ConceptMap-GenderCodes-TZ.html
URLhttp://moh.tz/fhir/ConceptMap/GenderCodes-TZ
Version0.1.0
Statusactive
Date2025-11-22
NameTZGenderConceptMap
TitleMapping Legacy TZ Gender Codes to FHIR Administrative Gender
DescriptionMaps legacy Tanzanian gender codes (M, F, U) to FHIR administrative gender codes (male, female, unknown).

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
administrative-genderAdministrativeGender
TZGenderTZ Legacy Gender Codes

Narrative

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

Generated Narrative: ConceptMap GenderCodes-TZ

Mapping from (not specified) to (not specified)


Group 1 Mapping from TZ Legacy Gender Codes to AdministrativeGender

Source CodeRelationshipTarget Code
M (Male):(equivalent)male
F (Female):(equivalent)female
U (Unknown):(equivalent)unknown

Source1

{
  "resourceType": "ConceptMap",
  "id": "GenderCodes-TZ",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://moh.tz/fhir/ConceptMap/GenderCodes-TZ",
  "version": "0.1.0",
  "name": "TZGenderConceptMap",
  "title": "Mapping Legacy TZ Gender Codes to FHIR Administrative Gender",
  "status": "active",
  "experimental": false,
  "date": "2025-11-22",
  "publisher": "Ministry of Health – Tanzania",
  "contact": [
    {
      "name": "Ministry of Health – Tanzania",
      "telecom": [
        {
          "system": "url",
          "value": "https://moh.go.tz"
        },
        {
          "system": "email",
          "value": "info@moh.go.tz"
        }
      ]
    },
    {
      "name": "Tanzania Digital Health Team",
      "telecom": [
        {
          "system": "email",
          "value": "contact@speedykom.org",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Maps legacy Tanzanian gender codes (M, F, U) to FHIR administrative gender codes (male, female, unknown).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "834",
          "display": "Tanzania"
        }
      ]
    }
  ],
  "group": [
    {
      "source": "http://moh.tz/fhir/CodeSystem/TZGender",
      "target": "http://hl7.org/fhir/administrative-gender",
      "element": [
        {
          "code": "M",
          "display": "Male",
          "target": [
            {
              "code": "male",
              "display": "Male"
            }
          ]
        },
        {
          "code": "F",
          "display": "Female",
          "target": [
            {
              "code": "female",
              "display": "Female"
            }
          ]
        },
        {
          "code": "U",
          "display": "Unknown",
          "target": [
            {
              "code": "unknown",
              "display": "Unknown"
            }
          ]
        }
      ]
    }
  ]
}