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
We are cleaning up old issues, and we noticed this issue was still open. Our apologies that it took so long that we gave a feedback on this issue.
Today I investigated the Patient instance above and did a validation against your profile (https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-EMS-PDS-Baby-Patient-1). It gave back an error about the Patient.Name. It lacks the use of official, which is correct, because the instance only has usual as use. Changing this use attribute to official the validator reports a success.
There is no errormessage anymore about the extensions, so I assume that has been solved. Therefor I close this issue.
A problem exists where an extension is being reported as included in an xml example structure when it is not included. For example:
Invalid Instance count for 'Patient.extension:registrationDetails' is 1, which is not within the specified cardinality of 0..0
XML example:
The Patient.extension:registrationDetails extension is not in the example being validated. This extension is not mandatory (its profiled as 0..0).
If no extensions are included in an example, this error is not presented.
The text was updated successfully, but these errors were encountered: