Interoperabilidad de Historia Clínica - PERÚ (versión en desarrollo)
0.1 - ci-build Peru flag

Interoperabilidad de Historia Clínica - PERÚ (versión en desarrollo) - Local Development build (v0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: PacientePeruCompleto - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "PacientePeruCompleto",
  "meta" : {
    "profile" : [
      🔗 "https://www.gob.pe/minsa/RENHICE/fhir/StructureDefinition/PacientePe"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient PacientePeruCompleto</b></p><a name=\"PacientePeruCompleto\"> </a><a name=\"hcPacientePeruCompleto\"> </a><a name=\"PacientePeruCompleto-es-PE\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Maria Marta Perez  Female, DoB: 1974-12-25 ( DNI: 98765)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"mailto:[email protected]\">[email protected]</a></li><li><a href=\"tel:+432432234234\">+432432234234</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Also see: madre (Identifier: DNI/MADRE_CI213241)</li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "extension" : [
          {
            "url" : "https://www.gob.pe/minsa/RENHICE/fhir/StructureDefinition/pe-pais",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://www.gob.pe/minsa/RENHICE/fhir/CodeSystem/PaisesCS",
                  "code" : "PER"
                }
              ]
            }
          }
        ],
        "coding" : [
          {
            "system" : "https://www.gob.pe/minsa/RENHICE/fhir/CodeSystem/IdspersonaPeru",
            "code" : "1",
            "display" : "DNI"
          }
        ]
      },
      "value" : "98765"
    }
  ],
  "name" : [
    {
      "family" : "Perez",
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family",
            "valueString" : "Olivera"
          },
          {
            "url" : "https://www.gob.pe/minsa/RENHICE/fhir/StructureDefinition/pe-tercerapellido",
            "valueString" : "Marquez"
          }
        ]
      },
      "given" : [
        "Maria",
        "Marta"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "[email protected]"
    },
    {
      "system" : "phone",
      "value" : "+432432234234"
    }
  ],
  "gender" : "female",
  "birthDate" : "1974-12-25",
  "_birthDate" : {
    "extension" : [
      {
        "url" : "https://www.gob.pe/minsa/RENHICE/fhir/StructureDefinition/pe-pais",
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "https://www.gob.pe/minsa/RENHICE/fhir/CodeSystem/PaisesCS",
              "code" : "PER"
            }
          ]
        }
      },
      {
        "url" : "https://www.gob.pe/minsa/RENHICE/fhir/StructureDefinition/pe-ubigeo",
        "valueString" : "ubigeo_nacimiento"
      }
    ]
  },
  "link" : [
    {
      "other" : {
        "identifier" : {
          "type" : {
            "coding" : [
              {
                "system" : "https://www.gob.pe/minsa/RENHICE/fhir/CodeSystem/IdspersonaPeru",
                "code" : "1",
                "display" : "DNI"
              }
            ]
          },
          "value" : "MADRE_CI213241"
        },
        "display" : "madre"
      },
      "type" : "seealso"
    }
  ]
}