{
  "resourceType" : "Person",
  "id" : "example-person-lei",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/us/identity-matching/StructureDefinition/PersonLei"]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Person example-person-lei</b></p><a name=\"example-person-lei\"> </a><a name=\"hcexample-person-lei\"> </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-PersonLei.html\">A Person resource that includes an Identifier with a value that is a Legal Entity Identifier (LEI)</a></p></div><p><b>identifier</b>: <code>https://www.gleif.org/lei</code>/5493001KJTIIGC8Y1H11</p><p><b>name</b>: John Doe</p><p><b>birthDate</b>: 1980-01-01</p><p><b>active</b>: true</p></div>"
  },
  "identifier" : [{
    "extension" : [{
      "url" : "http://hl7.org/fhir/us/identity-matching/StructureDefinition/VLEI",
      "valueAttachment" : {
        "contentType" : "application/json",
        "data" : "eyJ2bG9nSW5mb1Jlc3VsdCI6eyJ2bG9nSW5mb0NvZGVDb250ZW50IjoiQmVzdCB2bG9nSW5mbw=="
      }
    }],
    "system" : "https://www.gleif.org/lei",
    "value" : "5493001KJTIIGC8Y1H11"
  }],
  "name" : [{
    "text" : "John Doe",
    "family" : "Doe",
    "given" : ["John"]
  }],
  "birthDate" : "1980-01-01",
  "active" : true
}