FHIR Chat · Extension definitions and spreadsheets · committers

Stream: committers

Topic: Extension definitions and spreadsheets


view this post on Zulip Josh Mandel (Jan 18 2022 at 15:41):

Is there currently not a way to define a FHIR Core extension without using a spreadsheet? Just want to double check before populating new spreadsheet entries with data from a structuredefinition.

view this post on Zulip John Moehrke (Jan 18 2022 at 16:05):

you can define it in a structuredefinition.

view this post on Zulip John Moehrke (Jan 18 2022 at 16:07):

I don't do anything in FHIR core with the spreadsheet anymore.

view this post on Zulip Josh Mandel (Jan 18 2022 at 16:23):

Hmm, OK -- do you have an example you'd point me toward to work from? (I have a separate StructureDefinition but I'm missing something, because the FHIR build isn't publishing it as part of the extensibility registry.)

view this post on Zulip John Moehrke (Jan 18 2022 at 16:36):

take a look at AuditEvent

view this post on Zulip Josh Mandel (Jan 18 2022 at 16:37):

Thansk!

view this post on Zulip John Moehrke (Jan 18 2022 at 16:37):

you need to add your new structuredefinition to the implementationguid xml

view this post on Zulip Josh Mandel (Jan 18 2022 at 16:37):

ahh, that may be what's missing from https://github.com/HL7/fhir/commit/333542b3cf641d9d27271871eca99260d4499194

view this post on Zulip Josh Mandel (Jan 18 2022 at 16:38):

For an extension with a context of "Resource", what implementationguide.xml does an extension belong in?

view this post on Zulip John Moehrke (Jan 18 2022 at 16:39):

source/resource ???

view this post on Zulip Josh Mandel (Jan 18 2022 at 16:41):

... and if the context is actually "Resource, Element"... can I just stash it in "./resource/implementationguide-Resource-core.xml" anyway?

view this post on Zulip John Moehrke (Jan 18 2022 at 16:41):

im out... beyond my experience.

view this post on Zulip Lloyd McKenzie (Jan 18 2022 at 16:42):

Stuff based on Element typically lives in source/profiles


Last updated: Apr 12 2022 at 19:14 UTC