{
  "resourceType" : "Patient",
  "id" : "MyPatient",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient MyPatient</b></p><a name=\"MyPatient\"> </a><a name=\"hcMyPatient\"> </a><a name=\"MyPatient-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Test Patient  Female, DoB: 2000-01-01 ( Medical Record Number: 123455)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td>false</td><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus S}\">Single</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 555-555-5555(Home)</li><li><a href=\"mailto:test.patient@example.com\">test.patient@example.com</a></li><li>123 Main St Boston MA 02115 USA (home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes:{urn:ietf:bcp:47 en-US}\">English (Region=United States)</span> (preferred)</td></tr></table></div>"
  },
  "extension" : [{
    "extension" : [{
      "url" : "ombCategory",
      "valueCoding" : {
        "system" : "http://hl7.org/fhir/v3/Race",
        "code" : "2106-3",
        "display" : "White"
      }
    }],
    "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
  }],
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "MR",
        "display" : "Medical Record Number"
      }]
    },
    "system" : "http://hospital.smarthealthit.org",
    "value" : "123455"
  }],
  "name" : [{
    "family" : "Patient",
    "given" : ["Test"]
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "555-555-5555",
    "use" : "home"
  },
  {
    "system" : "email",
    "value" : "test.patient@example.com",
    "use" : "work"
  }],
  "gender" : "female",
  "birthDate" : "2000-01-01",
  "deceasedBoolean" : false,
  "address" : [{
    "use" : "home",
    "line" : ["123 Main St"],
    "city" : "Boston",
    "state" : "MA",
    "postalCode" : "02115",
    "country" : "USA"
  }],
  "maritalStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
      "code" : "S",
      "display" : "Single"
    }]
  },
  "communication" : [{
    "language" : {
      "coding" : [{
        "system" : "urn:ietf:bcp:47",
        "code" : "en-US"
      }]
    },
    "preferred" : true
  }]
}