FHIR IG analytics| Package | au.digitalhealth.r4.healthconnect |
| Resource Type | SearchParameter |
| Id | SearchParameter-endpoint-hcepi.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/AuDigitalHealth/HealthConnect/SearchParameter-endpoint-hcepi.html |
| URL | http://ns.electronichealth.net.au/hc/SearchParameter/endpoint-hcepi |
| Version | 0.2.0-preview |
| Status | draft |
| Date | 2026-01-29T05:23:49+00:00 |
| Name | SearchParameterEndpointIdentifierHC |
| Realm | au |
| Authority | national |
| Description | Search an Endpoint record by its HC identifier (Resource Identifier type). Uses token matching for exact value matching. Value-only search supported. |
| Type | token |
| CapabilityStatement | |
| health-connect-provider-directory-requester | Health Connect Provider Directory Requester |
| health-connect-provider-directory-responder | Health Connect Provider Directory Responder |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: SearchParameter endpoint-hcepi
Parameter hcepi:token
Search an Endpoint record by its HC identifier (Resource Identifier type). Uses token matching for exact value matching. Value-only search supported.
| Resource | Endpoint |
| Expression | Endpoint.identifier.where(type.coding.exists(code='RI')).value |
| Target Resources | Endpoint |
| Multiples |
|
{
"resourceType": "SearchParameter",
"id": "endpoint-hcepi",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "informative",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://ns.electronichealth.net.au/hc/ImplementationGuide/au.digitalhealth.r4.healthconnect"
}
]
}
}
],
"url": "http://ns.electronichealth.net.au/hc/SearchParameter/endpoint-hcepi",
"version": "0.2.0-preview",
"name": "SearchParameterEndpointIdentifierHC",
"status": "draft",
"experimental": true,
"date": "2026-01-29T05:23:49+00:00",
"publisher": "Australian Digital Health Agency",
"contact": [
{
"name": "Australian Digital Health Agency",
"telecom": [
{
"system": "url",
"value": "https://www.digitalhealth.gov.au/"
},
{
"system": "email",
"value": "help@digitalhealth.gov.au"
}
]
},
{
"name": "Australian Digital Health Agency",
"telecom": [
{
"system": "email",
"value": "mailto:help@digitalhealth.gov.au",
"use": "work"
}
]
}
],
"description": "Search an Endpoint record by its HC identifier (Resource Identifier type). Uses token matching for exact value matching. Value-only search supported.",
"useContext": [
{
"code": {
"system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
"code": "jurisdiction"
},
"valueCodeableConcept": {
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "AU",
"display": "Australia"
}
]
}
}
],
"code": "hcepi",
"base": [
"Endpoint"
],
"type": "token",
"expression": "Endpoint.identifier.where(type.coding.exists(code='RI')).value",
"target": [
"Endpoint"
]
}