Skip to main content

is_valid_code

Function is_valid_code 

Source
pub fn is_valid_code(s: &str) -> bool
Expand description

FHIR code: non-empty, no leading/trailing whitespace, single internal spaces (regex [^\s]+(\s[^\s]+)*).

The rule is unchanged between R4 and R5, so both releases share it.