1{
2  "resourceType": "Immunization",
3  "id": "immunization-2",
4  "status": "completed",
5  "vaccineCode": {
6    "coding": [
7      {
8        "system": "http://hl7.org/fhir/sid/cvx",
9        "code": "208"
10      }
11    ],
12    "text": "COVID-19, mRNA, LNP-S, PF, 30 mcg/0.3 mL dose"
13  },
14  "patient": {
15    "reference": "Patient/patient-1",
16    "display": "Example, Anne"
17  },
18  "occurrenceDateTime": "2021-03-01",
19  "primarySource": true,
20  "manufacturer": {
21    "display": "Pfizer"
22  },
23  "lotNumber": "1",
24  "site": {
25    "coding": [
26      {
27        "system": "http://terminology.hl7.org/CodeSystem/v3-ActSite",
28        "code": "LA",
29        "display": "Left Arm"
30      }
31    ],
32    "text": "Left Arm"
33  },
34  "route": {
35    "coding": [
36      {
37        "system": "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration",
38        "code": "IM",
39        "display": "Injection, intramuscular"
40      }
41    ],
42    "text": "Injection, intramuscular"
43  },
44  "doseQuantity": {
45    "value": 0.3,
46    "unit": "mL"
47  },
48  "performer": [
49    {
50      "function": {
51        "coding": [
52          {
53            "system": "http://terminology.hl7.org/CodeSystem/v2-0443",
54            "code": "AP",
55            "display": "Administering Provider"
56          }
57        ],
58        "text": "Administering Provider"
59      },
60      "actor": {
61        "reference": "Practitioner/practitioner-1",
62        "type": "Practitioner",
63        "display": "Dr Maria Hernandez"
64      }
65    }
66  ]
67}