-
Notifications
You must be signed in to change notification settings - Fork 40
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
fix 2 ? #204
fix 2 ? #204
Conversation
@pieter-edelman-nictiz same deal - I think I have the test setup correctly now, so where is it wrong? |
The |
well, let's stick with zib-NursingIntervention/CarePlan.contributor:requestor - in the snapshot for that, comment is "Collaborative care plans may have multiple contributors." And then it's still the same in nl-core-NursingIntervention/CarePlan.contributor:requestor - so in that case it's simple, it's not picking up the comments from the data type profile at all? |
I didn't look at the snapshot of zib-NursingIntervention before, but it seems like you're right, the comment from the data type profile is not picked up in the snapshot. What's weird is that the comment from this snapshot does end up in the profile derived from zib-NursingIntervention. |
not sure what you mean, or where. it's the base comment all the way |
Ok, I guess we're doing some pretty funky profiling here. So the chain of profiles looks like this: flowchart LR
CarePlan -- profile --> zib-NursingIntervention
zib-NursingIntervention -- profile --> nl-core-NursingIntervention-input
pattern-ZibHealthProfessionalReference[pattern-ZibHealthProfessionalReference
_overrides comment in host profile_]
pattern-NlcoreHealthProfessionalReference[pattern-NlcoreHealthProfessionalReference
_**again** overrides comment in host profile_]
subgraph zib
zib-NursingIntervention -- uses on Careplan.contributor:requester --- pattern-ZibHealthProfessionalReference
end
subgraph nl-core
nl-core-NursingIntervention-input -- uses on Careplan.contributor:requester --- pattern-NlcoreHealthProfessionalReference
end
nl-core-NursingIntervention-input -- snapshot generation --> nl-core-NursingIntervention-output
nl-core-NursingIntervention-output[nl-core-NursingIntervention-ouput
_should contain comment from pattern-NlcoreHealthProfessionalReference_ on CarePlan.contributor:requester]
I create the snapshot using the following command:
And then rename nl-core-NursingIntervention-input.xml.snapshot.json to nl-core-NursingIntervention-output.json. If I now inspect nl-core-NursingIntervention-output.json, element |
No description provided.