FHIR Chat · Validation of resources in JavaScript/TypeScript/Angular7 · javascript

Stream: javascript

Topic: Validation of resources in JavaScript/TypeScript/Angular7


view this post on Zulip Muhammad Abubakar Ikram (Mar 28 2019 at 07:42):

How to validate resources with its profiles in JavaScript/TypeScript/Angular7?

Currently which JavaScript client provides this functionality?

view this post on Zulip Kevin Mayfield (Mar 28 2019 at 11:11):

We just use http component and call a server to do this e.g. POST https://data.developer.nhs.uk/ccri-fhir/STU3/Bundle/$validate

view this post on Zulip nicola (RIO/SS) (Mar 28 2019 at 21:40):

you. an try json-schema validators with official json schema and existing engines

view this post on Zulip Geoffrey BAUDIN (Mar 29 2019 at 17:43):

How to validate resources with its profiles in JavaScript/TypeScript/Angular7?

Currently which JavaScript client provides this functionality?

Did you test that NPM package ?
For now you can only test your resources against R4 spec. It's a first step.


Last updated: Apr 12 2022 at 19:14 UTC