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

FHIR IG analytics

Packageau.digitalhealth.r4.healthconnect
Resource TypeSearchParameter
IdSearchParameter-location-locmailaddress.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/AuDigitalHealth/HealthConnect/SearchParameter-location-locmailaddress.html
URLhttp://ns.electronichealth.net.au/hc/SearchParameter/location-locmailaddress
Version0.2.0-preview
Statusdraft
Date2026-01-29T05:23:49+00:00
NameSearchParameterLocationPostalAddress
Realmau
Authoritynational
DescriptionSearch for Location resources by postal address components.
Typestring

Resources that use this resource

CapabilityStatement
health-connect-provider-directory-requesterHealth Connect Provider Directory Requester
health-connect-provider-directory-responderHealth Connect Provider Directory Responder

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SearchParameter location-locmailaddress

SearchParameterLocationPostalAddress

Parameter locmailaddress:string

Search for Location resources by postal address components.

ResourceLocation
ExpressionLocation.extension.where(url = 'http://ns.electronichealth.net.au/hc/StructureDefinition/hc-preferred-postal-address').value.ofType(Address).text | Location.extension.where(url = 'http://ns.electronichealth.net.au/hc/StructureDefinition/hc-preferred-postal-address').value.ofType(Address).city | Location.extension.where(url = 'http://ns.electronichealth.net.au/hc/StructureDefinition/hc-preferred-postal-address').value.ofType(Address).state | Location.extension.where(url = 'http://ns.electronichealth.net.au/hc/StructureDefinition/hc-preferred-postal-address').value.ofType(Address).line | Location.extension.where(url = 'http://ns.electronichealth.net.au/hc/StructureDefinition/hc-preferred-postal-address').value.ofType(Address).postalCode
Target ResourcesLocation
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
ModifiersAllowed: contains

Source1

{
  "resourceType": "SearchParameter",
  "id": "location-locmailaddress",
  "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/location-locmailaddress",
  "version": "0.2.0-preview",
  "name": "SearchParameterLocationPostalAddress",
  "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 for Location resources by postal address components.",
  "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": "locmailaddress",
  "base": [
    "Location"
  ],
  "type": "string",
  "expression": "Location.extension.where(url = 'http://ns.electronichealth.net.au/hc/StructureDefinition/hc-preferred-postal-address').value.ofType(Address).text | Location.extension.where(url = 'http://ns.electronichealth.net.au/hc/StructureDefinition/hc-preferred-postal-address').value.ofType(Address).city | Location.extension.where(url = 'http://ns.electronichealth.net.au/hc/StructureDefinition/hc-preferred-postal-address').value.ofType(Address).state | Location.extension.where(url = 'http://ns.electronichealth.net.au/hc/StructureDefinition/hc-preferred-postal-address').value.ofType(Address).line | Location.extension.where(url = 'http://ns.electronichealth.net.au/hc/StructureDefinition/hc-preferred-postal-address').value.ofType(Address).postalCode",
  "target": [
    "Location"
  ],
  "modifier": [
    "contains"
  ]
}