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

Generated Narrative with Details

id: notGiven

status: completed

date: Jan 10, 2013

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

patient: Patient/example

wasNotGiven: true

primarySource: true

Explanations

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