You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
We should patch the fhirpath expressions so that they work properly
Describe alternatives you've considered
Acceptance Criteria
GIVEN a server configured with our us-core jar
AND a Condition resource with multiple category elements
AND it claims conformance to http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition
WHEN create or $validate is called with that resource
THEN it either succeeds or fails with a client error (no server error)
GIVEN a server configured with our us-core jar
AND a Provenance resource with multiple agent elements (and at least one with agent.onBehalfOf)
AND it claims conformance to http://hl7.org/fhir/us/core/StructureDefinition/us-core-provenance
WHEN create or $validate is called with that resource
THEN it either succeeds or fails with a client error (no server error)
Additional context
The text was updated successfully, but these errors were encountered:
Add tests under com.ibm.fhir.ig.us.core.test.v400.ConformanceTest to
show the issues.
For Provenance: fix provenance-1 to handle multiple agents
For Condition: fix us-core-1 to handle multiple categories
Signed-off-by: Lee Surprenant <lmsurpre@us.ibm.com>
Add tests under com.ibm.fhir.ig.us.core.test.v400.ConformanceTest to
show the issues.
For Provenance: fix provenance-1 to handle multiple agents
For Condition: fix us-core-1 to handle multiple categories
Signed-off-by: Lee Surprenant <lmsurpre@us.ibm.com>
Is your feature request related to a problem? Please describe.
2 of the fhirpath expressions in us core 4.0 have issues with repeating elements:
Describe the solution you'd like
We should patch the fhirpath expressions so that they work properly
Describe alternatives you've considered
Acceptance Criteria
GIVEN a server configured with our us-core jar
AND a Condition resource with multiple category elements
AND it claims conformance to http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition
WHEN create or $validate is called with that resource
THEN it either succeeds or fails with a client error (no server error)
GIVEN a server configured with our us-core jar
AND a Provenance resource with multiple agent elements (and at least one with agent.onBehalfOf)
AND it claims conformance to http://hl7.org/fhir/us/core/StructureDefinition/us-core-provenance
WHEN create or $validate is called with that resource
THEN it either succeeds or fails with a client error (no server error)
Additional context
The text was updated successfully, but these errors were encountered: