Stream: implementers
Topic: Use of Composition resource
Stephan Opdenberg (Jul 06 2020 at 15:16):
In a recent discussion, someone mentioned the use of Composition as an entry point to request individual resources from the server. However, the documentation seems to suggest that Composition should always be used as part of a Bundle to create a Document; a Document is a Bundle that provides a "snapshot" of the resources at the time of creation.
Does anyone have prior experience with the Composition resource being used this way? Is it expected that a Composition resource is sent "alone", without a Bundle?
Grahame Grieve (Jul 06 2020 at 21:46):
that's not the only expected use of Composition. It's one thing you can do with it
Grahame Grieve (Jul 06 2020 at 21:46):
there are other ways to use Composition - used more, say, like EN 13606, which seems aligned with what you are talking about
Stephan Opdenberg (Jul 07 2020 at 09:20):
Thank you for your reply Grahame. I'll have a more in depth look into EN 13606, since it does indeed look like its aligned with this discussion
Richard Braman (Jul 09 2020 at 12:35):
While we are on the Compositon resource topic. CMS has the DPC Api which allows Organizations to request claims data for Patients in the care. First an organization must attest that a certain Practitioner in the Organization has a treatment relationship with a Patient. This process is called attribution. The FHIR resources used to document the attribution are Group (which associates the Practitioners and Patients through the attributed to and member objects) and Provenance (which holds the attestation). Could this also be done with a Composition resource?
Grahame Grieve (Jul 09 2020 at 12:41):
not in the same sense - Composition is bout the editorial process, not the actual statement of content
Last updated: Apr 12 2022 at 19:14 UTC