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

: AlergiaPeruMedicamento - JSON Representation

Raw json | Download

{
  "resourceType" : "AllergyIntolerance",
  "id" : "AlergiaPeruMedicamento",
  "meta" : {
    "profile" : [
      🔗 "https://www.gob.pe/minsa/RENHICE/fhir/StructureDefinition/AlergiaPe"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance AlergiaPeruMedicamento</b></p><a name=\"AlergiaPeruMedicamento\"> </a><a name=\"hcAlergiaPeruMedicamento\"> </a><a name=\"AlergiaPeruMedicamento-es-PE\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>category</b>: Medication</p><p><b>code</b>: <span title=\"Codes:\">alergia a penicilina</span></p><p><b>patient</b>: <a href=\"Patient-PacientePeruMinimo.html\">Paciente Peru Ejemplo</a></p></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code" : "active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code" : "confirmed"
      }
    ]
  },
  "category" : [
    "medication"
  ],
  "code" : {
    "coding" : [
      {
        "display" : "alergia a penicilina"
      }
    ],
    "text" : "alergia a penicilina"
  },
  "patient" : {
    🔗 "reference" : "Patient/PacientePeruMinimo",
    "display" : "Paciente Peru Ejemplo"
  }
}