FHIR Chat · PrePopulatedValidationSupport support for Questionnaire · hapi

Stream: hapi

Topic: PrePopulatedValidationSupport support for Questionnaire


view this post on Zulip Kevin Mayfield (Nov 06 2021 at 10:31):

I'm thinking of submitting a PR to extend PrePopulatedValidationSupport
to support other resources.

See https://github.com/NHSDigital/validation-service-fhir-r4/blob/testing/src/main/kotlin/com/example/fhirvalidator/hapifhir/PrePopulatedValidationSupport.kt

As is this would make NpmPackageValidationSupport load in all resources in a npm package.

So wondering if I should restrict this to resources I'm interested in (Questionnaire and MessageDefinition at present).

view this post on Zulip Jens Villadsen (Nov 06 2021 at 10:33):

@Kevin Mayfield As in a PR for for HAPI ?

view this post on Zulip Jens Villadsen (Nov 06 2021 at 10:34):

AFAIK - HAPI does not yet have any other Kotlin source files, so you'll probably have to convert it to Java

view this post on Zulip Kevin Mayfield (Nov 06 2021 at 10:41):

Yes.

I can convert back to java. I'd started off matching our validator but have since gone back to java for potentially shared code.


Last updated: Apr 12 2022 at 19:14 UTC