Skip to content

Instantly share code, notes, and snippets.

@lighth7015
Created December 3, 2020 12:36
Show Gist options
  • Save lighth7015/ebbc5afc784a3a99559870c19ff778dc to your computer and use it in GitHub Desktop.
Save lighth7015/ebbc5afc784a3a99559870c19ff778dc to your computer and use it in GitHub Desktop.
Drug File Mapping
{
"mappings": {
"properties": {
"NDC": {
"type": "keyword"
},
"DrugName": {
"type": "text"
},
"GenericName": {
"type": "text"
},
"Strength": {
"type": "keyword"
},
"StrengthUOM": {
"type": "keyword"
},
"DoseForm": {
"type": "keyword"
},
"MONY": {
"type": "keyword"
},
"GPI": {
"type": "keyword"
},
"PackageSize": {
"type": "keyword"
},
"RxOTCInd": {
"type": "keyword"
},
"ProductName": {
"type": "text"
},
"TpaRestrictionCode": {
"type": "keyword"
},
"RouteOfAdministration": {
"type": "keyword"
},
"MAINTDRUGCODE": {
"type": "keyword"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment