Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow mutliple versions of the same instance #1494

Open
sebg-mio42 opened this issue Jul 17, 2024 · 0 comments
Open

Allow mutliple versions of the same instance #1494

sebg-mio42 opened this issue Jul 17, 2024 · 0 comments

Comments

@sebg-mio42
Copy link
Contributor

Currently it is not possible to have multiple versions of them same instance. However, it would be a useful feature to have when creating examples and having data for multiple points in time.

A simple example would be:

patient-dfe48ee5-88dc-4784-aed6-ac5a6d95c253-v1.fsh

Instance: dfe48ee5-88dc-4784-aed6-ac5a6d95c253
InstanceOf: Patient
Description: "An example of a patient with a license to krill."
* meta
  * versionId = "1"
  * lastUpdated = "2024-06-17T01:01:01.000+00:00"
* name
  * given[0] = "James"
  * family = "Pond"

patient-dfe48ee5-88dc-4784-aed6-ac5a6d95c253-v2.fsh

Instance: dfe48ee5-88dc-4784-aed6-ac5a6d95c253
InstanceOf: Patient
Description: "An example of a patient with a license to kill."
* meta
  * versionId = "2"
  * lastUpdated = "2024-06-18T01:01:01.000+00:00"
* name
  * given[0] = "James"
  * family = "Bond"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant