FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagealticelabs.fhir.smartal.glintt
Resource TypeBundle
IdBundle-TransactionBundleExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "TransactionBundleExample",
  "type": "transaction",
  "entry": [
    {
      "fullUrl": "urn:uuid:a1a1a1a1-b2b2-c3c3-d4d4-e5e5e5e5e5e5",
      "request": {
        "method": "POST",
        "url": "Observation"
      },
      "resource": {
        "resourceType": "Observation",
        "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"
          }
        },
        "effectiveDateTime": "2026-03-03T10:30:00+00:00",
        "valueQuantity": {
          "value": 72,
          "unit": "beats/min",
          "system": "http://unitsofmeasure.org",
          "code": "/min"
        }
      }
    }
  ]
}