What problem does it solve?
This Skill packages multiple standalone FHIR R4 resources into a single valid Bundle, rewrites internal references safely, and prepares transaction or batch payloads for submission to an EHR.
Core Features & Use Cases
- Deterministic Bundling: Generates stable urn:uuid fullUrls from a document identifier and resource index for reproducible output.
- Reference Resolution: Rewrites references such as Patient/id to matching in-Bundle fullUrls while preserving external references.
- Transaction Preparation: Adds request blocks for transaction and batch Bundles, supports conditional create, and highlights validation and de-identification handoffs.
- Use Case: Combine a de-identified Patient, Condition, and MedicationStatement into an atomic transaction Bundle that can be posted to a FHIR server with resolvable internal references.
Quick Start
Use the assembling-fhir-bundles skill to package the provided FHIR resources into a deterministic transaction Bundle for posting to the target EHR.