{
  "resourceType" : "Patient",
  "id" : "PatientICVPVaccinationExample",
  "meta" : {
    "profile" : ["http://racsel.org/StructureDefinition/LACPatient"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient PatientICVPVaccinationExample</b></p><a name=\"PatientICVPVaccinationExample\"> </a><a name=\"hcPatientICVPVaccinationExample\"> </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-LACPatient.html\">LACPatient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Carlos Eduardo Sánchez López(official) Male, DoB: 1996-03-22 ( Driver's license number)</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 Id (see the one above)\">Other Id:</td><td colspan=\"3\">Passport number/PE-B9876543\u00a0(use:\u00a0official,\u00a0)</td></tr></table></div>"
  },
  "identifier" : [{
    "use" : "official",
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "PPN"
      }]
    },
    "system" : "urn:oid.2.16.840.1.113883.4.330",
    "value" : "PE-B9876543"
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "DL"
      }]
    },
    "system" : "urn:oid.2.16.170.1.2",
    "value" : "12345678"
  }],
  "active" : true,
  "name" : [{
    "use" : "official",
    "text" : "Carlos Eduardo Sánchez López",
    "family" : "Sánchez López",
    "given" : ["Carlos",
    "Eduardo"]
  }],
  "gender" : "male",
  "birthDate" : "1996-03-22"
}