{

"resourceType": "Patient",
"id": "xcda",
"identifier": [
  {
    "use": "usual",
    "type": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/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"
},
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}