FHIR Resource: Bundle • ID: c4bd7d0a-db6d-4c6d-bb83-0c5224a43215
FHIR Bundle
Type: transactionTotal entries: 3
Entry summary
- Patient · ID: 47e33e59-a51a-4cb6-877d-39d8caa4854f
- Consent · ID: b03cafee-a0b6-4bc2-aff9-2305446d96c9
- Observation · ID: 42aec391-0090-4d05-95e5-bd0041449865
Raw FHIR JSON
{
"resourceType": "Bundle",
"type": "transaction",
"id": "c4bd7d0a-db6d-4c6d-bb83-0c5224a43215",
"timestamp": "2025-10-31T17:39:48.299Z",
"entry": [
{
"fullUrl": "urn:uuid:47e33e59-a51a-4cb6-877d-39d8caa4854f",
"resource": {
"resourceType": "Patient",
"id": "47e33e59-a51a-4cb6-877d-39d8caa4854f",
"name": [
{
"text": "Alice FHIRTest"
}
],
"telecom": [
{
"system": "email",
"value": "alice.fhir@example.com"
}
]
},
"request": {
"method": "POST",
"url": "Patient"
}
},
{
"fullUrl": "urn:uuid:b03cafee-a0b6-4bc2-aff9-2305446d96c9",
"resource": {
"resourceType": "Consent",
"id": "b03cafee-a0b6-4bc2-aff9-2305446d96c9",
"status": "active",
"scope": {
"text": "Consent for intake processing",
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentscope",
"code": "patient-privacy",
"display": "Privacy Consent"
}
]
},
"category": [
{
"text": "general",
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/consentcategorycodes",
"code": "research",
"display": "Research"
}
]
}
],
"patient": {
"reference": "Patient/47e33e59-a51a-4cb6-877d-39d8caa4854f",
"display": "Alice FHIRTest"
},
"dateTime": "2025-10-31T17:39:48.299Z"
},
"request": {
"method": "POST",
"url": "Consent"
}
},
{
"fullUrl": "urn:uuid:42aec391-0090-4d05-95e5-bd0041449865",
"resource": {
"resourceType": "Observation",
"id": "42aec391-0090-4d05-95e5-bd0041449865",
"status": "final",
"code": {
"text": "Intake reason (free text)",
"coding": [
{
"system": "http://snomed.info/sct",
"code": "371531000",
"display": "Reason for encounter (observable entity)"
}
]
},
"subject": {
"reference": "Patient/47e33e59-a51a-4cb6-877d-39d8caa4854f",
"display": "Alice FHIRTest"
},
"effectiveDateTime": "2025-10-31T17:39:48.299Z",
"valueString": "not-specified"
},
"request": {
"method": "POST",
"url": "Observation"
}
}
]
}