FHIR Resource: Bundle • ID: a0863045-07f4-4090-a5bf-30ae77ba4a51
FHIR Bundle
Type: transactionTotal entries: 4
Entry summary
- Patient · ID: 0eb40727-246a-48b5-820c-8f6ee1ef26ee
- Consent · ID: 0efedadb-8e8b-4077-9ab4-3e6e5270ad77
- Encounter · ID: 76d51c5c-b04a-4127-8244-2b1f3065ec66
- Observation · ID: 528099a7-e57f-46d4-8a6f-ec0e141c8018
Raw FHIR JSON
{
"resourceType": "Bundle",
"id": "a0863045-07f4-4090-a5bf-30ae77ba4a51",
"type": "transaction",
"timestamp": "2025-10-31T20:10:12.409Z",
"entry": [
{
"fullUrl": "urn:uuid:0eb40727-246a-48b5-820c-8f6ee1ef26ee",
"resource": {
"resourceType": "Patient",
"id": "0eb40727-246a-48b5-820c-8f6ee1ef26ee",
"name": [
{
"text": "Encounter Pass2"
}
],
"telecom": [
{
"system": "email",
"value": "encounter2@test.example"
}
]
},
"request": {
"method": "POST",
"url": "Patient"
}
},
{
"fullUrl": "urn:uuid:0efedadb-8e8b-4077-9ab4-3e6e5270ad77",
"resource": {
"resourceType": "Consent",
"id": "0efedadb-8e8b-4077-9ab4-3e6e5270ad77",
"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/0eb40727-246a-48b5-820c-8f6ee1ef26ee",
"display": "Encounter Pass2"
},
"dateTime": "2025-10-31T20:10:12.409Z"
},
"request": {
"method": "POST",
"url": "Consent"
}
},
{
"fullUrl": "urn:uuid:76d51c5c-b04a-4127-8244-2b1f3065ec66",
"resource": {
"resourceType": "Encounter",
"id": "76d51c5c-b04a-4127-8244-2b1f3065ec66",
"status": "finished",
"subject": {
"reference": "Patient/0eb40727-246a-48b5-820c-8f6ee1ef26ee",
"display": "Encounter Pass2"
},
"period": {
"start": "2025-10-31T20:10:12.409Z",
"end": "2025-10-31T20:10:12.409Z"
},
"reason": [
{
"valueCodeableConcept": {
"text": "not-specified",
"coding": [
{
"system": "http://snomed.info/sct",
"code": "371531000",
"display": "Reason for encounter (observable entity)"
}
]
}
}
]
},
"request": {
"method": "POST",
"url": "Encounter"
}
},
{
"fullUrl": "urn:uuid:528099a7-e57f-46d4-8a6f-ec0e141c8018",
"resource": {
"resourceType": "Observation",
"id": "528099a7-e57f-46d4-8a6f-ec0e141c8018",
"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/0eb40727-246a-48b5-820c-8f6ee1ef26ee",
"display": "Encounter Pass2"
},
"effectiveDateTime": "2025-10-31T20:10:12.409Z",
"valueString": "not-specified"
},
"request": {
"method": "POST",
"url": "Observation"
}
}
],
"meta": {
"lastUpdated": "2025-10-31T20:10:12.409Z",
"profile": [
"https://fhir.nhs.uk/StructureDefinition/NHSDigital-Bundle"
]
}
}