Description Usage Arguments Details Value Examples
Varifies that a code conforms to the ICNARC Diagnostic code specification. This is a 5 level hierarchial code that follows a pattern such as ##.##.##.##.##.
1 | verify_icnarc(icnarc_code = NULL)
|
icnarc_code |
as a character vector |
Leading zeros in each level are not necessary. Acceptable separators are: .,|/-
a logical vector
1 2 3 | verify_icnarc("01.06.04.20.16") # correctly formatted
verify_icnarc("1.6.4.20.16") # not strictly correct, but parsable
verify_icnarc("01-6-04.20.16") # annoying, but parsable
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.