-
Notifications
You must be signed in to change notification settings - Fork 4
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
Should Extension inherit from ExtensibleEntity? #108
Comments
@mbrush I don't agree with adding this complexity until we have an implementer that asks for it. It is not necessary at this time so I would suggest we archive this discussion and re-raise if/when it is requested for an implementer's use case. |
Hi @larrybabb - this ticket is quite old, and was written when there was an So the relevant questions now are:
I will go ahead and close this ticket - but others can re-open if/when they want to explore this more. |
IMO we want Extensions themselves to be extensible (e.g. as they are in FHIR). If this is the case, we should make the Extension class inherit from ExtensibleEntity in the core-source.yaml file.
The text was updated successfully, but these errors were encountered: