FHIR IG analytics| Package | tz.fhir.ig |
| Resource Type | ConceptMap |
| Id | ConceptMap-GenderCodes-TZ.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/Speedykom/tz-fhir-ig/ConceptMap-GenderCodes-TZ.html |
| URL | http://moh.tz/fhir/ConceptMap/GenderCodes-TZ |
| Version | 0.1.0 |
| Status | active |
| Date | 2025-11-22 |
| Name | TZGenderConceptMap |
| Title | Mapping Legacy TZ Gender Codes to FHIR Administrative Gender |
| Description | Maps legacy Tanzanian gender codes (M, F, U) to FHIR administrative gender codes (male, female, unknown). |
No resources found
| CodeSystem | |
| administrative-gender | AdministrativeGender |
| TZGender | TZ Legacy Gender Codes |
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 Code | Relationship | Target Code |
| M (Male) | :(equivalent) | male |
| F (Female) | :(equivalent) | female |
| U (Unknown) | :(equivalent) | unknown |
{
"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"
}
]
}
]
}
]
}