{ "resourceType": "Immunization", "id": "notGiven", "text": { "status": "generated", "div": "

Generated Narrative with Details

id: notGiven

status: completed

notGiven: true

vaccineCode: DTP (Details : {http://hl7.org/fhir/sid/cvx code '01' = 'DTP', given as 'DTP'})

patient: Patient/example

date: Jan 10, 2013

primarySource: true

Explanations

-ReasonNotGiven
*medical precaution (Details : {http://hl7.org/fhir/v3/ActReason code 'MEDPREC' = 'medical precaution', given as 'medical precaution'})
" }, "status": "completed", "notGiven": true, "vaccineCode": { "coding": [ { "system": "http://hl7.org/fhir/sid/cvx", "code": "01", "display": "DTP" } ] }, "patient": { "reference": "Patient/example" }, "date": "2013-01-10", "primarySource": true, "explanation": { "reasonNotGiven": [ { "coding": [ { "system": "http://hl7.org/fhir/v3/ActReason", "code": "MEDPREC", "display": "medical precaution" } ] } ] } }