Parsing XML elements to FlowFile attributes is not recommend and should be replaced with record-oriented handling
Please consider using one the following alternatives: No alternative components suggested.
Extracts information from an Consolidated CDA formatted FlowFile and provides individual attributes as FlowFile attributes. The attributes are named as <Parent> <dot> <Key>. If the Parent is repeating, the naming will be <Parent> <underscore> <Parent Index> <dot> <Key>. For example, section.act_07.observation.name=Essential hypertension
CCDA, healthcare, extract, attributes
In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values.
Display Name | API Name | Default Value | Allowable Values | Description |
---|---|---|---|---|
Skip Validation | skip-validation | true |
| Whether or not to validate CDA message values |
Name | Description |
---|---|
success | A FlowFile is routed to this relationship if it is properly parsed as CDA and its contents extracted as attributes. |
failure | A FlowFile is routed to this relationship if it cannot be parsed as CDA or its contents extracted as attributes. |