FHIR Chat · FHIR Extension · implementers

Stream: implementers

Topic: FHIR Extension


view this post on Zulip Ankita Srivastava (Jul 24 2020 at 10:55):

Hi All, I am creating FHIR resource with extension. Is it mandatory to do Extension registration? Please advise. Thank You

view this post on Zulip Lloyd McKenzie (Jul 24 2020 at 11:43):

It is mandatory that all systems that receive an instance containing the extension have access to the definition of the extension. This can be done in a few ways:

  • have the canonical URL for the extension resolve to the extension definition
  • put the extension definition in a public registry
  • ensure that the extension is only used in a closed community and everyone in the community has the definition

view this post on Zulip Ankita Srivastava (Jul 24 2020 at 12:10):

Thank you @Lloyd McKenzie I will consider these points during implementation


Last updated: Apr 12 2022 at 19:14 UTC