FHIR IG analytics| Package | hl7.fhir.us.core |
| Resource Type | Immunization |
| Id | Immunization-imm-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization imm-1
Profile: US Core Immunization Profile version: 9.0.0
status: Completed
vaccineCode: Influenza, high-dose, quadrivalent, PF
patient: Amy Shaw
encounter: Office Visit
occurrence: 2020-11-19 12:46:57-0800
primarySource: false
location: Holy Family Hospital
lotNumber: AAJN11K
| Actor |
| Dr Ronald Bone |
{
"resourceType": "Immunization",
"id": "imm-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|9.0.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, PF"
},
{
"system": "http://hl7.org/fhir/sid/ndc",
"code": "49281012188",
"display": "FLUZONE High-Dose Quadrivalent Northern Hemisphere"
}
],
"text": "Influenza, high-dose, quadrivalent, PF"
},
"patient": {
"reference": "Patient/example",
"display": "Amy Shaw"
},
"encounter": {
"reference": "Encounter/example-1",
"display": "Office Visit"
},
"occurrenceDateTime": "2020-11-19T12:46:57-08:00",
"primarySource": false,
"location": {
"reference": "Location/hospital",
"display": "Holy Family Hospital"
},
"lotNumber": "AAJN11K",
"performer": [
{
"actor": {
"reference": "Practitioner/practitioner-1",
"display": "Dr Ronald Bone"
}
}
]
}