FHIR IG analytics| Package | ca.bc.patient-summary |
| Resource Type | Immunization |
| Id | PS-CA BC Immunization Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Immunization
Patient: Greta Wiebe
Immunizations:
{
"resourceType": "Immunization",
"id": "ImmunizationPSBCExample",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/immunization-ca-ps"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Practitioner",
"id": "1",
"name": [
{
"text": "Dr. Jane Doe"
}
]
}
],
"identifier": [
{
"system": "http://fictional-identifier-system-uri.com",
"value": "60ed0066-7304-4c64-9c49-eeb725581584"
}
],
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "86198006",
"display": "Influenza vaccine"
}
],
"text": "Influenza vaccine"
},
"patient": {
"reference": "Patient/PatientPSBCExample",
"display": "Greta Wiebe"
},
"occurrenceDateTime": "2023-11-17",
"performer": [
{
"actor": {
"reference": "#1"
}
}
],
"note": [
{
"text": "Influenza vaccine administered on 2023-11-17"
}
],
"protocolApplied": [
{
"doseNumberString": "1"
}
]
}