{
  "resourceType" : "Patient",
  "id" : "Patient-example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Paciente Patient-example</b></p><a name=\"Patient-example\"> </a><a name=\"hcPatient-example\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Mónica María Mora Jaramillo (official) Female, DoB: 1995-04-05 ( Person number: 324283476\u00a0(use:\u00a0official,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr></table></div>"
  },
  "identifier" : [{
    "id" : "NationalPersonIdentifier-0",
    "use" : "official",
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "PN",
        "display" : "Person number"
      },
      {
        "system" : "https://fhir.minsalud.gov.co/rda/CodeSystem/ColombianPersonIdentifier",
        "code" : "CC",
        "display" : "Cédula ciudadanía"
      }]
    },
    "system" : "https://fhir.minsalud.gov.co/rda/NamingSystem/RNEC",
    "value" : "324283476"
  }],
  "active" : true,
  "name" : [{
    "use" : "official",
    "family" : "Mora Jaramillo",
    "given" : ["Mónica",
    "María"]
  }],
  "gender" : "female",
  "birthDate" : "1995-04-05"
}