-
Notifications
You must be signed in to change notification settings - Fork 7
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
where to add binary resources? #19
Comments
I suggest to have a binary as part of the bundle - not composition. Then have a document reference referenced from the composition and have the document reference referencing the binary |
That's what I originally wanted but apparently we need to incorporate them into the Composition. In summary, the FHIR document specification requires us to put them in the Composition in a element and then you have the with the reference value.
Then add the following wherever you want the image to appear:
|
I would prefer to have the Binary as a separate resource in the Bundle and then the Composition cross-references to it. Doesn't look like that is allowed though. |
Can add this to the list of things to update in the coming IG update |
how do we link them to the main resources besides the composition?
if nowhere, where do we add those resources in the composition? thoughts on this?
tagging @jkiddo and @cander2 at least.
Feel free to tag someone else.
The text was updated successfully, but these errors were encountered: