PatientSearchResponse Message Example

Json Format: PatientSearchResponse

Download Raw PatientSearchResponse Json example

An example of a PatientSearchResponse.


{
"resourceType": "Bundle",
"id": "example-PatientSearchResponse-Bundle",
"type": "searchset",
"entry": [
{
"resourceType": "Patient",
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/v2/0203",
"code": "MR"
}
]
},
"system": "2.16.840.1.113883.3.2054.2.1",
"value": "253283021"
}
],
"name": [
{
"family": "AmblerAlaska",
"given": [
"PatientFrom"
]
}
],
"telecom": [
{
"system": "phone",
"value": "4582065973",
"use": "home"
}
],
"gender": "female",
"birthDate": "1992-01-24",
"address": [
{
"line": [
"109 Redstone St"
],
"city": "Ambler",
"state": "AK",
"postalCode": "99786"
}
]
}
}
]
}