FHIR IG analytics| Package | fhir.astp.bhp |
| Resource Type | Immunization |
| Id | Immunization-flu-vaccine-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization flu-vaccine-example-1
status: Completed
vaccineCode: influenza, high-dose, quadrivalent
patient: James Wolff
occurrence: 2023-11-19 12:46:57-0800
{
"resourceType": "Immunization",
"id": "flu-vaccine-example-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|6.1.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/cvx",
"code": "197",
"display": "influenza, high-dose, quadrivalent"
},
{
"system": "http://hl7.org/fhir/sid/ndc",
"code": "49281012165",
"display": "FLUZONE High-Dose Quadrivalent Northern Hemisphere, 10 SYRINGE, GLASS in 1 PACKAGE (49281-121-65) > .7 mL in 1 SYRINGE, GLASS (49281-121-88) (package)"
}
],
"text": "influenza, high-dose, quadrivalent"
},
"patient": {
"reference": "Patient/bh-patient-example",
"display": "James Wolff"
},
"occurrenceDateTime": "2023-11-19T12:46:57-08:00"
}