{
  "resourceType" : "Patient",
  "id" : "example",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-patient"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-quality-core-patient.html\">US Quality Core Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Example Patient  Male, DoB: 1974-12-25 ( Medical record number\u00a0(use:\u00a0usual,\u00a0period:\u00a02001-05-06 --&gt; (ongoing)))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td>true</td><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td colspan=\"3\">false</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+1-555-555-0120\">+1-555-555-0120</a></li><li><a href=\"tel:+1-555-555-0121\">+1-555-555-0121</a></li><li><a href=\"tel:+1-555-555-0122\">+1-555-555-0122</a></li><li>100 Example Street, Example City, VA 99999(home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Next-of-Kin\">Next-of-Kin:</td><td colspan=\"3\"><ul><li>Example Emergency Contact  (Female)</li><li>101 Example Street Example City VA 99999 (home)</li><li><a href=\"tel:+1-555-555-0123\">+1-555-555-0123</a></li><li>Valid Period:2012 --&gt; (ongoing)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-example.html\">Organization Example Organization</a></li></ul></td></tr></table></div>"
  },
  "identifier" : [{
    "use" : "usual",
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "MR"
      }]
    },
    "system" : "http://example.org/patient/identifiers",
    "value" : "12345",
    "period" : {
      "start" : "2001-05-06"
    },
    "assigner" : {
      "display" : "Example Healthcare Organization"
    }
  }],
  "active" : true,
  "name" : [{
    "use" : "official",
    "family" : "Patient",
    "given" : ["Example"]
  },
  {
    "use" : "usual",
    "family" : "Patient",
    "given" : ["Example"]
  },
  {
    "use" : "maiden",
    "family" : "Previous Patient",
    "given" : ["Example"],
    "period" : {
      "end" : "2002"
    }
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "+1-555-555-0120",
    "use" : "work",
    "rank" : 1
  },
  {
    "system" : "phone",
    "value" : "+1-555-555-0121",
    "use" : "mobile",
    "rank" : 2
  },
  {
    "system" : "phone",
    "value" : "+1-555-555-0122",
    "use" : "old",
    "period" : {
      "end" : "2014"
    }
  }],
  "gender" : "male",
  "birthDate" : "1974-12-25",
  "_birthDate" : {
    "extension" : [{
      "url" : "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
      "valueDateTime" : "1974-12-25T14:35:45-05:00"
    }]
  },
  "deceasedBoolean" : false,
  "address" : [{
    "use" : "home",
    "type" : "both",
    "text" : "100 Example Street, Example City, VA 99999",
    "line" : ["100 Example Street"],
    "city" : "Example City",
    "district" : "Example District",
    "state" : "VA",
    "postalCode" : "99999",
    "period" : {
      "start" : "1974-12-25"
    }
  }],
  "contact" : [{
    "relationship" : [{
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
        "code" : "N"
      }]
    }],
    "name" : {
      "family" : "Emergency Contact",
      "given" : ["Example"]
    },
    "telecom" : [{
      "system" : "phone",
      "value" : "+1-555-555-0123"
    }],
    "address" : {
      "use" : "home",
      "type" : "both",
      "line" : ["101 Example Street"],
      "city" : "Example City",
      "district" : "Example District",
      "state" : "VA",
      "postalCode" : "99999",
      "period" : {
        "start" : "1974-12-25"
      }
    },
    "gender" : "female",
    "period" : {
      "start" : "2012"
    }
  }],
  "managingOrganization" : {
    "reference" : "Organization/example"
  }
}