FHIR Chat · CodeSystem.concept effective | expiration · terminology

Stream: terminology

Topic: CodeSystem.concept effective | expiration


view this post on Zulip Alexander Henket (Mar 31 2021 at 21:00):

In a CodeSystem I'd like to mark when a concept/code became first active and if applicable when it expired.

On resources there is an extension resource-effectivePeriod which would fit the use case but that is missing a context for this path.

Is there any alternative method? CodeSystem.concept.property could be one? Is there any guidance on which code to use in that case?

view this post on Zulip Joel Schneider (Mar 31 2021 at 21:24):

The FHIR spec includes some standardized concept properties:
https://build.fhir.org/codesystem-concept-properties.html

view this post on Zulip Joel Schneider (Mar 31 2021 at 21:28):

including effectiveDate and deprecated (date)

view this post on Zulip Alexander Henket (Mar 31 2021 at 21:55):

Ah that's right ... I wish that list was just connected through a binding. It is hard to remember it like this ... I should probably file a ticket for that but thanks for now!

view this post on Zulip Michael Lawley (Apr 01 2021 at 04:30):

I think one challenge with a binding here is that the CodeSystem.property.code codes are effectively relative and actually "grounded" by their association with CodeSystem.property.uri


Last updated: Apr 12 2022 at 19:14 UTC