FHIR IG analytics| Package | hl7.fhir.us.icsr-ae-reporting.r4b |
| Resource Type | Immunization |
| Id | Immunization-VaccinationExampleImmunization.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization
Resource Immunization "VaccinationExampleImmunization"
Profile: ICSR Immunization
AgeAtVaccination: 12 years (Details: UCUM code y = 'y')
status: completed
vaccineCode: 7046101903 (National drug codes#7046101903)
patient: Patient/VaccinationPatient " LNAME"
occurrence: 2017-04-23
primarySource: false
{
"resourceType": "Immunization",
"id": "VaccinationExampleImmunization",
"meta": {
"profile": [
"http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-immunization"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-ext-ageatvaccination",
"valueAge": {
"value": 12,
"unit": "years",
"system": "http://unitsofmeasure.org",
"code": "y"
}
}
],
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/ndc",
"code": "7046101903"
}
]
},
"patient": {
"reference": "Patient/VaccinationPatient"
},
"occurrenceDateTime": "2017-04-23",
"primarySource": false
}