Resumen Clínico de Paciente de Chile (IPS-CL)
0.2.0 - ci-build Chile flag

This page is part of the Resumen Clinico de Paciente de Chile (v0.2.0: STU1 Draft) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Ejemplo de Paciente CL - IPS - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "PacienteClIpsEjemplo",
  "meta" : {
    "profile" : [
      🔗 "https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Paciente-cl-ips"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient PacienteClIpsEjemplo</b></p><a name=\"PacienteClIpsEjemplo\"> </a><a name=\"hcPacienteClIpsEjemplo\"> </a><a name=\"PacienteClIpsEjemplo-es-CL\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Vale  Female, DoB: 1995-05-01 ( Chile: 19.241.323-8\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><tr><td style=\"background-color: #f3f5da\" title=\"Alternate names (see the one above)\">Alt. Name:</td><td colspan=\"3\">Valentina Ester Henriquez (Official)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 932785678(Mobile)</li><li>Av. General Vidaurre, casa 84 G Santiago Centro Metropolitana de Santiago Chile (home)</li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "extension" : [
          {
            "url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CodigoPaises",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CodPais",
                  "code" : "152",
                  "display" : "Chile"
                }
              ]
            }
          }
        ],
        "coding" : [
          {
            "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodigoDNI",
            "code" : "NNCHL",
            "display" : "Chile"
          }
        ]
      },
      "system" : "http://regcivil.cl/Validacion/RUN",
      "value" : "19.241.323-8"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "Henriquez",
      "given" : [
        "Valentina",
        "Ester"
      ]
    },
    {
      "use" : "usual",
      "given" : [
        "Vale"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "932785678",
      "use" : "mobile"
    }
  ],
  "gender" : "female",
  "birthDate" : "1995-05-01",
  "address" : [
    {
      "use" : "home",
      "line" : [
        "Av. General Vidaurre, casa 84 G"
      ],
      "city" : "Santiago Centro",
      "_city" : {
        "extension" : [
          {
            "url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ComunasCl",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodComunasCL",
                  "code" : "13101",
                  "display" : "Santiago Centro"
                }
              ]
            }
          }
        ]
      },
      "state" : "Metropolitana de Santiago",
      "_state" : {
        "extension" : [
          {
            "url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/RegionesCl",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodRegionCL",
                  "code" : "13",
                  "display" : "Metropolitana de Santiago"
                }
              ]
            }
          }
        ]
      },
      "country" : "Chile",
      "_country" : {
        "extension" : [
          {
            "url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CodigoPaises",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CodPais",
                  "code" : "152",
                  "display" : "Chile"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}