IPTp-SP Digital Support System Implementation Guide
0.1.0 - ci-build Kenya flag

IPTp-SP Digital Support System Implementation Guide, published by IPTp-SP Digital Support System Implementation Team. 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/daviemukungi/IPTp-FHIR-implementationIG/ and changes regularly. See the Directory of published versions

: Search by IPTp ANC Number Hash - JSON Representation

Active as of 2026-06-30

Raw json | Download

{
  "resourceType" : "SearchParameter",
  "id" : "iptp-anc-number-hash",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter iptp-anc-number-hash</b></p><a name=\"iptp-anc-number-hash\"> </a><a name=\"hciptp-anc-number-hash\"> </a><h2>ANCNumberHash</h2><p>Parameter <code>anc-number-hash</code>:<code>string</code></p><div><p>Search Patient resources by hashed ANC number to detect duplicate/STOPPED enrollments before creating a new IPTpEnrollment.</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/patient.html\">Patient</a></td></tr><tr><td>Expression</td><td><code>Patient.extension('http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-anc-number-hash').value</code></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
  },
  "url" : "http://iptp.kemri.go.ke/fhir/SearchParameter/iptp-anc-number-hash",
  "version" : "0.1.0",
  "name" : "ANCNumberHash",
  "status" : "active",
  "date" : "2026-06-30T18:47:18+00:00",
  "publisher" : "IPTp-SP Digital Support System Implementation Team",
  "contact" : [
    {
      "name" : "IPTp-SP Digital Support System Implementation Team",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://iptp.kemri.go.ke"
        }
      ]
    }
  ],
  "description" : "Search Patient resources by hashed ANC number to detect duplicate/STOPPED enrollments before creating a new IPTpEnrollment.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "KE",
          "display" : "Kenya"
        }
      ]
    }
  ],
  "code" : "anc-number-hash",
  "base" : [
    "Patient"
  ],
  "type" : "string",
  "expression" : "Patient.extension('http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-anc-number-hash').value"
}