Skip to content

16 Create controller function that will handle InventoryItem route queries

lemi diriba requested to merge 16-create-fhir5-inventory-item-api into master

Closes #16 (closed)

endpoint route

  • For listing all InventoryItem /api/fhir/r5/InventoryItem
  • listing single product /api/fhir/r5/InventoryItem/product/{code}
  • listing single product /api/fhir/r5/InventoryItem/product-model/{code}

Merge request reports