{

"resourceType": "Patient",
"id": "xcda",
"text": {
  "status": "generated",
  "div": "<div>\n      \n      <p>Henry Levin the 7th</p>\n    \n    </div>"
},
"identifier": [
  {
    "use": "usual",
    "type": {
      "coding": [
        {
          "system": "http://hl7.org/fhir/v2/0203",
          "code": "MR"
        }
      ]
    },
    "system": "urn:oid:2.16.840.1.113883.19.5",
    "value": "12345"
  }
],
"active": true,
"name": [
  {
    "family": [
      "Levin"
    ],
    "given": [
      "Henry"
    ]
  }
],
"gender": "male",
"birthDate": "1932-09-24",
"managingOrganization": {
  "reference": "Organization/2.16.840.1.113883.19.5",
  "display": "Good Health Clinic"
}

}