FHIR IG analytics| Package | alticelabs.fhir.smartal.glintt |
| Resource Type | Bundle |
| Id | Bundle-TransactionBundleExample.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
}
}
]
}