{
  "resourceType": "Immunization",
  "contained": [
    {
      "resourceType": "Patient",
      "id": "Patient-01",
      "identifier": [
        {
          "system": "http://hospitalPintos.org.ar/Patient",
          "value": "9000022",
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code": "MR"
              }
            ]
          }
        }
      ]
    },
    {
      "resourceType": "Location",
      "id": "Location-01",
      "identifier": [
        {
          "system": "http://fhir.msal.gov.ar/refes",
          "value": "14999912399913"
        }
      ]
    }
  ],
  "meta": {
    "profile": [
      "http://fhir.msal.gov.ar/StructureDefinition/NomivacImmunization"
    ]
  },
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "2211000221102"
      }
    ]
  },
  "patient": {
    "reference": "#Patient-01"
  },
  "occurrenceDateTime": "2017",
  "location": {
    "reference": "#Location-01"
  },
  "protocolApplied": [
    {
      "series": "Antigripal Esquema Personal de Salud",
      "doseNumberPositiveInt": 1
    }
  ]
}