{
  "resourceType" : "Immunization",
  "id" : "inmunizacion-esavi-ejemplo",
  "meta" : {
    "profile" : ["https://hl7.comisca.org/fhir/StructureDefinition/inmunizacion-esavi-facedra"]
  },
  "language" : "en",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization inmunizacion-esavi-ejemplo</b></p><a name=\"inmunizacion-esavi-ejemplo\"> </a><a name=\"hcinmunizacion-esavi-ejemplo\"> </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-esavi-facedra.html\">Inmunizacion ESAVI FACEDRA</a></p></div><p><b>Vacuna COVID-19</b>: true</p><p><b>Tipo de Sospecha (Extension)</b>: <span title=\"Codes:{https://hl7.comisca.org/fhir/CodeSystem/suspect-type suspected}\">Sospechoso</span></p><p><b>Estado de Embarazo</b>: <span title=\"Codes:{https://hl7.comisca.org/fhir/CodeSystem/pregnancy-status no}\">No</span></p><p><b>Semana de Gestacion</b>: 1</p><p><b>COVID-19 Previo Extension</b>: <span title=\"Codes:{https://hl7.comisca.org/fhir/CodeSystem/prior-covid no}\">No</span></p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{https://hl7.comisca.org/fhir/CodeSystem/whoDrug-regional 123456}\">Vacuna COVID-19 AstraZeneca</span></p><p><b>lotNumber</b>: AZ12345</p><p><b>expirationDate</b>: 2026-12-31</p><p><b>patient</b>: <a href=\"Patient-paciente-hombre-completo.html\">Juan García Rodríguez Male, DoB: 1989-03-22 ( Medical record number)</a></p><p><b>encounter</b>: <a href=\"Encounter-encuentro-autoridad-completo.html\">Encounter: status = completed; type = ambulatory; actualPeriod = 2024-05-20 14:00:00-0600 --&gt; 2024-05-20 14:45:00-0600</a></p><p><b>occurrence</b>: 2026-05-01</p><p><b>location</b>: <a href=\"Location-ubicacion-autoridad-completo.html\">Location Sede Central de Farmacovigilancia - DNM</a></p><p><b>site</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActSite LA}\">Brazo izquierdo</span></p><p><b>doseQuantity</b>: 0.5 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemL = 'mL')</span></p><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DoseNumber</b></td></tr><tr><td style=\"display: none\">*</td><td>2</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "https://hl7.comisca.org/fhir/StructureDefinition/covid-vaccine-ext",
    "valueBoolean" : true
  },
  {
    "url" : "https://hl7.comisca.org/fhir/StructureDefinition/suspect-type-ext",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://hl7.comisca.org/fhir/CodeSystem/suspect-type",
        "code" : "suspected",
        "display" : "Sospechoso"
      }]
    }
  },
  {
    "url" : "https://hl7.comisca.org/fhir/StructureDefinition/pregnancy-status-ext",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://hl7.comisca.org/fhir/CodeSystem/pregnancy-status",
        "code" : "no",
        "display" : "No"
      }]
    }
  },
  {
    "url" : "https://hl7.comisca.org/fhir/StructureDefinition/gestational-week-ext",
    "valuePositiveInt" : 1
  },
  {
    "url" : "https://hl7.comisca.org/fhir/StructureDefinition/prior-covid-ext",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://hl7.comisca.org/fhir/CodeSystem/prior-covid",
        "code" : "no",
        "display" : "No"
      }]
    }
  }],
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [{
      "system" : "https://hl7.comisca.org/fhir/CodeSystem/whoDrug-regional",
      "code" : "123456",
      "display" : "COVID-19 Vaccine AstraZeneca"
    }],
    "text" : "Vacuna COVID-19 AstraZeneca"
  },
  "lotNumber" : "AZ12345",
  "expirationDate" : "2026-12-31",
  "patient" : {
    "reference" : "Patient/paciente-hombre-completo"
  },
  "encounter" : {
    "reference" : "Encounter/encuentro-autoridad-completo"
  },
  "occurrenceDateTime" : "2026-05-01",
  "location" : {
    "reference" : "Location/ubicacion-autoridad-completo"
  },
  "site" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActSite",
      "code" : "LA"
    }],
    "text" : "Brazo izquierdo"
  },
  "doseQuantity" : {
    "value" : 0.5,
    "unit" : "mL",
    "system" : "http://unitsofmeasure.org",
    "code" : "mL"
  },
  "protocolApplied" : [{
    "doseNumber" : "2"
  }]
}