{
  "resourceType" : "Patient",
  "id" : "RWDPatient",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-patient"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Sample Patient </b> male, DoB: 1970-11-27 ( id:\u00a01233567)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr></table></div>"
  },
  "identifier" : [{
    "system" : "http://example.org/patient-identifiers",
    "value" : "1233567"
  }],
  "active" : true,
  "name" : [{
    "family" : "Patient",
    "given" : ["Sample"]
  }],
  "gender" : "male",
  "birthDate" : "1970-11-27"
}