FHIR IG analytics| Package | ca.infoway.io.psca |
| Resource Type | Immunization |
| Id | 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
Resource Immunization "Immunization-example"
Profile: Immunization (PS-CA)
identifier: id: 60ed0066-7304-4c64-9c49-eeb725581584
status: completed
vaccineCode: SPIKEVAX messenger ribonucleic acid 100 micrograms per 0.5 milliliter dispersion for injection Moderna Therapeutics Inc. (real clinical drug) (SNOMED CT#28571000087109)
patient: Patient/patient1-example " DONALD"
occurrence: 2021-07-01
| - | Actor |
| * |
|
note: COVID-19 Moderna Spikevax dose 1
| - | DoseNumber[x] |
| * | 1 |
{
"resourceType": "Immunization",
"id": "Immunization-example",
"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": "John 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": "28571000087109",
"display": "SPIKEVAX messenger ribonucleic acid 100 micrograms per 0.5 milliliter dispersion for injection Moderna Therapeutics Inc. (real clinical drug)"
}
],
"text": "SPIKEVAX messenger ribonucleic acid 100 micrograms per 0.5 milliliter dispersion for injection Moderna Therapeutics Inc. (real clinical drug)"
},
"patient": {
"reference": "Patient/patient1-example"
},
"occurrenceDateTime": "2021-07-01",
"performer": [
{
"actor": {
"reference": "#1"
}
}
],
"note": [
{
"text": "COVID-19 Moderna Spikevax dose 1"
}
],
"protocolApplied": [
{
"doseNumberString": "1"
}
]
}