FHIR Resource: Bundle • ID: ac05edb8-ef5d-477a-a73e-713c8cfa7eef
FHIR Bundle
Type: transactionTotal entries: 3
Entry summary
- Patient · ID: 9d59a0b6-8892-46e9-a63d-09accfcaaf5e
- Consent · ID: a7f0afb7-66b9-42fe-88a0-01f030e46fae
- Observation · ID: 03548dda-c9bc-4a7d-a37b-3069b062f2dd
Raw FHIR JSON
{
"resourceType": "Bundle",
"type": "transaction",
"id": "ac05edb8-ef5d-477a-a73e-713c8cfa7eef",
"timestamp": "2025-10-31T12:47:25.581Z",
"entry": [
{
"resource": {
"resourceType": "Patient",
"id": "9d59a0b6-8892-46e9-a63d-09accfcaaf5e",
"name": [
{
"text": "Route Check"
}
],
"telecom": [
{
"system": "email",
"value": "routecheck@example.com"
}
]
},
"request": {
"method": "POST",
"url": "Patient"
}
},
{
"resource": {
"resourceType": "Consent",
"id": "a7f0afb7-66b9-42fe-88a0-01f030e46fae",
"status": "active",
"scope": {
"text": "Intake consent"
},
"category": [
{
"text": "general"
}
],
"patient": {
"reference": "Patient/9d59a0b6-8892-46e9-a63d-09accfcaaf5e",
"display": "Route Check"
},
"dateTime": "2025-10-31T12:47:25.581Z"
},
"request": {
"method": "POST",
"url": "Consent"
}
},
{
"resource": {
"resourceType": "Observation",
"id": "03548dda-c9bc-4a7d-a37b-3069b062f2dd",
"status": "final",
"code": {
"text": "Intake reason (free text)"
},
"subject": {
"reference": "Patient/9d59a0b6-8892-46e9-a63d-09accfcaaf5e",
"display": "Route Check"
},
"effectiveDateTime": "2025-10-31T12:47:25.581Z",
"valueString": "see if POST deployed"
},
"request": {
"method": "POST",
"url": "Observation"
}
}
]
}