You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to FHIR DOTNET
Hello,
We are using Fhirly classes for parsing the data. If we wanted to validate a resource before parsing can we do it with fhirly? Do we have to install any packages or can we do it with existing?
Thanks & Regards,
Mini
Mirjam Baltus
unread,
Jun 21, 2021, 7:47:43 AM6/21/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to FHIR DOTNET
Yes, you can do that with the validation methods in the SDK. You will have to add the Hl7.Fhir.Specification.R4 package in addition to the Hl7.Fhir.R4 one you already use (you can substitute R4 for the FHIR version you are using if needed).