{

"resourceType": "Patient",
"id": "ihe-pcd",
"text": {
  "status": "generated",
  "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Albert Brooks, Id: AB60001</div>"
},
"identifier": [
  {
    "type": {
      "text": "Internal Identifier"
    },
    "value": "AB60001"
  }
],
"active": true,
"name": [
  {
    "family": "BROOKS",
    "given": [
      "ALBERT"
    ]
  }
]

}