Commit ae5234b
committed
Correct Composition.attester.mode sent as array (0..1 field in R4)
In FHIR R4, Composition.attester.mode is 0..1 (scalar code). In STU3 and
DSTU2 it's 0..* (array). Apply invariant sets a scalar string for R4.
STU3/DSTU2 keep the array form which is correct for those versions.1 parent 369b601 commit ae5234b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | | - | |
| 443 | + | |
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
| |||
0 commit comments