hl7au / au-fhir-base

AU Base FHIR Implementation Guide Source
36 stars 26 forks source link

Assertion of No Relevant Finding - needs refactoring to remove slicing and erroneous prohibition #616

Closed dtr-agency closed 3 years ago

dtr-agency commented 3 years ago

AU Assertion of No Relevant Finding needs refactoring:

  1. value[x] is sliced and it doesn't need to be. We can just restrict the type to CodeableConcept.
  2. Should remove the 0..0 for dataAbsentReason as value is 1..1 it can't be present.
dtr-agency commented 3 years ago

PR in progress.

dtr-agency commented 3 years ago

PR in review with @dbojicic-agency.