-
Notifications
You must be signed in to change notification settings - Fork 109
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
Extend fhir.resources for a particular implementation guide #109
Comments
@yvesonline Hello. I was wondering if you resolved this and what approach you took? |
Yes @bwalsh we resolved this by directly using the So we do something like this:
|
I needed to define resources as part of Aidbox that weren't defined
To use this to create a
This was needed because fhir.resources would try to look up |
Description
We need to work with some FHIR data according to MIO DiGA V1.0.0 and I was wondering how to extend fhir.resources to make it possible to do so. For example the
Patient
resource of MIO DiGA is extended by a couple of attributes, so I was wondering where to start to get to afrom mio.diga.patient import Patient
. I'd inherit fromfhir.resources.patient.Patient
and then add the new attributes. I assume this is the way to go? Is there any documentation available regarding implementing custom FHIR resources?What I Did
So far nothing.
The text was updated successfully, but these errors were encountered: