FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.iptpig
Resource TypeSearchParameter
IdSearchParameter-iptp-anc-number-hash.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/daviemukungi/IPTp-FHIR-implementationIG/SearchParameter-iptp-anc-number-hash.html
URLhttp://iptp.kemri.go.ke/fhir/SearchParameter/iptp-anc-number-hash
Version0.1.0
Statusactive
Date2026-06-30T18:47:18+00:00
NameANCNumberHash
Realmus
Authorityhl7
DescriptionSearch Patient resources by hashed ANC number to detect duplicate/STOPPED enrollments before creating a new IPTpEnrollment.
Typestring

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: SearchParameter iptp-anc-number-hash

ANCNumberHash

Parameter anc-number-hash:string

Search Patient resources by hashed ANC number to detect duplicate/STOPPED enrollments before creating a new IPTpEnrollment.

ResourcePatient
ExpressionPatient.extension('http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-anc-number-hash').value
Multiples
  • multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true

Source1

{
  "resourceType": "SearchParameter",
  "id": "iptp-anc-number-hash",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
}