{
"resourceType": "Bundle",
"meta": {
"profile": [
"http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Patient|2.1.0"
]
},
"link": [
{
"relation": "next",
"url": "https://api-developerportal.healthpartners.com/interop/external/fhir/..."
}
],
"entry": [
{
"resource": {
"resourceType": "Patient",
"id": "12345",
"name": [
{
"family": "Doe",
"given": [
"John"
]
}
],
"gender": "male",
"address": [
{
"line": [
"123 Main St"
],
"city": "Anytown",
"state": "MN",
"postalCode": "55555"
}
]
}
}
]
}