Stream: Da Vinci PDex Drug Formulary
Topic: DrugName/DrugPlan/DrugTier
Tushar Nair (Mar 05 2021 at 09:31):
DrugName/DrugPlan/DrugTier are three search parameters provided in the pdex formulary specs, https://build.fhir.org/ig/HL7/davinci-pdex-formulary/artifacts.html#behavior-search-parameters.
I tried using them but they seem to be not supported. To show a sample, I tried looking up MedKnowledge resource where DrugName is known - I used the query: http://127.0.0.1:12443/fhir-server/R4/MedicationKnowledge?_profile=http://hl7.org/fhir/us/davinci-drug-formulary/StructureDefinition/usdf-FormularyDrug&DrugName=Acetaminophen. But it threw an error in the HAPI server - "diagnostics": "Unknown search parameter \"DrugName\". When I modified the query it worked - http://127.0.0.1:12443/fhir-server/R4/MedicationKnowledge?_profile=http://hl7.org/fhir/us/davinci-drug-formulary/StructureDefinition/usdf-FormularyDrug&code:text=acetaminophen. Am I doing something wrong while using those specified search parameters like-DrugName, Drug Plan etc. Or is it a known issue in HAPI ? Thank you in advance.
Saul Kravitz (Mar 05 2021 at 14:19):
@Tushar Nair try playing with our reference server.
https://davinci-drug-formulary-ri.logicahealth.org/fhir/MedicationKnowledge?DrugName=Acetaminophen
Have you loaded the conformance resources (including the search Parameters) into your HAPI Server?
Try https://davinci-drug-formulary-ri.logicahealth.org/fhir/SearchParameter
on your server.
Tushar Nair (Mar 05 2021 at 17:54):
Saul Kravitz thank you :)
Saul Kravitz (Mar 05 2021 at 20:16):
(deleted)
Last updated: Apr 12 2022 at 19:14 UTC