Health Connect Australia Provider Directory FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 0.1.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/HealthConnect/ and changes regularly. See the Directory of published versions
| Official URL: http://ns.electronichealth.net.au/hc/SearchParameter/practitioner-preferredname | Version: 0.1.0-preview | |||
| Standards status: Informative | Computable Name: SearchParameterPractitionerPreferredname | |||
Usage:Jurisdiction: Australia |
||||
Copyright/Legal: Copyright © 2025 Australian Digital Health Agency - All rights reserved. This content is licensed under a Creative Commons Attribution 4.0 International License. See https://creativecommons.org/licenses/by/4.0/ |
||||
Search a Practitioner record by their preferred name.
Parameter practitionerpreferredname:string
Search a Practitioner record by their preferred name.
| Resource | Practitioner |
| Expression | Practitioner.name.where(use = 'usual').select(iif(given.exists() and family.exists(), given.join(' ') + ' ' + family, iif(given.exists(), given.join(' '), iif(family.exists(), family, '')))) |
| Target Resources | Practitioner |
| Multiples |
|