mirror of
https://github.com/awslabs/amazon-bedrock-agentcore-samples.git
synced 2025-09-08 20:50:46 +00:00
66 lines
1.3 KiB
JSON
66 lines
1.3 KiB
JSON
{
|
|
"resourceType": "Bundle",
|
|
"type": "collection",
|
|
"entry": [
|
|
{
|
|
"resource": {
|
|
"resourceType": "Patient",
|
|
"id": "pediatric-patient-001",
|
|
"active": true,
|
|
"name": [
|
|
{
|
|
"use": "official",
|
|
"family": "Doe",
|
|
"given": [
|
|
"John"
|
|
]
|
|
}
|
|
],
|
|
"gender": "male",
|
|
"birthDate": "2023-07-10",
|
|
"address": [
|
|
{
|
|
"use": "home",
|
|
"line": [
|
|
"123 Maple Street"
|
|
],
|
|
"city": "Springfield",
|
|
"state": "IL",
|
|
"postalCode": "62701",
|
|
"country": "USA"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"resource": {
|
|
"resourceType": "Patient",
|
|
"id": "adult-patient-001",
|
|
"active": true,
|
|
"name": [
|
|
{
|
|
"use": "official",
|
|
"family": "Doe",
|
|
"given": [
|
|
"Richard"
|
|
]
|
|
}
|
|
],
|
|
"gender": "male",
|
|
"birthDate": "1985-07-10",
|
|
"address": [
|
|
{
|
|
"use": "home",
|
|
"line": [
|
|
"123 Maple Street"
|
|
],
|
|
"city": "Springfield",
|
|
"state": "IL",
|
|
"postalCode": "62701",
|
|
"country": "USA"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |