{
  "resourceType" : "Patient",
  "id" : "P002",
  "meta" : {
    "security" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
      "code" : "PROCESSINLINELABEL"
    }]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>John Doe </b> male, DoB: 1956-05-27 ( Driver's license number: 1234567\u00a0(use:\u00a0USUAL))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Id:</td><td colspan=\"3\">id:\u00a0111-22-3333\u00a0(use:\u00a0OFFICIAL)</td></tr></table></div>"
  },
  "identifier" : [{
    "extension" : [{
      "url" : "http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-inline-sec-label",
      "valueCoding" : {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code" : "R",
        "display" : "restricted"
      }
    }],
    "use" : "official",
    "system" : "http://hl7.org/fhir/sid/us-ssn",
    "value" : "111-22-3333"
  },
  {
    "use" : "usual",
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "DL"
      }]
    },
    "system" : "urn:oid:2.16.840.1.113883.4.3.2",
    "value" : "1234567"
  }],
  "active" : true,
  "name" : [{
    "family" : "Doe",
    "given" : ["John"]
  }],
  "gender" : "male",
  "birthDate" : "1956-05-27"
}