FHIR IG analytics| Package | au.gov.digitalhealth.hcpd |
| Resource Type | SearchParameter |
| Id | SearchParameter-location-locmailaddress.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/AuDigitalHealth/HCPD-Snapshot-26.0.0-SPARKED-Testing-20260708/SearchParameter-location-locmailaddress.html |
| URL | http://digitalhealth.gov.au/fhir/hcpd/SearchParameter/location-locmailaddress |
| Version | 26.0.0 |
| Status | active |
| Date | 2026-07-03T05:13:52+00:00 |
| Name | SearchParameterAlternatePostalAddress |
| Realm | au |
| Description | Search for Location resources by postal address components. |
| Type | string |
| CapabilityStatement | ||
| au.gov.digitalhealth.hcpd#current | health-connect-provider-directory-requester | Health Connect Provider Directory Requester |
| au.gov.digitalhealth.hcpd#current | 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 location-locmailaddress
Parameter locmailaddress:string
Search for Location resources by postal address components.
| Resource | Location |
| Expression | Location.extension.where(url = 'http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hcpd-alternate-postal-address').value.ofType(Address).text | Location.extension.where(url = 'http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hcpd-alternate-postal-address').value.ofType(Address).city | Location.extension.where(url = 'http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hcpd-alternate-postal-address').value.ofType(Address).state | Location.extension.where(url = 'http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hcpd-alternate-postal-address').value.ofType(Address).line | Location.extension.where(url = 'http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hcpd-alternate-postal-address').value.ofType(Address).postalCode |
| Target Resources | Location |
| Multiples |
|
| Modifiers | Allowed: contains |
{
"resourceType": "SearchParameter",
"id": "location-locmailaddress",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://digitalhealth.gov.au/fhir/hcpd/SearchParameter/location-locmailaddress",
"version": "26.0.0",
"name": "SearchParameterAlternatePostalAddress",
"status": "active",
"experimental": false,
"date": "2026-07-03T05:13:52+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": "url",
"value": "https://www.digitalhealth.gov.au",
"use": "work"
},
{
"system": "email",
"value": "mailto:help@digitalhealth.gov.au",
"use": "work"
}
]
}
],
"description": "Search for Location resources by postal address components.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "AU",
"display": "Australia"
}
]
}
],
"code": "locmailaddress",
"base": [
"Location"
],
"type": "string",
"expression": "Location.extension.where(url = 'http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hcpd-alternate-postal-address').value.ofType(Address).text | Location.extension.where(url = 'http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hcpd-alternate-postal-address').value.ofType(Address).city | Location.extension.where(url = 'http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hcpd-alternate-postal-address').value.ofType(Address).state | Location.extension.where(url = 'http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hcpd-alternate-postal-address').value.ofType(Address).line | Location.extension.where(url = 'http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hcpd-alternate-postal-address').value.ofType(Address).postalCode",
"target": [
"Location"
],
"modifier": [
"contains"
]
}