• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "resourceType": "Immunization",
3  "id": "immunization-1",
4  "status": "completed",
5  "vaccineCode": {
6    "coding": [
7      {
8        "system": "http://hl7.org/fhir/sid/cvx",
9        "code": "115"
10      },
11      {
12        "system": "http://hl7.org/fhir/sid/ndc",
13        "code": "58160-842-11"
14      }
15    ],
16    "text": "Tdap"
17  },
18  "patient": {
19    "reference": "Patient/patient-1",
20    "display": "Example, Anne"
21  },
22  "encounter": {
23    "reference": "Encounter/encounter-unk",
24    "display": "GP Visit"
25  },
26  "location": {
27    "reference": "Location/location-unk",
28    "display": "Nurse Room 1"
29  },
30  "occurrenceDateTime": "2018-05-21",
31  "recorded": "2018-05-21T14:05:00Z",
32  "primarySource": true,
33  "manufacturer": {
34    "display": "Sanofi Pasteur"
35  },
36  "lotNumber": "1",
37  "site": {
38    "coding": [
39      {
40        "system": "http://terminology.hl7.org/CodeSystem/v3-ActSite",
41        "code": "LA",
42        "display": "Left Arm"
43      }
44    ],
45    "text": "Left Arm"
46  },
47  "route": {
48    "coding": [
49      {
50        "system": "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration",
51        "code": "IM",
52        "display": "Injection, intramuscular"
53      }
54    ],
55    "text": "Injection, intramuscular"
56  },
57  "doseQuantity": {
58    "value": 0.5,
59    "unit": "mL"
60  },
61  "performer": [
62    {
63      "function": {
64        "coding": [
65          {
66            "system": "http://terminology.hl7.org/CodeSystem/v2-0443",
67            "code": "AP",
68            "display": "Administering Provider"
69          }
70        ],
71        "text": "Administering Provider"
72      },
73      "actor": {
74        "reference": "Practitioner/practitioner-1",
75        "type": "Practitioner",
76        "display": "Dr Maria Hernandez"
77      }
78    }
79  ],
80  "note": [
81    {
82      "text": "Patient given information leaflet and advised on signs of adverse reaction.",
83      "authorString": "Dr Maria Hernandez"
84    },
85    {
86      "text": "Patients informed that vaccine protects against tetanus, diphtheria, and pertussis for up to 10 years, after which a booster is required.",
87      "authorString": "Dr Maria Hernandez"
88    }
89  ]
90}