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

: TZ Legacy Gender Codes - JSON Representation

Active as of 2025-11-22

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "TZGender",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem TZGender</b></p><a name=\"TZGender\"> </a><a name=\"hcTZGender\"> </a><p>This case-sensitive code system <code>http://moh.tz/fhir/CodeSystem/TZGender</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">M<a name=\"TZGender-M\"> </a></td><td>Male</td></tr><tr><td style=\"white-space:nowrap\">F<a name=\"TZGender-F\"> </a></td><td>Female</td></tr><tr><td style=\"white-space:nowrap\">U<a name=\"TZGender-U\"> </a></td><td>Unknown</td></tr></table></div>"
  },
  "url" : "http://moh.tz/fhir/CodeSystem/TZGender",
  "version" : "0.1.0",
  "name" : "TZGender",
  "title" : "TZ Legacy Gender Codes",
  "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" : "Legacy gender codes used in Tanzania systems (M, F, U).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "834",
          "display" : "Tanzania"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "M",
      "display" : "Male"
    },
    {
      "code" : "F",
      "display" : "Female"
    },
    {
      "code" : "U",
      "display" : "Unknown"
    }
  ]
}