API endpoint that allows apps get a list of drugs or medications by name or gpi10.

GET /api/search_medications/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 100,
    "next": "http://shbdentalapi.com/api/search_medications/?format=api&limit=10&offset=10",
    "previous": null,
    "results": [
        {
            "id": 6,
            "gpi12": "642000100005",
            "name": "7T GUMMY ES",
            "coverage": "BRAND",
            "dosage": "TABLETCHEWABLE 500 MG",
            "gpi2": "",
            "gpi4": "6420",
            "otc_rx_indicator": "R",
            "strength": "500.0",
            "strength_unit": "MG",
            "type": "CHEW",
            "type_description": "TABLETCHEWABLE"
        },
        {
            "id": 7,
            "gpi12": "214060102003",
            "name": "ABIRATERONE ACETATE TAB 250 MG",
            "coverage": "GENERIC",
            "dosage": "TABLET 250 MG",
            "gpi2": "",
            "gpi4": "2140",
            "otc_rx_indicator": "S",
            "strength": "250.0",
            "strength_unit": "MG",
            "type": "TABS",
            "type_description": "TABLET"
        },
        {
            "id": 8,
            "gpi12": "930000070020",
            "name": "ACETADOTE",
            "coverage": "BRAND",
            "dosage": "SOLUTION 200 MG/ML",
            "gpi2": "",
            "gpi4": "9300",
            "otc_rx_indicator": "S",
            "strength": "200.0",
            "strength_unit": "MG/ML",
            "type": "SOLN",
            "type_description": "SOLUTION"
        },
        {
            "id": 9,
            "gpi12": "964246102527",
            "name": "ACETAMINOPHEN (BULK) GRANULES",
            "coverage": "BRAND",
            "dosage": "GRANULES   ",
            "gpi2": "",
            "gpi4": "9642",
            "otc_rx_indicator": "R",
            "strength": "0.0",
            "strength_unit": "",
            "type": "GRAN",
            "type_description": "GRANULES"
        },
        {
            "id": 14,
            "gpi12": "659913030501",
            "name": "ACETAMINOPHEN-CAFFEINE-DIHYDROCODEINE CAP 320.5-30-16 MG",
            "coverage": "BRAND",
            "dosage": "CAPSULE   ",
            "gpi2": "",
            "gpi4": "6599",
            "otc_rx_indicator": "S",
            "strength": "0.0",
            "strength_unit": "",
            "type": "CAPS",
            "type_description": "CAPSULE"
        },
        {
            "id": 10,
            "gpi12": "659910020520",
            "name": "ACETAMINOPHEN W/ CODEINE SOLN 120-12 MG/5ML",
            "coverage": "GENERIC",
            "dosage": "SOLUTION   ",
            "gpi2": "",
            "gpi4": "6599",
            "otc_rx_indicator": "S",
            "strength": "0.0",
            "strength_unit": "",
            "type": "SOLN",
            "type_description": "SOLUTION"
        },
        {
            "id": 11,
            "gpi12": "659910020503",
            "name": "ACETAMINOPHEN W/ CODEINE TAB 300-15 MG",
            "coverage": "GENERIC",
            "dosage": "TABLET   ",
            "gpi2": "",
            "gpi4": "6599",
            "otc_rx_indicator": "S",
            "strength": "0.0",
            "strength_unit": "",
            "type": "TABS",
            "type_description": "TABLET"
        },
        {
            "id": 12,
            "gpi12": "659910020503",
            "name": "ACETAMINOPHEN W/ CODEINE TAB 300-30 MG",
            "coverage": "GENERIC",
            "dosage": "TABLET   ",
            "gpi2": "",
            "gpi4": "6599",
            "otc_rx_indicator": "S",
            "strength": "0.0",
            "strength_unit": "",
            "type": "TABS",
            "type_description": "TABLET"
        },
        {
            "id": 13,
            "gpi12": "659910020503",
            "name": "ACETAMINOPHEN W/ CODEINE TAB 300-60 MG",
            "coverage": "GENERIC",
            "dosage": "TABLET   ",
            "gpi2": "",
            "gpi4": "6599",
            "otc_rx_indicator": "S",
            "strength": "0.0",
            "strength_unit": "",
            "type": "TABS",
            "type_description": "TABLET"
        },
        {
            "id": 15,
            "gpi12": "873000201020",
            "name": "ACETASOL HC",
            "coverage": "GENERIC",
            "dosage": "SOLUTION   ",
            "gpi2": "",
            "gpi4": "8730",
            "otc_rx_indicator": "S",
            "strength": "0.0",
            "strength_unit": "",
            "type": "SOLN",
            "type_description": "SOLUTION"
        }
    ]
}