Search incl product code search
The API provides resource searching according to the Azure API for FHIR search functionality: https://docs.microsoft.com/en-us/azure/healthcare-apis/azure-api-for-fhir/overview-of-search.
The resources available for searching are:
- MedicinalProduct
- MedicinalProductPackaged
- SubstanceSpecification
- CodeSystem
- ValueSet
Product code search
The API also includes custom search parameters to search for product codes on MedicinalProductPackaged.
As the packageItem element in practice can only have three levels, three custom search parameters have been defined in order to search for product codes on each level.
- package-item-level-one
- package-item-level-two
- package-item-level-three
Ussage: (URL to FHIR server)/MedicinalProductPackaged?package-item-level-one=(product code)
Note that the product codes all are 14 digit codes with padded zeroes. If the scanned product code on a package contains less than 14 digits, e.g. 8716900575075, add a padding 0 and search for 08716900575075.