Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 324 Bytes

Use-QuestionnaireResponseValidator.md

File metadata and controls

7 lines (5 loc) · 324 Bytes

Use QuestionnaireResponseValidator

The Structured Data Capture Library provides an API to validate a FHIR QuestionnaireResponse resource against the FHIR Questionnaire resource it is answering.

val validationResult = QuestionnaireResponseValidator.validate(questionnaire, questionnaireResponse, context)