Skip to content

Commit

Permalink
Update converting_ndc.qmd
Browse files Browse the repository at this point in the history
attempting to add a table
  • Loading branch information
MelaniePhilofsky authored Oct 14, 2024
1 parent 2e98435 commit c81a41f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/resources/converting_ndc.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,12 @@ hide:
# Converting NDC

Proper mapping of NDC code requires an 11-digit number in a 5-4-2 format. Converting NDC from a 10-digit to an 11-digit format requires a strategically placed zero, dependent upon the 10-digit format.


10-Digit Format|10-Digit Format Example|11-Digit Format|11-Digit Format Example

-----------------|---------------------|-----------------|-------------------------
4-4-2|9999-9999-99|5-4-2|09999-9999-99
5-3-2|99999-999-99|5-4-2|99999-0999-99
5-4-1|99999-9999-9|5-4-2|99999-9999-09

All dashes need to be removed before matching to the concept.concept_code

0 comments on commit c81a41f

Please sign in to comment.