{"openapi":"3.1.0","info":{"title":"Drug Information Service Bundle","description":"Drug Information Service Bundle is a set of restful services that provides information about substances, generics, and branded medicines which can be useful for reference/knowledge while prescribing. The information provided by DISB refer to Flat List Common Drug Codes for India","contact":{"name":"National Resource Center for EHR standards","url":"https://nrces.in","email":"nrc-help@cdac.in"},"license":{"name":"License","url":"https://nrces.in/download/files/doc/License.txt"},"version":"1.3"},"servers":[{"url":"http://localhost:9090","description":"Generated server url"}],"paths":{"/dis/substance/{sctId}":{"get":{"tags":["retrieval-controller"],"operationId":"getSubstanceData","parameters":[{"name":"sctId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SubstanceDetail"}}}}}}}},"/dis/medicine/{sctId}":{"get":{"tags":["retrieval-controller"],"operationId":"getMedicineData","parameters":[{"name":"sctId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/MedicineDetail"}}}}}}}},"/dis/generic/{sctId}":{"get":{"tags":["retrieval-controller"],"operationId":"getGenericData","parameters":[{"name":"sctId","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/GenericDrug"}}}}}}}}},"components":{"schemas":{"ChemicalRepresentation":{"type":"object","properties":{"value":{"type":"string"},"chemicalRepresentationSystem":{"type":"string"}}},"SubstanceDescription":{"type":"object","properties":{"substanceName":{"type":"string"},"langDialect":{"type":"string"},"acceptability":{"type":"string"}}},"SubstanceDetail":{"type":"object","properties":{"molecularWeight":{"type":"string"},"substanceInfo":{"type":"string"},"toxicity":{"type":"string"},"chemicalRepresentations":{"type":"array","items":{"$ref":"#/components/schemas/ChemicalRepresentation"},"uniqueItems":true},"descriptions":{"type":"array","items":{"$ref":"#/components/schemas/SubstanceDescription"},"uniqueItems":true},"substanceIdentifiers":{"type":"array","items":{"$ref":"#/components/schemas/SubstanceIdentifier"},"uniqueItems":true},"lastUpdatedOn":{"type":"string"},"active":{"type":"boolean"}}},"SubstanceIdentifier":{"type":"object","properties":{"value":{"type":"string"},"codingSystemName":{"type":"string"}}},"Brand":{"type":"object","properties":{"sctid":{"type":"string"},"name":{"type":"string"}}},"ManufacturerDetail":{"type":"object","properties":{"manufacturerName":{"type":"string"},"sctid":{"type":"string"},"country":{"type":"string"}}},"MedicineDetail":{"type":"object","properties":{"medicineName":{"type":"string"},"medicineSctid":{"type":"string"},"brand":{"$ref":"#/components/schemas/Brand"},"manufacturer":{"$ref":"#/components/schemas/ManufacturerDetail"},"excipient":{"type":"string"},"licenseNumber":{"type":"string"},"licenseStatus":{"type":"string"},"lastUpdatedOn":{"type":"string"},"generic":{"$ref":"#/components/schemas/MedicineGenericDetail"}}},"MedicineGenericDetail":{"type":"object","properties":{"sctid":{"type":"string"},"genericName":{"type":"string"}}},"DrugType":{"type":"object","properties":{"sctid":{"type":"string"},"typeName":{"type":"string"}}},"GenericCompositionDetails":{"type":"object","properties":{"substanceSctid":{"type":"string"},"substanceName":{"type":"string"},"unit":{"type":"string"},"strength":{"type":"string"}}},"GenericDescription":{"type":"object","properties":{"genericName":{"type":"string"},"langDialect":{"type":"string"},"acceptability":{"type":"string"}}},"GenericDrug":{"type":"object","properties":{"contraIndications":{"type":"string"},"doseForm":{"type":"string"},"genericSctid":{"type":"string"},"indications":{"type":"string"},"routeOfAdministration":{"type":"string"},"composition":{"type":"array","items":{"$ref":"#/components/schemas/GenericCompositionDetails"},"uniqueItems":true},"drugTypes":{"type":"array","items":{"$ref":"#/components/schemas/DrugType"},"uniqueItems":true},"genericDescriptions":{"type":"array","items":{"$ref":"#/components/schemas/GenericDescription"},"uniqueItems":true},"classification_of_drug":{"type":"string"},"source":{"type":"string"},"interaction_with_drugs":{"type":"string"},"lastUpdatedOn":{"type":"string"},"active":{"type":"boolean"}}}}}}