FHIR IG analytics| Package | hl7.fhir.us.qicore |
| Resource Type | Immunization |
| Id | Immunization-negation-example-code.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization negation-example-code
Language: en
Profile: QICore Immunization Not Done
status: Not Done
statusReason: Drug declined by patient
vaccineCode: Influenza A monovalent (H5N1), adjuvanted, National stockpile 2013
occurrence: 2013-01-10
recorded: 2013-01-10
primarySource: true
{
"resourceType": "Immunization",
"id": "negation-example-code",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-immunizationnotdone"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "not-done",
"statusReason": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "182895007",
"display": "Drug declined by patient"
}
]
},
"vaccineCode": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/cvx",
"code": "160",
"display": "Influenza A monovalent (H5N1), adjuvanted, National stockpile 2013"
},
{
"system": "http://hl7.org/fhir/sid/ndc",
"code": "49281012165"
}
]
},
"patient": {
"reference": "Patient/example"
},
"encounter": {
"reference": "Encounter/example"
},
"occurrenceDateTime": "2013-01-10",
"recorded": "2013-01-10",
"primarySource": true
}