Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Improve Version Upgrade Mechanism for Internal FHIR Resources #277

Open
hhund opened this issue Sep 20, 2021 · 0 comments
Open

Improve Version Upgrade Mechanism for Internal FHIR Resources #277

hhund opened this issue Sep 20, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@hhund
Copy link
Member

hhund commented Sep 20, 2021

Our mechanism for managing internal FHIR resources might need some improvements. We should discuss how different kinds of changes to internal FHIR resources should be handled. Examples could be:

  1. Adding a new resource
    Add the new resource.
  2. Removing a (not needed) resource
    Mark the old resource as retired? Delete the old resource, if it exists? Also delete all resources with reference/dependency to this resource?
  3. Changing a resource (e.g. StructureDefinition) in a way not compatible with the previous version.
    Keep the old resource as retired and change all references to this resource to be version specific?
  4. ...
@hhund hhund added the enhancement New feature or request label Sep 20, 2021
hhund added a commit that referenced this issue Sep 20, 2021
Not upgrading versions of internal FHIR resources. We might need to
improve our upgrade mechanism, see #277.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant