Resumen Clínico del Paciente de Chile
0.6.0-ci-build - STU3 Chile flag

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

: Ejemplo de Inmunización ICVP - Fiebre Amarilla - JSON Representation

Raw json | Download

{
  "resourceType" : "Immunization",
  "id" : "Ejemplo-Inmunizacion-ICVP-FA",
  "meta" : {
    "profile" : [
      🔗 "https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Inmunizacion-cl-ips-icvp"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization Ejemplo-Inmunizacion-ICVP-FA</b></p><a name=\"Ejemplo-Inmunizacion-ICVP-FA\"> </a><a name=\"hcEjemplo-Inmunizacion-ICVP-FA\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Inmunizacion-cl-ips-icvp.html\">Inmunización ICVP</a></p></div><p><b>ProductID</b>: <a href=\"http://smart.who.int/pcmt-vaxprequal/v0.2.0/CodeSystem-PreQualProductIds.html#PreQualProductIds-YellowFeverProductd8a09f80301dc05e124f99ffe7711fc0\">WHO PreQualificaiton Vaccine Product Ids: YellowFeverProductd8a09f80301dc05e124f99ffe7711fc0</a> (01/01/1987Yellow FeverSTAMARILVial + Ampoule10Sanofi PasteurAgence nationale de sécurité du médicament et des produits de santé)</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://smart.who.int/pcmt-vaxprequal/CodeSystem/PreQualVaccineType YellowFever}\">Vacuna contra fiebre amarilla</span></p><p><b>patient</b>: <a href=\"Patient-PacienteClIpsEjemplo.html\">Valentina Henriquez</a></p><p><b>occurrence</b>: 2024-09-25</p><p><b>primarySource</b>: true</p><p><b>lotNumber</b>: Lote-FA-2024-001</p><p><b>site</b>: <span title=\"Codes:{http://snomed.info/sct 368208006}\">Left upper arm structure</span></p><p><b>route</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration IM}\">Injection, intramuscular</span></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-PrestadorMedInternaClIpsEjemplo.html\">Nicolás Bastian Figueroa</a></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://smart.who.int/pcmt/StructureDefinition/ProductID",
      "valueCoding" : {
        "system" : "http://smart.who.int/pcmt-vaxprequal/CodeSystem/PreQualProductIds",
        "code" : "YellowFeverProductd8a09f80301dc05e124f99ffe7711fc0",
        "display" : "01/01/1987Yellow FeverSTAMARILVial + Ampoule10Sanofi PasteurAgence nationale de sécurité du médicament et des produits de santé"
      }
    }
  ],
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "http://smart.who.int/pcmt-vaxprequal/CodeSystem/PreQualVaccineType",
        "code" : "YellowFever",
        "display" : "Yellow Fever"
      }
    ],
    "text" : "Vacuna contra fiebre amarilla"
  },
  "patient" : {
    🔗 "reference" : "Patient/PacienteClIpsEjemplo",
    "type" : "Patient",
    "display" : "Valentina Henriquez"
  },
  "occurrenceDateTime" : "2024-09-25",
  "primarySource" : true,
  "lotNumber" : "Lote-FA-2024-001",
  "site" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "368208006",
        "display" : "Left upper arm structure"
      }
    ]
  },
  "route" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration",
        "code" : "IM",
        "display" : "Injection, intramuscular"
      }
    ]
  },
  "performer" : [
    {
      "actor" : {
        🔗 "reference" : "Practitioner/PrestadorMedInternaClIpsEjemplo",
        "display" : "Nicolás Bastian Figueroa"
      }
    }
  ]
}