Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R4 SnapshotGenerator: Fix ElementDefinition.Base for newly introduced elements #1053

Closed
wmrutten opened this issue Jul 23, 2019 · 1 comment
Assignees
Labels

Comments

@wmrutten
Copy link
Contributor

Example: core StructureDefinition for Resource

  • Introduces element Resource.id (0...1, type=Id)
  • Inherits from Id StructureDefinition root element (0...*)

=> Initialize ElementDefinition.Base for path=Resource.id as:

Path = `Resource.id`
Min = 0
Max = 1

Specifically, initialize Base cardinality from defining (diff) element definition itself.
Do NOT inherit Base cardinality from parent element definition!

@wmrutten wmrutten added the bug label Jul 23, 2019
@wmrutten wmrutten self-assigned this Jul 23, 2019
@wmrutten wmrutten changed the title R4 SnapshotGenerator: Fix ElementDefinition.Base for newly introduced elements SnapshotGenerator: Fix ElementDefinition.Base for newly introduced elements Aug 6, 2019
@wmrutten wmrutten changed the title SnapshotGenerator: Fix ElementDefinition.Base for newly introduced elements R4 SnapshotGenerator: Fix ElementDefinition.Base for newly introduced elements Aug 6, 2019
@cknaap
Copy link
Member

cknaap commented Sep 16, 2019

It looks like this is merged into develop1.x/r4, so therefore putting it into the Sprint 2019.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants