DHIS2 Example FHIR Implementation Guide
1.0.0 - ci-build International flag

DHIS2 Example FHIR Implementation Guide, published by DHIS2. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohanGHole/alldevs-demo-ig and changes regularly. See the Directory of published versions

: HIV TPT Regimen

Draft as of 2026-06-03

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "HIVtptRegimen",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem HIVtptRegimen</b></p><a name=\"HIVtptRegimen\"> </a><a name=\"hcHIVtptRegimen\"> </a><p>This  code system <code>https://dhis2.org/CodeSystem/HIVtptRegimen</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\">1HP<a name=\"HIVtptRegimen-1HP\"> </a></td><td>1HP (one month of daily rifapentine plus isoniazid)</td></tr><tr><td style=\"white-space:nowrap\">3HP<a name=\"HIVtptRegimen-3HP\"> </a></td><td>3HP (three months of weekly rifapentine plus isoniazid)</td></tr><tr><td style=\"white-space:nowrap\">3RH<a name=\"HIVtptRegimen-3RH\"> </a></td><td>3RH (three months of daily rifampicin plus isoniazid)</td></tr><tr><td style=\"white-space:nowrap\">4R<a name=\"HIVtptRegimen-4R\"> </a></td><td>4R (four months of daily rifampicin monotherapy)</td></tr><tr><td style=\"white-space:nowrap\">6H<a name=\"HIVtptRegimen-6H\"> </a></td><td>6H (six months of daily isoniazid monotherapy)</td></tr><tr><td style=\"white-space:nowrap\">9H<a name=\"HIVtptRegimen-9H\"> </a></td><td>9H (nine months of daily isoniazid monotherapy)</td></tr><tr><td style=\"white-space:nowrap\">INH-B6<a name=\"HIVtptRegimen-INH-B6\"> </a></td><td>Combination INH-B6-Cotrim (for the duration of INH specified)</td></tr><tr><td style=\"white-space:nowrap\">OTHERTPT<a name=\"HIVtptRegimen-OTHERTPT\"> </a></td><td>Other</td></tr></table></div>"
  },
  "url" : "https://dhis2.org/CodeSystem/HIVtptRegimen",
  "version" : "1.0.0",
  "name" : "HIVtptRegimen",
  "title" : "HIV TPT Regimen",
  "status" : "draft",
  "date" : "2026-06-03T19:24:40+00:00",
  "publisher" : "DHIS2",
  "contact" : [
    {
      "name" : "DHIS2",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://dhis2.org"
        },
        {
          "system" : "email",
          "value" : "integration@dhis2.org"
        }
      ]
    },
    {
      "name" : "Johan Hole",
      "telecom" : [
        {
          "system" : "email",
          "value" : "Johan@Devotta.no",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "HIV TPT regimen.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 8,
  "concept" : [
    {
      "code" : "1HP",
      "display" : "1HP (one month of daily rifapentine plus isoniazid)"
    },
    {
      "code" : "3HP",
      "display" : "3HP (three months of weekly rifapentine plus isoniazid)"
    },
    {
      "code" : "3RH",
      "display" : "3RH (three months of daily rifampicin plus isoniazid)"
    },
    {
      "code" : "4R",
      "display" : "4R (four months of daily rifampicin monotherapy)"
    },
    {
      "code" : "6H",
      "display" : "6H (six months of daily isoniazid monotherapy)"
    },
    {
      "code" : "9H",
      "display" : "9H (nine months of daily isoniazid monotherapy)"
    },
    {
      "code" : "INH-B6",
      "display" : "Combination INH-B6-Cotrim (for the duration of INH specified)"
    },
    {
      "code" : "OTHERTPT",
      "display" : "Other"
    }
  ]
}