How to validate constructed FHIR resource #2399
Answered
by
CaitlinV39
shuhaibk54
asked this question in
Q&A
-
Can anyone have the code snippet or guidance where I can find the FHIR resource validation after constructing resource(faced server).? |
Beta Was this translation helpful? Give feedback.
Answered by
CaitlinV39
Dec 14, 2021
Replies: 1 comment 2 replies
-
If I understand your question correctly, you can use $validate just against the base resource. More details on how this is implemented in the FHIR server are found here: https://docs.microsoft.com/en-us/azure/healthcare-apis/fhir/validation-against-profiles |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
CaitlinV39
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I understand your question correctly, you can use $validate just against the base resource. More details on how this is implemented in the FHIR server are found here: https://docs.microsoft.com/en-us/azure/healthcare-apis/fhir/validation-against-profiles