GET api/FirstDatabankMedKnowledge/Allergy?startsWith=String &contains=String &soundsLike=String
Allergy. Find an allergy by name There are 3 types of allergens that identified by “UID”: FDB.INGREDIENT+xxx - ingredient FDB.ALGNGRP+xxx - allergen group FDB.DRUGNAME+xxx - particular drug
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
startsWith |
The allergy starts with |
string |
None. |
contains |
The allergy contains |
string |
None. |
soundsLike |
The allergy sounds like |
string |
None. |
Body Parameters
None.
Request Formats
application/json
Sample:
/Allergy?contains=aspirin
Response Information
Resource Description
ICcxAllergyCollectionName | Description | Type | Additional information |
---|---|---|---|
Allergies | Collection of ICcxAllergy |
None. |
|
NotProcessed | Collection of string |
None. |
|
GcnSeqNoNotProcessed | Collection of integer |
None. |
|
MedIdNotProcessed | Collection of integer |
None. |
|
NdcNotProcessed | Collection of string |
None. |
|
OrdMedIdNotProcessed | Collection of integer |
None. |
|
DtoVersion | string |
None. |
Response Formats
application/json, text/json, text/javascript
Sample:
{ "Allergies": [ { "UID": "FDB.DRUGNAME+10897", "IdType": "DrugName", "Description": "Bayer Aspirin", "RxNormIds": [ "1191", "215568" ], "RxNormId": null, "RxNormDescription": null, "DtoVersion": "1.2" }, { "UID": "FDB.DRUGNAME+253346", "IdType": "DrugName", "Description": "Salagen (aspirin)", "RxNormIds": [], "RxNormId": null, "RxNormDescription": null, "DtoVersion": "1.2" }, { "UID": "FDB.DRUGNAME+50354", "IdType": "DrugName", "Description": "St. Joseph Aspirin", "RxNormIds": [ "1191", "220011" ], "RxNormId": null, "RxNormDescription": null, "DtoVersion": "1.2" }, { "UID": "FDB.INGREDIENT+1587", "IdType": "Ingredient", "Description": "aspirin", "RxNormIds": [ "1191" ], "RxNormId": "1191", "RxNormDescription": "Aspirin", "DtoVersion": "1.2" }, { "UID": "FDB.INGREDIENT+1594", "IdType": "Ingredient", "Description": "aluminum aspirin", "RxNormIds": [ "611" ], "RxNormId": "611", "RxNormDescription": "Aluminum aspirin", "DtoVersion": "1.2" }, { "UID": "FDB.INGREDIENT+1595", "IdType": "Ingredient", "Description": "carbaspirin calcium", "RxNormIds": [], "RxNormId": null, "RxNormDescription": null, "DtoVersion": "1.2" } ], "NotProcessed": [], "GcnSeqNoNotProcessed": [], "MedIdNotProcessed": [], "NdcNotProcessed": [], "OrdMedIdNotProcessed": [], "DtoVersion": "1.2" }