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

: PacientePeruMinimo - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "PacientePeruMinimo",
  "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 PacientePeruMinimo</b></p><a name=\"PacientePeruMinimo\"> </a><a name=\"hcPacientePeruMinimo\"> </a><a name=\"PacientePeruMinimo-es-PE\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jose Miguel Rivas  Male, DoB: 1974-12-25 ( DNI: 987654321)</p><hr/></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" : "987654321"
    }
  ],
  "name" : [
    {
      "family" : "Rivas",
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family",
            "valueString" : "López"
          }
        ]
      },
      "given" : [
        "Jose",
        "Miguel"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1974-12-25"
}