Stream: implementers
Topic: Logical Model element status
Jose Costa Teixeira (Jun 10 2020 at 08:02):
For managing a logical data dictionary, I'd need to have a "status" on each data element ("approved", "draft",...)
Jose Costa Teixeira (Jun 10 2020 at 08:03):
ElementDefinition does not have a Status element - why? Does it rely on the StructureDefinition above it?
Jose Costa Teixeira (Jun 10 2020 at 08:17):
I think I should use an extension, but just wondering if there is an alternative way to look at this.
Lloyd McKenzie (Jun 10 2020 at 14:33):
The model has a status. The elements within it don't. If you need a different status per element, you need a different model per element
Last updated: Apr 12 2022 at 19:14 UTC