GIIS Implementation Guide
0.1.8 - ci-build International flag

GIIS Implementation Guide, published by CENS. This guide is not an authorized publication; it is the continuous build for version 0.1.8 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cens-chile/giis_fhir_IG/ and changes regularly. See the Directory of published versions

: Example Vaccination calendar event - JSON Representation

Raw json | Download


{
  "resourceType" : "Immunization",
  "id" : "ExampleVaccinationCalendarEvent",
  "meta" : {
    "profile" : [
      🔗 "https://paho.org/fhir/giis/StructureDefinition/VaccinationCalendarEvent"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization ExampleVaccinationCalendarEvent</b></p><a name=\"ExampleVaccinationCalendarEvent\"> </a><a name=\"hcExampleVaccinationCalendarEvent\"> </a><a name=\"ExampleVaccinationCalendarEvent-en-US\"> </a><p><b>AEFI</b>: false</p><p><b>Campaign</b>: <a href=\"CarePlan-ExampleVaccinationCampaign.html\">CarePlan Yellow Fever Campaign</a></p><p><b>Vaccination Appointment</b>: <a href=\"ImmunizationRecommendation-ExampleVaccinationAppointment.html\">ImmunizationRecommendation: date = 2023-10-01</a></p><p><b>status</b>: Not Done</p><p><b>vaccineCode</b>: <span title=\"Codes:{https://paho.org/fhir/giis/CodeSystem/VaccineCS 2}\">anthrax vaccine</span></p><p><b>patient</b>: <a href=\"Patient-ExampleGiispatient.html\">George Dylan Denver  Male, DoB: 1996-12-13 ( http://www.giisidentifier.org/ID/SystemID#16399288)</a></p><p><b>occurrence</b>: 2023-08-13</p><p><b>location</b>: <a href=\"Location-ExampleHealthfacilityLocation.html\">Location Saint's George</a></p><p><b>lotNumber</b>: all231</p><p><b>site</b>: <span title=\"Codes:{https://paho.org/fhir/giis/CodeSystem/VaccinationSiteCS 1}\">Left Arm</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-ExamplePractitioner.html\">Practitioner Dylan Carpenter</a></td></tr></table><p><b>note</b>: Patient with belonephobia</p></div>"
  },
  "extension" : [
    {
      "url" : "https://paho.org/fhir/giis/StructureDefinition/giis-aefi",
      "valueBoolean" : false
    },
    {
      "url" : "https://paho.org/fhir/giis/StructureDefinition/giis-campaign",
      "valueReference" : {
        🔗 "reference" : "CarePlan/ExampleVaccinationCampaign"
      }
    },
    {
      "url" : "https://paho.org/fhir/giis/StructureDefinition/giis-appointment",
      "valueReference" : {
        🔗 "reference" : "ImmunizationRecommendation/ExampleVaccinationAppointment"
      }
    }
  ],
  "status" : "not-done",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "https://paho.org/fhir/giis/CodeSystem/VaccineCS",
        "code" : "2"
      }
    ]
  },
  "patient" : {
    🔗 "reference" : "Patient/ExampleGiispatient"
  },
  "occurrenceDateTime" : "2023-08-13",
  "location" : {
    🔗 "reference" : "Location/ExampleHealthfacilityLocation"
  },
  "lotNumber" : "all231",
  "site" : {
    "coding" : [
      {
        "system" : "https://paho.org/fhir/giis/CodeSystem/VaccinationSiteCS",
        "code" : "1",
        "display" : "Left Arm"
      }
    ],
    "text" : "Left Arm"
  },
  "performer" : [
    {
      "actor" : {
        🔗 "reference" : "Practitioner/ExamplePractitioner"
      }
    }
  ],
  "note" : [
    {
      "text" : "Patient with belonephobia"
    }
  ]
}