{

"resourceType": "Patient",
"id": "xds",
"identifier": [
  {
    "use": "usual",
    "type": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
          "code": "MR"
        }
      ]
    },
    "system": "urn:oid:1.2.3.4.5",
    "value": "89765a87b"
  }
],
"active": true,
"name": [
  {
    "family": "Doe",
    "given": [
      "John"
    ]
  }
],
"gender": "male",
"birthDate": "1956-05-27",
"address": [
  {
    "line": [
      "100 Main St"
    ],
    "city": "Metropolis",
    "state": "Il",
    "postalCode": "44130",
    "country": "USA"
  }
],
"managingOrganization": {
  "reference": "Organization/2"
},
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}