{
  "resourceType" : "Patient",
  "id" : "MiddleNameExample",
  "meta" : {
    "profile" : ["http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-patient"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><strong>Official name:</strong> <em>Juan Jane Macalalad Buenaventura</em> (born 1980). Commonly shown as 'Juan Jane M. Buenaventura'.</p><p><strong>Maiden name:</strong> <em>Juan Jane Dela Cruz Macalalad</em>, often shown as 'Juan Jane D. Macalalad'.</p></div>"
  },
  "name" : [{
    "use" : "official",
    "family" : "Buenaventura",
    "given" : ["Juan Jane"]
  },
  {
    "use" : "maiden",
    "family" : "Macalalad",
    "given" : ["Juan Jane"]
  }],
  "gender" : "female",
  "birthDate" : "1980-01-01"
}