FHIR Resource: Bundle • ID: e2d3e7ff-e8f1-4255-9c50-eff587eb9874
FHIR Bundle
Type: transactionTotal entries: 4
Entry summary
- Patient · ID: 1022b53b-dfbd-488d-b8ec-44d6b223f7de
- Consent · ID: 155a215d-35c6-4221-978a-169cd1cf180e
- Encounter · ID: cfdabc43-36fa-4573-93bc-09c3c2383c5d
- Observation · ID: 02b6d86f-d2d4-4adf-b8db-9274d58eddae
Raw FHIR JSON
{
"resourceType": "Bundle",
"id": "e2d3e7ff-e8f1-4255-9c50-eff587eb9874",
"type": "transaction",
"timestamp": "2025-10-31T20:23:39.598Z",
"entry": [
{
"fullUrl": "urn:uuid:1022b53b-dfbd-488d-b8ec-44d6b223f7de",
"resource": {
"resourceType": "Patient",
"id": "1022b53b-dfbd-488d-b8ec-44d6b223f7de",
"name": [
{
"text": "Prod EncounterOK"
}
],
"telecom": [
{
"system": "email",
"value": "prod.encounter.ok@example.com"
}
]
},
"request": {
"method": "POST",
"url": "Patient"
}
},
{
"fullUrl": "urn:uuid:155a215d-35c6-4221-978a-169cd1cf180e",
"resource": {
"resourceType": "Consent",
"id": "155a215d-35c6-4221-978a-169cd1cf180e",
"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/1022b53b-dfbd-488d-b8ec-44d6b223f7de",
"display": "Prod EncounterOK"
},
"dateTime": "2025-10-31T20:23:39.598Z"
},
"request": {
"method": "POST",
"url": "Consent"
}
},
{
"fullUrl": "urn:uuid:cfdabc43-36fa-4573-93bc-09c3c2383c5d",
"resource": {
"resourceType": "Encounter",
"id": "cfdabc43-36fa-4573-93bc-09c3c2383c5d",
"status": "finished",
"subject": {
"reference": "Patient/1022b53b-dfbd-488d-b8ec-44d6b223f7de",
"display": "Prod EncounterOK"
},
"period": {
"start": "2025-10-31T20:23:39.598Z",
"end": "2025-10-31T20:23:39.598Z"
},
"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:02b6d86f-d2d4-4adf-b8db-9274d58eddae",
"resource": {
"resourceType": "Observation",
"id": "02b6d86f-d2d4-4adf-b8db-9274d58eddae",
"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/1022b53b-dfbd-488d-b8ec-44d6b223f7de",
"display": "Prod EncounterOK"
},
"effectiveDateTime": "2025-10-31T20:23:39.598Z",
"valueString": "not-specified"
},
"request": {
"method": "POST",
"url": "Observation"
}
}
],
"meta": {
"lastUpdated": "2025-10-31T20:23:39.598Z",
"profile": [
"https://fhir.nhs.uk/StructureDefinition/NHSDigital-Bundle"
]
}
}