<Bundle xmlns="http://hl7.org/fhir">
  <id value="TransactionBundleExample" />
  <type value="transaction" />
  <entry>
    <fullUrl value="urn:uuid:a1a1a1a1-b2b2-c3c3-d4d4-e5e5e5e5e5e5" />
    <resource>
      <Observation>
        <id value="a1a1a1a1-b2b2-c3c3-d4d4-e5e5e5e5e5e5" />
        <identifier>
          <system value="http://alticelabs.com/fhir/identifiers/observation" />
          <value value="obs-uuid-5" />
        </identifier>
        <status value="final" />
        <category>
          <coding>
            <system value="http://terminology.hl7.org/CodeSystem/observation-category" />
            <code value="vital-signs" />
            <display value="Vital Signs" />
          </coding>
        </category>
        <code>
          <coding>
            <system value="http://loinc.org" />
            <code value="8867-4" />
            <display value="Heart rate" />
          </coding>
        </code>
        <subject>
          <reference value="Patient/f47ac10b-58cc-4372-a567-0e02b2c3d479" />
          <identifier>
            <system value="https://glintt.com/viewer" />
            <value value="69a02c5d224c0b4344d0621d" />
          </identifier>
        </subject>
        <effectiveDateTime value="2026-03-03T10:30:00+00:00" />
        <valueQuantity>
          <value value="72" />
          <unit value="beats/min" />
          <system value="http://unitsofmeasure.org" />
          <code value="/min" />
        </valueQuantity>
      </Observation>
    </resource>
    <request>
      <method value="POST" />
      <url value="Observation" />
    </request>
  </entry>
</Bundle>