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 "occurrenceDateTime": "2018-05-21", 27 "primarySource": true, 28 "manufacturer": { 29 "display": "Sanofi Pasteur" 30 }, 31 "lotNumber": "1", 32 "site": { 33 "coding": [ 34 { 35 "system": "http://terminology.hl7.org/CodeSystem/v3-ActSite", 36 "code": "LA", 37 "display": "Left Arm" 38 } 39 ], 40 "text": "Left Arm" 41 }, 42 "route": { 43 "coding": [ 44 { 45 "system": "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration", 46 "code": "IM", 47 "display": "Injection, intramuscular" 48 } 49 ], 50 "text": "Injection, intramuscular" 51 }, 52 "doseQuantity": { 53 "value": 0.5, 54 "unit": "mL" 55 }, 56 "performer": [ 57 { 58 "function": { 59 "coding": [ 60 { 61 "system": "http://terminology.hl7.org/CodeSystem/v2-0443", 62 "code": "AP", 63 "display": "Administering Provider" 64 } 65 ], 66 "text": "Administering Provider" 67 }, 68 "actor": { 69 "reference": "Practitioner/practitioner_1", 70 "type": "Practitioner", 71 "display": "Dr Maria Hernandez" 72 } 73 } 74 ] 75}