FHIR IG analytics| Package | fhir.onc.us-quality-core |
| Resource Type | Immunization |
| Id | Immunization-statusreason-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization statusreason-example
Profile: US Quality Core Immunization
status: Entered in Error
statusReason: Duplicate seasonal influenza immunization record entered in error after chart review
vaccineCode: Seasonal influenza vaccine
occurrence: 2013-01-01
recorded: 2013-01-10
primarySource: false
{
"resourceType": "Immunization",
"id": "statusreason-example",
"meta": {
"profile": [
"http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-immunization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "entered-in-error",
"statusReason": {
"text": "Duplicate seasonal influenza immunization record entered in error after chart review"
},
"vaccineCode": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/cvx",
"code": "140",
"display": "Influenza, seasonal, injectable, preservative free"
}
],
"text": "Seasonal influenza vaccine"
},
"patient": {
"reference": "Patient/example"
},
"encounter": {
"reference": "Encounter/example"
},
"occurrenceDateTime": "2013-01-01",
"recorded": "2013-01-10",
"primarySource": false
}