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
Here is the list of things which I think are not correct for code slice:
Short and definition read "Nationality" and "The nationality of the patient." instead of "Nationality Code" and "Code representing nationality of patient." (as per profile).
max reads "*" whereas in nationality profile it reads "1".
Few other minor things (like presence of "condition" which shouldn't be there, "isSummary" is not present but should be false.
Oh, and another thing is that t13-input.xml uses <profile value="http://hl7.org/fhir/StructureDefinition/patient-nationality#code"/> reference. Should it be <profile value="http://hl7.org/fhir/StructureDefinition/patient-nationality#Extension.extension:code"/> instead (id of the element is Extension.extension:code rather than just code?
There are couple of things in test case t13 (t13-expected.xml) which I find suspicious. They seem wrong to me, but I could be mistaken.
It looks like slices for
code
andperiod
(which come from http://hl7.org/fhir/extension-patient-nationality.json.html profile) are not merged correctly into"Patient.extension:complex
.Here is the list of things which I think are not correct for
code
slice:false
.Same thing for
period
.It looks like these slices (which are slices on
Extension.extension
coming from http://hl7.org/fhir/StructureDefinition/patient-nationality) get merged from Extension root.Am I missing something?
The text was updated successfully, but these errors were encountered: