FHIR Chat · PractitionerRole Serach · hapi

Stream: hapi

Topic: PractitionerRole Serach


view this post on Zulip Kishore Karanam (Sep 11 2020 at 11:52):

Hi Team,

I am trying to search with below but no results
https://abc.com/fhir/PractitionerRole?role=Physiotherapist

where below url provides results
https://abc.com/fhir/PractitionerRole?role=36682004

The record is stored as follows

"code": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "36682004",
"display": "Physiotherapist"
}
],
"text": "Physiotherapist"
}

Does it mean, I should use code instead of display? How can I search based on display?

Regards,
Kishore


Last updated: Apr 12 2022 at 19:14 UTC