FHIR IG analytics| Package | fhir.iptpig |
| Resource Type | SearchParameter |
| Id | SearchParameter-iptp-anc-number-hash.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/daviemukungi/IPTp-FHIR-implementationIG/SearchParameter-iptp-anc-number-hash.html |
| URL | http://iptp.kemri.go.ke/fhir/SearchParameter/iptp-anc-number-hash |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-06-30T18:47:18+00:00 |
| Name | ANCNumberHash |
| Realm | us |
| Authority | hl7 |
| Description | Search Patient resources by hashed ANC number to detect duplicate/STOPPED enrollments before creating a new IPTpEnrollment. |
| Type | string |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: SearchParameter iptp-anc-number-hash
Parameter anc-number-hash:string
Search Patient resources by hashed ANC number to detect duplicate/STOPPED enrollments before creating a new IPTpEnrollment.
| Resource | Patient |
| Expression | Patient.extension('http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-anc-number-hash').value |
| Multiples |
|
{
"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"
}