{
  "resourceType": "Patient",
  "id": "PatientYellowFeverExample",
  "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 PatientYellowFeverExample</b></p><a name=\"PatientYellowFeverExample\"> </a><a name=\"hcPatientYellowFeverExample\"> </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;\">Carla López Rodríguez(official) Female, DoB: 1988-07-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/EC/P12345678 (use: official, )</td></tr></table></div>"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PPN"
          }
        ]
      },
      "system": "urn:oid.2.16.152",
      "value": "EC/P12345678"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "DL"
          }
        ]
      },
      "system": "urn:oid.2.16.152",
      "value": "EC/1752345678-0"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "text": "Carla López Rodríguez",
      "family": "López Rodríguez",
      "given": [
        "Carla"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1988-07-22"
}