Transaction Bundle Structure
All resources sent as FHIR transaction Bundles with Bundle.identifier for callback correlation.
Media and Device are stripped before sending.
Example
| Bundle |
| id : TransactionBundleExample |
| type : transaction |
| entry |
| fullUrl : urn:uuid:a1a1a1a1-b2b2-c3c3-d4d4-e5e5e5e5e5e5 |
| resource |
| id : a1a1a1a1-b2b2-c3c3-d4d4-e5e5e5e5e5e5 |
| identifier |
| system : http://alticelabs.com/fhir/identifiers/observation |
| value : obs-uuid-5 |
| status : final |
| category |
| coding |
| system : http://terminology.hl7.org/CodeSystem/observation-category |
| code : vital-signs |
| display : Vital Signs |
| code |
| coding |
| system : http://loinc.org |
| code : 8867-4 |
| display : Heart rate |
| subject |
| reference : Patient/f47ac10b-58cc-4372-a567-0e02b2c3d479 |
| identifier |
| system : https://glintt.com/viewer |
| value : 69a02c5d224c0b4344d0621d |
| effective : 2026-03-03T10:30:00+00:00 |
| value |
| value : 72 |
| unit : beats/min |
| system : http://unitsofmeasure.org |
| code : /min |
| request |
| method : POST |
| url : Observation |