{
  "resourceType" : "Patient",
  "id" : "patient-match-patient",
  "meta" : {
    "profile" : ["http://resmed.com/fhir/core/StructureDefinition/resmed-patient-match-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>Rose Namajunas </b> (no stated gender), DoB: 1990-10-25</p><hr/></div>"
  },
  "name" : [{
    "family" : "Namajunas",
    "given" : ["Rose"]
  }],
  "birthDate" : "1990-10-25"
}