FHIR IG analytics| Package | ca.infoway.io.core |
| Resource Type | Immunization |
| Id | Immunization-example-immunization-ca-core.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Immunization",
"id": "example-immunization-ca-core",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/immunization-ca-core"
]
},
"identifier": [
{
"system": "http://example.ca/NamingSystem/Immunization",
"value": "IMM123456"
}
],
"status": "completed",
"vaccineCode": {
"coding": [
{
"code": "871765008",
"system": "http://snomed.info/sct",
"display": "Vaccine product containing only Measles morbillivirus antigen (medicinal product)"
}
]
},
"patient": {
"reference": "example-patient-ca-core-2"
},
"occurrenceDateTime": "2024-03-27T09:00:00-07:00",
"location": {
"reference": "Location/example-location-ca-core"
},
"performer": [
{
"actor": {
"reference": "Practitioner/example-practitioner-ca-core"
}
}
],
"reasonReference": [
{
"reference": "Condition/example-condition-ca-core"
}
],
"protocolApplied": [
{
"doseNumberPositiveInt": 2,
"seriesDosesPositiveInt": 2
}
],
"note": [
{
"text": "Patient reported mild fever and rash after vaccination"
}
]
}