FHIR Chat · Coding Profile with HAPI · implementers

Stream: implementers

Topic: Coding Profile with HAPI


view this post on Zulip Rishi Kanth (May 28 2020 at 00:56):

I understand the purpose of Profiles and have created a profile for ConceptMap. The question, I can I use it to create an instance of the profile using HAPI. For example, HAPI has good documentation on adding extensions to the resource in HAPI.

Also, can I replace the "valueset" bound to an resouece attribute with a custom valueset?

view this post on Zulip Lloyd McKenzie (May 28 2020 at 01:06):

There's no code that will automatically constrain an instance to be valid against an arbitrary profile - profiles can be way too complex and human judgement often needs to come into play (e.g. if a profile says only one identifier is allowed and your data has three, which do you send?). The rules for how value sets can be changed is determined by the binding strength. Specifics are here: http://build.fhir.org/profiling.html#binding


Last updated: Apr 12 2022 at 19:14 UTC