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

: Inmunización - Ejemplo - JSON Representation

Raw json | Download

{
  "resourceType" : "Immunization",
  "id" : "Inmunizacion-CL-Ejemplo",
  "meta" : {
    "profile" : [
      🔗 "https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Inmunizacion-cl-ips"
    ]
  },
  "language" : "es",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"es\" lang=\"es\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization Inmunizacion-CL-Ejemplo</b></p><a name=\"Inmunizacion-CL-Ejemplo\"> </a><a name=\"hcInmunizacion-CL-Ejemplo\"> </a><a name=\"Inmunizacion-CL-Ejemplo-es-CL\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: es</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Inmunizacion-cl-ips.html\">Immunización (IPS-CL)</a></p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://snomed.info/sct 871765008}, {https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodigoVacunas vacunaSRPTrivMonodos}\">Vacuna contra el sarampión</span></p><p><b>patient</b>: <a href=\"Patient-PacienteClIpsEjemplo.html\">Vale  Female, DoB: 1995-05-01 ( Chile: 19.241.323-8\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>occurrence</b>: 2005-04-23</p><p><b>site</b>: <span title=\"Codes:{http://snomed.info/sct 368208006}\">Brazo izquierdo</span></p><p><b>route</b>: <span title=\"Codes:{http://standardterms.edqm.eu 20066000}\">Uso subcutáneo</span></p></div>"
  },
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "871765008",
        "display" : "Measles vaccine",
        "_display" : {
          "extension" : [
            {
              "extension" : [
                {
                  "url" : "lang",
                  "valueCode" : "es"
                },
                {
                  "url" : "content",
                  "valueString" : "Vacuna contra el sarampión"
                }
              ],
              "url" : "http://hl7.org/fhir/StructureDefinition/translation"
            }
          ]
        }
      },
      {
        "system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodigoVacunas",
        "code" : "vacunaSRPTrivMonodos",
        "display" : "Vacuna SRP (trivirica) Monodosis"
      }
    ],
    "text" : "Vacuna contra el sarampión"
  },
  "patient" : {
    🔗 "reference" : "Patient/PacienteClIpsEjemplo"
  },
  "occurrenceDateTime" : "2005-04-23",
  "site" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "368208006",
        "display" : "Left upper arm structure (body structure)",
        "_display" : {
          "extension" : [
            {
              "extension" : [
                {
                  "url" : "lang",
                  "valueCode" : "es"
                },
                {
                  "url" : "content",
                  "valueString" : "Brazo izquierdo"
                }
              ],
              "url" : "http://hl7.org/fhir/StructureDefinition/translation"
            }
          ]
        }
      }
    ],
    "text" : "Brazo izquierdo"
  },
  "route" : {
    "coding" : [
      {
        "system" : "http://standardterms.edqm.eu",
        "code" : "20066000",
        "display" : "Subcutaneous use",
        "_display" : {
          "extension" : [
            {
              "extension" : [
                {
                  "url" : "lang",
                  "valueCode" : "es"
                },
                {
                  "url" : "content",
                  "valueString" : "Uso subcutáneo"
                }
              ],
              "url" : "http://hl7.org/fhir/StructureDefinition/translation"
            }
          ]
        }
      }
    ],
    "text" : "Uso subcutáneo"
  }
}