Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Format: 'pid' ['?'] ',issuer' ['?'] [',' [ '[' ] <demograhic-match>matches> [ ']' ]
<demograhic-match> matches> ::= '<demograhic-match> [' [<ignore>','] <demograhic-fields> ']' | |' ...]
<demograhic-match> ::= [<ignore>','] <demograhic-fields>
<ignore> ::= 'ignore("' <regular-expression> '")'
<demograhic-fields> ::= <demograhic-field> ['?'] [',' ...]
<demograhic-field> ::= 'familyname''(1)' | 'givenname''(1)' | 'middlename''(1)' | 'nameprefix''(1)' | 'namesuffix''(1)' | 'birthdate' | 'sex'

Multiple alternative <demograhic-matches> can be specified using '|' as delimiter.

Substrings specified by 'ignore("' <regular-expression> '")' will be ignored for matching patient name components.

...