FHIR IG analytics| Package | hl7.fhir.us.health-care-surveys-reporting |
| Resource Type | Immunization |
| Id | Immunization-immunization-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Immunization immunization-example
Language: en
status: Completed
vaccineCode: Influenza, split virus, quadrivalent, preservative
patient: Dominique Ledner Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))
occurrence: 2024-10-15
primarySource: true
location: Location General Hospital - Main Campus
manufacturer: Organization General Hospital
lotNumber: 123456A
expirationDate: 2025-06-30
site: Left upper arm structure
route: Intramuscular route
doseQuantity: 0.5 mL
| Actor |
| Practitioner Joseph P Nichols (official) |
isSubpotent: false
| DocumentType | PublicationDate | PresentationDate |
| VIS | 2024-08-01 | 2024-10-15 |
{
"resourceType": "Immunization",
"id": "immunization-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|6.1.0"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/cvx",
"code": "158",
"display": "Influenza, split virus, quadrivalent, preservative"
}
]
},
"patient": {
"reference": "Patient/patient-ledner"
},
"occurrenceDateTime": "2024-10-15",
"primarySource": true,
"location": {
"reference": "Location/location-example"
},
"manufacturer": {
"reference": "Organization/organization-example"
},
"lotNumber": "123456A",
"expirationDate": "2025-06-30",
"site": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "368208006",
"display": "Left upper arm structure"
}
]
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "78421000",
"display": "Intramuscular route"
}
]
},
"doseQuantity": {
"value": 0.5,
"unit": "mL"
},
"performer": [
{
"actor": {
"reference": "Practitioner/practitioner-nichols"
}
}
],
"isSubpotent": false,
"education": [
{
"documentType": "VIS",
"publicationDate": "2024-08-01",
"presentationDate": "2024-10-15"
}
]
}