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

Adding Bundle and Patient validation sample #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ikivanc
Copy link

@ikivanc ikivanc commented Apr 20, 2022

This PR includes how to validate Patient profile in a Bundle. Individually Patient profiles can validate resources however when they're an entry of Bundles we're not able to validate through profiles.

This sample includes Patient profile and Bundle profile. 4 scenarios are included:

  1. A valid Patient resource
  2. An invalid Patient resource without gender field
  3. A valid Bundle includes a Patient entry
  4. An invalid Bundle with Patient entry without gender field.

based on feedback on FirelyTeam/Firely.Fhir.ValidationDemo#4 I would like to share this sample in this repository.

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

Successfully merging this pull request may close these issues.

None yet

1 participant