Tanzania FHIR Facade Implementation Guide
0.1.0 - ci-build Tanzania

Tanzania FHIR Facade Implementation Guide, published by Ministry of Health – Tanzania. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Speedykom/tz-fhir-ig/ and changes regularly. See the Directory of published versions

: Mapping Legacy TZ Gender Codes to FHIR Administrative Gender - JSON Representation

Active as of 2025-11-22

Raw json | Download

{
  "resourceType" : "ConceptMap",
  "id" : "GenderCodes-TZ",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap GenderCodes-TZ</b></p><a name=\"GenderCodes-TZ\"> </a><a name=\"hcGenderCodes-TZ\"> </a><p>Mapping from (not specified) to (not specified)</p><br/><p><b>Group 1 </b>Mapping from <a href=\"CodeSystem-TZGender.html\">TZ Legacy Gender Codes</a> to <a href=\"http://hl7.org/fhir/R5/codesystem-administrative-gender.html\">AdministrativeGender</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>M (Male)</td><td>:(equivalent)</td><td>male</td></tr><tr><td>F (Female)</td><td>:(equivalent)</td><td>female</td></tr><tr><td>U (Unknown)</td><td>:(equivalent)</td><td>unknown</td></tr></table></div>"
  },
  "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"
            }
          ]
        }
      ]
    }
  ]
}