When I try to search Healthcare Services for patients by clinical term -
for this clinicalTerm - 363358000, we are getting this response with empty result -
{
“meta”: {
“profile”: [
“FHIR Reference Server eRS-FetchServices-List-1”
]
},
“resourceType”: “List”,
“status”: “current”,
“mode”: “snapshot”,
“entry”: ,
“emptyReason”: {
“coding”: [
{
“code”: “nilknown”,
“system”: “Valueset-list-empty-reason - FHIR v5.0.0”,
“display”: “no results”
}
]
}
}
for this clinicalTerm - 363358000, getting response with error -
Search Criteria/Clinical Term’ (390883000) may exist in a later version of the SNOMED dictionary but is not known to e-RS
So, Is there any API that provides only e-RS related snomed codes. If yes, please provide reference for that…
Another Query regarding search services by the named Clinician -
for namedClinician - 555294209105, getting empty result -
{
“meta”: {
“profile”: [
“FHIR Reference Server eRS-FetchServices-List-1”
]
},
“resourceType”: “List”,
“status”: “current”,
“mode”: “snapshot”,
“entry”: ,
“emptyReason”: {
“coding”: [
{
“code”: “nilknown”,
“system”: “Valueset-list-empty-reason - FHIR v5.0.0”,
“display”: “no results”
}
]
}
}
How, can I get healthcare services for patients, do I need to bind the services to our sds-user-id, please also provide help regarding this…