Resumen Clínico de Pacientes Embarazadas Chile
0.1.0 - ci-build Chile flag

Resumen Clínico de Pacientes Embarazadas Chile, published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Chile-BiomedicaUv/IPS-Embarazo/ and changes regularly. See the Directory of published versions

: Alergias - Ejemplo - JSON Representation

Raw json | Download

{
  "resourceType" : "AllergyIntolerance",
  "id" : "Alergias-Emb-Ejemplo",
  "meta" : {
    "profile" : [
      🔗 "https://hl7chile.cl/fhir/ig/clembarazos/StructureDefinition/Alergias-embarazo-cl-ips"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance Alergias-Emb-Ejemplo</b></p><a name=\"Alergias-Emb-Ejemplo\"> </a><a name=\"hcAlergias-Emb-Ejemplo\"> </a><a name=\"Alergias-Emb-Ejemplo-es-CL\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Activo</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmado</span></p><p><b>type</b>: Allergy</p><p><b>criticality</b>: High Risk</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 3829006}\">Hierro</span></p><p><b>patient</b>: <a href=\"Patient-Paciente-Emb-Ejemplo.html\">Susy  Female, DoB: 1995-05-01 ( Chile: 14.241.432-8\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>onset</b>: 15 años<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codea = 'a')</span></p><p><b>recorder</b>: <a href=\"Practitioner-Prestador-Emb-Ejemplo.html\">Practitioner Bernarda Antonella Zuñiga (official)</a></p><p><b>note</b>: ### NOTA:\nEl cuadro clínico que suele presentar la paciente ante la exposición a Hierro es **intenso picor en manos y cuero cabelludo.**\nAdemás, presenta **taquitardia y dificultad respiratoria.**</p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Manifestation</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 39579001}\">Anafilaxia</span></td></tr></table></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "code" : "active",
        "display" : "Active"
      }
    ],
    "text" : "Activo"
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
        "code" : "confirmed",
        "display" : "Confirmed"
      }
    ],
    "text" : "Confirmado"
  },
  "type" : "allergy",
  "criticality" : "high",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "3829006",
        "display" : "Iron"
      }
    ],
    "text" : "Hierro"
  },
  "patient" : {
    🔗 "reference" : "Patient/Paciente-Emb-Ejemplo"
  },
  "onsetAge" : {
    "value" : 15,
    "unit" : "años",
    "system" : "http://unitsofmeasure.org",
    "code" : "a"
  },
  "recorder" : {
    🔗 "reference" : "Practitioner/Prestador-Emb-Ejemplo"
  },
  "note" : [
    {
      "text" : "### NOTA:\nEl cuadro clínico que suele presentar la paciente ante la exposición a Hierro es **intenso picor en manos y cuero cabelludo.**\nAdemás, presenta **taquitardia y dificultad respiratoria.**"
    }
  ],
  "reaction" : [
    {
      "manifestation" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "39579001",
              "display" : "Anaphylaxis"
            }
          ],
          "text" : "Anafilaxia"
        }
      ]
    }
  ]
}