FHIR IG analytics| Package | au.digitalhealth.r4.healthconnect |
| Resource Type | SearchParameter |
| Id | SearchParameter-practitioner-rsg.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/AuDigitalHealth/HealthConnect/SearchParameter-practitioner-rsg.html |
| URL | http://ns.electronichealth.net.au/hc/SearchParameter/practitioner-rsg |
| Version | 0.2.0-preview |
| Status | draft |
| Date | 2026-01-29T05:23:49+00:00 |
| Name | SearchParameterPractitionerRSG |
| Realm | au |
| Authority | national |
| Description | Search a Practitioner record by their recorded sex or gender. This search parameter operates on the 'value' element of the individual-recordedSexOrGender extension (typically an administrative gender code). However, to fully understand the meaning and context of the recorded sex or gender, the complete extension structure returned in results should be examined, including metadata elements such as 'type' (category of what's recorded), 'source', 'sourceDocument', 'effectivePeriod', and other contextual information. |
| 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 practitioner-rsg
Parameter rsg:token
Search a Practitioner record by their recorded sex or gender. This search parameter operates on the 'value' element of the individual-recordedSexOrGender extension (typically an administrative gender code). However, to fully understand the meaning and context of the recorded sex or gender, the complete extension structure returned in results should be examined, including metadata elements such as 'type' (category of what's recorded), 'source', 'sourceDocument', 'effectivePeriod', and other contextual information.
| Resource | Practitioner |
| Expression | Practitioner.extension.where(url = 'http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender').extension.where(url = 'value').value.ofType(CodeableConcept).coding |
| Target Resources | Practitioner |
| Multiples |
|
{
"resourceType": "SearchParameter",
"id": "practitioner-rsg",
"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/practitioner-rsg",
"version": "0.2.0-preview",
"name": "SearchParameterPractitionerRSG",
"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 a Practitioner record by their recorded sex or gender. This search parameter operates on the 'value' element of the individual-recordedSexOrGender extension (typically an administrative gender code). However, to fully understand the meaning and context of the recorded sex or gender, the complete extension structure returned in results should be examined, including metadata elements such as 'type' (category of what's recorded), 'source', 'sourceDocument', 'effectivePeriod', and other contextual information.",
"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": "rsg",
"base": [
"Practitioner"
],
"type": "token",
"expression": "Practitioner.extension.where(url = 'http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender').extension.where(url = 'value').value.ofType(CodeableConcept).coding",
"target": [
"Practitioner"
]
}