• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "resourceType": "Immunization",
3  "id": "immunization-6",
4  "status": "completed",
5  "vaccineCode": {
6    "coding": [
7      {
8        "system": "http://hl7.org/fhir/sid/cvx",
9        "code": "190"
10      }
11    ],
12    "text": "Typhoid conjugate vaccine (TCV)"
13  },
14  "patient": {
15    "reference": "Patient/patient-1",
16    "display": "Example, Anne"
17  },
18  "encounter": {
19    "reference": "Encounter/encounter-unk",
20    "display": "GP Visit"
21  },
22  "occurrenceDateTime": "2019-03-18",
23  "primarySource": true,
24  "manufacturer": {
25    "display": "Sanofi Pasteur"
26  },
27  "lotNumber": "1",
28  "site": {
29    "coding": [
30      {
31        "system": "http://terminology.hl7.org/CodeSystem/v3-ActSite",
32        "code": "LA",
33        "display": "Left Arm"
34      }
35    ],
36    "text": "Left Arm"
37  },
38  "route": {
39    "coding": [
40      {
41        "system": "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration",
42        "code": "IM",
43        "display": "Injection, intramuscular"
44      }
45    ],
46    "text": "Injection, intramuscular"
47  },
48  "doseQuantity": {
49    "value": 0.5,
50    "unit": "mL"
51  },
52  "performer": [
53    {
54      "function": {
55        "coding": [
56          {
57            "system": "http://terminology.hl7.org/CodeSystem/v2-0443",
58            "code": "AP",
59            "display": "Administering Provider"
60          }
61        ],
62        "text": "Administering Provider"
63      },
64      "actor": {
65        "reference": "Practitioner/practitioner-1",
66        "type": "Practitioner",
67        "display": "Dr Maria Hernandez"
68      }
69    }
70  ]
71}