-
Notifications
You must be signed in to change notification settings - Fork 3
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
zib MultidisciplinaryTeamMeeting #138
base: main
Are you sure you want to change the base?
Conversation
Missing nl-core-profiles |
Validation report for changed materialsValidation
Zib compliance
|
Validation report for changed materialsValidation
Zib compliance
|
Validation report for changed materialsValidation
Zib compliance
|
Validation report for changed materialsValidation
Zib compliance
|
Validation report for changed materialsValidation
Zib compliance
|
Validation report for changed materialsValidation
Zib compliance
|
Gave this one an update. Still 2 zib compliance errors that I feel are uncorrect (see above): ==== snapshots/zib-MultidisciplinaryTeamMeeting.json BackboneElement instead of container is #76 |
…TeamMeeting # Conflicts: # known-issues.yml
Validation report for changed materialsValidation
Zib compliance
|
Validation report for changed materialsValidationZib compliance
|
Looks good! Regarding the 2 zib compliance errors: one has been solved in the tooling, the other one about conceptual cardinalities should be solved in the tooling too. Created #187 for this. |
Validation report for changed materialsValidation
Zib compliance
|
Validation report for changed materialsValidation
Zib compliance
|
…tationLabel from extension to type.text. Moved code from .type to .class.
Validation report for changed materialsValidation
Zib compliance
|
…so that it is no longer specifically about zib-Patient but about the Patient resource in general.
d3a6262
to
29d4d09
Compare
To do: but not by me I guess
release-notes? New zib so I don't know if that is necessary
known-issues:
==== snapshots/zib-MultidisciplinaryTeamMeeting-CarePlan.json
== NL-CM:15.2.12 (CarePlan.activity.reference)
cardinality: ERROR (0..1 instead of 0..)
==== snapshots/zib-MultidisciplinaryTeamMeeting.json
== NL-CM:15.2.13 (Encounter.participant)
datatype: ERROR (BackboneElement instead of container)
cardinality: ERROR (0.. instead of 1..*)
First one (CarePlan.activity.reference) can be silenced, because .activity has 0..* resulting in that effective cardinality
BackboneElement instead of container is #76
Cardinality 0..* instead of 1..* is the issue in zib validation tooling as I mentioned yesterday. zib cardinality is 2..* , the tooling makes it a conceptual 1..* , but I feel it should be 0..*. No ticket made yet.
Besides this a normal review can be done