FHIR IG analytics| Package | hl7.fhir.us.qicore |
| Resource Type | Immunization |
| Id | Immunization-negation-example.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
Language: en
Profile: QICore Immunization Not Done
status: Not Done
statusReason: Drug declined by patient
vaccineCode: Value Set: DTaP Vaccine (value set: DTaP Vaccine)
occurrence: 2013-01-10
recorded: 2013-01-10
primarySource: true
{
"resourceType": "Immunization",
"id": "negation-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-immunizationnotdone"
]
},
"language": "en",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"status": "not-done",
"statusReason": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "182895007",
"display": "Drug declined by patient"
}
]
},
"vaccineCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/codeOptions",
"valueCanonical": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.196.11.1212"
}
],
"text": "Value Set: DTaP Vaccine"
},
"patient": {
"reference": "Patient/example"
},
"encounter": {
"reference": "Encounter/example"
},
"occurrenceDateTime": "2013-01-10",
"recorded": "2013-01-10",
"primarySource": true
}