graph LR
classDef nakedNode fill:none,stroke-width:0px,font-size:16px,color:#1e293b;
classDef primaryNaked fill:none,stroke-width:0px,font-size:16px,font-weight:bold,color:#1d4f91;
subgraph PRODUCT["PRODUCT"]
NDC["78505-002"]
end
style PRODUCT fill:#f9fbfc,stroke:#dfe7ef,stroke-width:1px,rx:14,ry:14
class NDC primaryNaked;
subgraph PACKAGES["PACKAGES"]
PACKAGELIST["
1 pouch in 1 bag / 3.5 g in 1 pouch (NDC:
78505-002-01)
5 pouch in 1 bag / 3.5 g in 1 pouch (NDC:
78505-002-02)
10 pouch in 1 bag / 3.5 g in 1 pouch (NDC:
78505-002-03)
20 pouch in 1 bag / 3.5 g in 1 pouch (NDC:
78505-002-04)
40 pouch in 1 bag / 3.5 g in 1 pouch (NDC:
78505-002-05)
50 pouch in 1 bag / 3.5 g in 1 pouch (NDC:
78505-002-06)
60 pouch in 1 bag / 3.5 g in 1 pouch (NDC:
78505-002-07)
70 pouch in 1 bottle / 3.5 g in 1 pouch (NDC:
78505-002-08)
72 pouch in 1 bottle / 3.5 g in 1 pouch (NDC:
78505-002-09)
80 pouch in 1 bag / 3.5 g in 1 pouch (NDC:
78505-002-10)
12 pouch in 1 bag / 3.5 g in 1 pouch (NDC:
78505-002-21)
100 pouch in 1 bag / 3.5 g in 1 pouch (NDC:
78505-002-22)
100 pouch in 1 bottle / 3.5 g in 1 pouch (NDC:
78505-002-23)
120 pouch in 1 bottle / 3.5 g in 1 pouch (NDC:
78505-002-24)
160 pouch in 1 bottle / 3.5 g in 1 pouch (NDC:
78505-002-25)
180 pouch in 1 bottle / 3.5 g in 1 pouch (NDC:
78505-002-26)
240 pouch in 1 bottle / 3.5 g in 1 pouch (NDC:
78505-002-27)
300 pouch in 1 bottle / 3.5 g in 1 pouch (NDC:
78505-002-28)
360 pouch in 1 bottle / 3.5 g in 1 pouch (NDC:
78505-002-29)
400 pouch in 1 bottle / 3.5 g in 1 pouch (NDC:
78505-002-30)
15 pouch in 1 bag / 3.5 g in 1 pouch (NDC:
78505-002-41)
25 pouch in 1 bag / 3.5 g in 1 pouch (NDC:
78505-002-42)
30 pouch in 1 bag / 3.5 g in 1 pouch (NDC:
78505-002-43)
36 pouch in 1 bag / 3.5 g in 1 pouch (NDC:
78505-002-44)
50 pouch in 1 bottle / 3.5 g in 1 pouch (NDC:
78505-002-45)
75 pouch in 1 bottle / 3.5 g in 1 pouch (NDC:
78505-002-46)
80 pouch in 1 bottle / 3.5 g in 1 pouch (NDC:
78505-002-47)
140 pouch in 1 bottle / 3.5 g in 1 pouch (NDC:
78505-002-48)
150 pouch in 1 bottle / 3.5 g in 1 pouch (NDC:
78505-002-49)
200 pouch in 1 bottle / 3.5 g in 1 pouch (NDC:
78505-002-50)"]
end
style PACKAGES fill:#f9fbfc,stroke:#dfe7ef,stroke-width:1px,rx:14,ry:14
class PACKAGELIST nakedNode;
subgraph ACTIVEINGREDIENTS["ACTIVE INGREDIENTS"]
ACTIVEINGREDIENTSLIST["
ALCOHOL (UNII:
3K9958V90M)
ALCOHOL (UNII:
3K9958V90M)
(Active Moiety)"]
end
style ACTIVEINGREDIENTS fill:#f9fbfc,stroke:#dfe7ef,stroke-width:1px,rx:14,ry:14
class ACTIVEINGREDIENTSLIST nakedNode;
subgraph INACTIVEINGREDIENTS["INACTIVE INGREDIENTS"]
INACTIVEINGREDIENTSLIST["
WATER (UNII:
059QF0KO0R)"]
end
style INACTIVEINGREDIENTS fill:#f9fbfc,stroke:#dfe7ef,stroke-width:1px,rx:14,ry:14
class INACTIVEINGREDIENTSLIST nakedNode;
subgraph RXNORM["RxNORM"]
RXNORMLIST["
RxCUI: 1307051 -
ethanol 75 % Medicated PadRxCUI: 1307051 -
ethanol 0.75 ML/ML Medicated PadRxCUI: 1307051 -
ethanol 75 % Hand Sanitizer WipesRxCUI: 1307051 -
ethyl alcohol 75 % Topical Cloth"]
end
style RXNORM fill:#f9fbfc,stroke:#dfe7ef,stroke-width:1px,rx:14,ry:14
class RXNORMLIST nakedNode;
PRODUCT --> |has| PACKAGES
PRODUCT --> |contains| ACTIVEINGREDIENTS
PRODUCT --> |contains| INACTIVEINGREDIENTS
PRODUCT --> |related to| RXNORM