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 - TTL Representation

Active as of 2025-11-22

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

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