@oystehr/sdk
Version:
Oystehr SDK
22 lines (20 loc) • 377 B
text/typescript
// AUTOGENERATED -- DO NOT EDIT
/**
* Allergens
*/
export interface ErxV1AllergySearchResponse {
allergens?: {
/**
* The Photon identifier for the allergen.
*/
id?: string;
/**
* Human readible name of allergen.
*/
name?: string;
/**
* RxNorm Concept Unique (RxCUI) identifier of allergen.
*/
rxcui?: string;
}[];
}