{
  "resourceType" : "Immunization",
  "id" : "InmunizacionArgEjemplo",
  "meta" : {
    "profile" : ["http://ips.ri.hsisalud.org/StructureDefinition/InmunizacionArg"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Inmunización InmunizacionArgEjemplo</b></p><a name=\"InmunizacionArgEjemplo\"> </a><a name=\"hcInmunizacionArgEjemplo\"> </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-InmunizacionArg.html\">Registro Vacuna Argentino IPS</a></p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://www.whocc.no/atc J07BB02}\">influenza, inactivated, split virus or surface antigen</span></p><p><b>patient</b>: <a href=\"Patient-PacienteArgEjemplo.html\">María Mariana Paciente Impaciente</a></p><p><b>occurrence</b>: 2026-05-10 10:30:00-0300</p><p><b>primarySource</b>: true</p><p><b>location</b>: Hospital General de Ejemplo (Identifier: <code>http://refes.msal.gob.ar</code>/REFES-00001234)</p><p><b>lotNumber</b>: FLU2026-001</p><p><b>expirationDate</b>: 2027-02-28</p><p><b>doseQuantity</b>: 0.5 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemL = 'mL')</span></p><p><b>note</b>: </p><blockquote><div><p>Vacuna administrada según el esquema indicado.</p>\n</div></blockquote><p><b>reasonCode</b>: <span title=\"Codes:\">Vacunación correspondiente al calendario nacional</span></p><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Series</b></td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td><td><b>SeriesDoses[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Vacunación antigripal anual</td><td><span title=\"Codes:{http://snomed.info/sct 6142004}\">Influenza</span></td><td>1</td><td>1</td></tr></table></div>"
  },
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [{
      "system" : "http://www.whocc.no/atc",
      "code" : "J07BB02"
    }]
  },
  "patient" : {
    "reference" : "Patient/PacienteArgEjemplo",
    "identifier" : {
      "system" : "http://www.renaper.gob.ar/dni",
      "value" : "30123456"
    },
    "display" : "María Mariana Paciente Impaciente"
  },
  "occurrenceDateTime" : "2026-05-10T10:30:00-03:00",
  "primarySource" : true,
  "location" : {
    "identifier" : {
      "system" : "http://refes.msal.gob.ar",
      "value" : "REFES-00001234"
    },
    "display" : "Hospital General de Ejemplo"
  },
  "lotNumber" : "FLU2026-001",
  "expirationDate" : "2027-02-28",
  "doseQuantity" : {
    "value" : 0.5,
    "system" : "http://unitsofmeasure.org",
    "code" : "mL"
  },
  "note" : [{
    "text" : "Vacuna administrada según el esquema indicado."
  }],
  "reasonCode" : [{
    "text" : "Vacunación correspondiente al calendario nacional"
  }],
  "protocolApplied" : [{
    "series" : "Vacunación antigripal anual",
    "targetDisease" : [{
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "6142004"
      }]
    }],
    "doseNumberPositiveInt" : 1,
    "seriesDosesPositiveInt" : 1
  }]
}