Stream: hapi
Topic: IGNORE: SearchParameter for reference in extension
Saul Kravitz (Oct 22 2019 at 17:23):
This may be a local issue on my deployment.
For now: "Never Mind!"
I'm struggling to come up with a SearchParameter that can access the extension in http://hapi.fhir.org/baseR4/PractitionerRole/plannet-practitionerrole-1237955865
There is an extension that includes a reference:
"extension": [
{
"url": "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-ParticipatingNetwork-extension",
"valueReference": {
"reference": "Organization/plannet-network-HPID040000",
"display": "Acme of Connecticut Preferred Provider Network"
}
}
],
I'm struggling to target this extension with a search parameter on HAPI 3.8.0. On HAPI 4.1.0 SNapshot (James' test server) the following works fine:
- http://hapi.fhir.org/baseR4/PractitionerRole?network=Organization/plannet-network-HPID040000 where the search parameter is
- http://hapi.fhir.org/baseR4/SearchParameter/50149
This doesn't seem to work on HAPI 3.8.0. A scan of the release notes doesn't find anything that would indicate that changes have happened in this area. Should this work on 3.8? 4.0?
THx,
Saul
Last updated: Apr 12 2022 at 19:14 UTC