Immunization
Overview
The Immunization resource includes the view of current and historical administration of vaccinations to a patient in all healthcare settings. This resource contains the functionality to query a patient’s immunization history.
Detailed administration records may be found in MedicationAdministration, while the Immunization resource would represent the known vaccination history regardless of where the administration itself was done.
An immunization reaction may indicate an allergy or intolerance. If so, a separate AllergyIntolerance resource instance should be created as well.
-
The following HL7® FHIR® US Core Implementation Guide STU 4.0.0 Profiles are supported by this resource:
The following fields are returned if valued:
- Id
- Immunization Record Identifier
- Status
- Status reason
- Vaccine administered
- Patient
- Patient encounter
- Occurrence DateTime
- Primary Source
- Report Origin
- Location
- Vaccine manufacturer
- Vaccine lot number
- Vaccine expiration date
- Vaccine administration site
- Vaccine administration route
- Dosage administered
- Performer
- Note
- Protocol applied
Terminology Bindings
Immunization.statusReason |
|
Immunization.vaccineCode |
|
Immunization.reportOrigin |
|
Immunization.site |
|
Immunization.route |
|
Immunization.protocolApplied.targetDisease |
|
Search
Search for Immunizations that meet supplied query parameters:
GET /Immunization?:parameters
Authorization Types
Parameters
Name | Required? | Type | Description |
---|---|---|---|
_id |
This, or patient
|
token |
The logical resource id associated with the resource. |
patient |
This, or _id
|
reference |
The patient for the vaccination record. Example: 12345
|
date |
No | date |
Date range into which the immunization administration date falls. Must be prefixed by ‘ge’ or ‘le’. |
_revinclude |
No | token |
Provenance resource entries to be returned as part of the bundle. Example:_revinclude=Provenance:target |
target-disease |
No | token |
The target disease the dose is being administered against. Example: http://hl7.org/fhir/sid/cvx|213
|
Notes:
- The
date
parameter may be provided:- once with a prefix
ge
orle
representing the earliest date or latest date. (e.g.date=ge2015-01-01
,date=le2016-01-01
) - twice with the prefixes
ge
,le
to indicate a specific range. (e.g.date=ge2015-01-01&date=le2016-01-01
)
- once with a prefix
- The
_revinclude
parameter may be provided once with the valueProvenance:target
. Example:_revinclude=Provenance:target
- The
_revinclude
parameter may be provided in combination with the_id/patient
parameter. Example:_id=M17255835,M17255827&_revinclude=Provenance:target
- When
_revinclude
is provided in a request to a closed endpoint, the OAuth2 token must include theuser/Provenance.read
scope. - Currently the
patient/Provenance.read
scope is not supported and hence_revinclude
cannot be utilised for patient persona. - The
target-disease
parameter- Searching by Millennium proprietary codes is not supported
Headers
Accept: application/json+fhir
Authorization: <OAuth2 Bearer Token>
Example
Request
GET https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Immunization?patient=12724066
Response
Status: 200 OK
{
"resourceType": "Bundle",
"id": "24685278-6535-4770-9705-974db80e729b",
"type": "searchset",
"total": 2,
"link": [
{
"relation": "self",
"url": "https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Immunization?patient=12724066"
}
],
"entry": [
{
"fullUrl": "https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Immunization/M197197986",
"resource": {
"resourceType": "Immunization",
"id": "M197197986",
"meta": {
"versionId": "1",
"lastUpdated": "2019-12-26T13:12:59-06:00"
},
"text": {
"status": "generated",
"div": "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Immunization</b></p><p><b>Vaccine</b>: tetanus toxoid</p><p><b>Occurrence</b>: 1982</p><p><b>Patient</b>: SMART, NANCY</p><p><b>Status</b>: Completed</p></div>"
},
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/72",
"code": "2798767",
"display": "tetanus toxoid",
"userSelected": true
},
{
"system": "http://hl7.org/fhir/sid/cvx",
"code": "112",
"display": "tetanus toxoid, unspecified formulation",
"userSelected": false
}
],
"text": "tetanus toxoid"
},
"patient": {
"reference": "Patient/12724066",
"display": "SMART, NANCY"
},
"encounter": {
"reference": "Encounter/97939518"
},
"occurrenceDateTime": "1982",
"primarySource": false,
"reportOrigin": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/30200",
"code": "679978",
"display": "Self",
"userSelected": true
},
{
"system": "http://terminology.hl7.org/CodeSystem/immunization-origin",
"code": "recall",
"display": "Parent/Guardian/Patient Recall",
"userSelected": false
}
],
"text": "Self"
},
"location": {
"reference": "Location/32545019",
"display": "A"
},
"doseQuantity": {
"value": 0.0,
"unit": "unknown unit",
"system": "http://unitsofmeasure.org",
"code": "{unknownunit}"
},
"protocolApplied": [
{
"targetDisease": [
{
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/4003106",
"code": "2289043429",
"display": "COVID-19",
"userSelected": true
},
{
"system": "http://hl7.org/fhir/sid/cvx",
"code": "213",
"display": "SARS-COV-2 (COVID-19) vaccine, UNSPECIFIED",
"userSelected": false
}
],
"text": "COVID-19"
}
],
"doseNumberString": "Unknown"
}
]
}
},
{
"fullUrl": "https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Immunization/M197197982",
"resource": {
"resourceType": "Immunization",
"id": "M197197982",
"meta": {
"versionId": "1",
"lastUpdated": "2019-12-26T13:12:59-06:00"
},
"text": {
"status": "generated",
"div": "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Immunization</b></p><p><b>Vaccine</b>: influenza virus vaccine, live</p><p><b>Occurrence</b>: 2019</p><p><b>Patient</b>: SMART, NANCY</p><p><b>Status</b>: Completed</p></div>"
},
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/72",
"code": "2820756",
"display": "influenza virus vaccine, live",
"userSelected": true
},
{
"system": "http://hl7.org/fhir/sid/cvx",
"code": "111",
"display": "influenza, live, intranasal",
"userSelected": false
}
],
"text": "influenza virus vaccine, live"
},
"patient": {
"reference": "Patient/12724066",
"display": "SMART, NANCY"
},
"encounter": {
"reference": "Encounter/97939518"
},
"occurrenceDateTime": "2019",
"primarySource": false,
"reportOrigin": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/30200",
"code": "679978",
"display": "Self",
"userSelected": true
},
{
"system": "http://terminology.hl7.org/CodeSystem/immunization-origin",
"code": "recall",
"display": "Parent/Guardian/Patient Recall",
"userSelected": false
}
],
"text": "Self"
},
"location": {
"reference": "Location/32545019",
"display": "A"
},
"doseQuantity": {
"value": 0.0,
"unit": "unknown unit",
"system": "http://unitsofmeasure.org",
"code": "{unknownunit}"
}
}
}
]
}
Note: The examples provided here are non-normative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.
Example with RevInclude
Authorization Types
Request
GET https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Immunization?_id=M17255835,M17255827&_revinclude=Provenance:target
Response
Status: 200 OK
{
"resourceType": "Bundle",
"id": "d186de6b-664c-4fe1-b311-5569c9a559cd",
"type": "searchset",
"total": 2,
"link": [
{
"relation": "self",
"url": "https://fhir-ehr-partners.devcernerpowerchart.com/r4/eb2384f8-839e-4c6e-8b29-18e71db1a0b1/Immunization?_id=M17255835,M17255827&_revinclude=Provenance%3Atarget"
}
],
"entry": [
{
"fullUrl": "https://fhir-ehr-partners.devcernerpowerchart.com/r4/eb2384f8-839e-4c6e-8b29-18e71db1a0b1/Immunization/M17255835",
"resource": {
"resourceType": "Immunization",
"id": "M17255835",
"meta": {
"versionId": "1",
"lastUpdated": "2020-04-07T22:19:45+00:00"
},
"text": {
"status": "generated",
"div": "<div xmlns=\\"http://www.w3.org/1999/xhtml\\"><p><b>Immunization</b></p><p><b>Vaccine</b>: cholera vaccine</p><p><b>Occurrence</b>: Apr 5, 2020</p><p><b>Patient</b>: HEATHERJSMITH</p><p><b>Status</b>: Completed</p><p><b>Organization</b>: Baseline West Medical Center</p></div>"
},
"identifier": [
{
"system": "https://fhir.cerner.com/ceuuid",
"value": "CEfda49233-ccfa-4ed4-afbc-9f5082c2bf0c-17255835-2020040717194500"
}
],
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "https://fhir.cerner.com/eb2384f8-839e-4c6e-8b29-18e71db1a0b1/codeSet/72",
"code": "4337240",
"display": "cholera vaccine",
"userSelected": true
},
{
"system": "http://hl7.org/fhir/sid/cvx",
"code": "26",
"display": "cholera vaccine, unspecified formulation",
"userSelected": false
}
],
"text": "cholera vaccine"
},
"patient": {
"reference": "Patient/744104",
"display": "HEATHERJSMITH"
},
"encounter": {
"reference": "Encounter/5330647"
},
"occurrenceDateTime": "2020-04-05",
"primarySource": false,
"reportOrigin": {
"coding": [
{
"system": "https://fhir.cerner.com/eb2384f8-839e-4c6e-8b29-18e71db1a0b1/codeSet/30200",
"code": "19162979",
"display": "Primary Care Provider",
"userSelected": true
},
{
"system": "http://terminology.hl7.org/CodeSystem/immunization-origin",
"code": "provider",
"display": "Other Provider",
"userSelected": false
}
],
"text": "Primary Care Provider"
},
"location": {
"reference": "Location/633867",
"display": "Baseline West"
},
"doseQuantity": {
"value": 0.0,
"unit": "unknown unit",
"system": "http://unitsofmeasure.org",
"code": "{unknownunit}"
},
"performer": [
{
"actor": {
"reference": "Organization/589723",
"display": "Baseline West Medical Center"
}
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "https://fhir-ehr-partners.devcernerpowerchart.com/r4/eb2384f8-839e-4c6e-8b29-18e71db1a0b1/Immunization/M17255827",
"resource": {
"resourceType": "Immunization",
"id": "M17255827",
"meta": {
"versionId": "1",
"lastUpdated": "2020-04-07T22:17:33+00:00"
},
"text": {
"status": "generated",
"div": "<div xmlns=\\"http://www.w3.org/1999/xhtml\\"><p><b>Immunization</b></p><p><b>Vaccine</b>: diphtheria/pertussis, acel/tetanus ped</p><p><b>Occurrence</b>: Apr 7, 2020</p><p><b>Patient</b>: HEATHERJSMITH</p><p><b>Status</b>: Not Done</p><p><b>Status Reason</b>: Patient Refuses</p><p><b>Organization</b>: Baseline West Medical Center</p></div>"
},
"identifier": [
{
"system": "https://fhir.cerner.com/ceuuid",
"value": "CEfda49233-ccfa-4ed4-afbc-9f5082c2bf0c-17255827-2020040717173300"
}
],
"status": "not-done",
"statusReason": {
"coding": [
{
"system": "https://fhir.cerner.com/eb2384f8-839e-4c6e-8b29-18e71db1a0b1/codeSet/30440",
"code": "679607",
"display": "Patient Refuses",
"userSelected": true
},
{
"system": "http://snomed.info/sct",
"code": "591000119102",
"display": "Vaccine refused by patient (situation)",
"userSelected": false
}
],
"text": "Patient Refuses"
},
"vaccineCode": {
"coding": [
{
"system": "https://fhir.cerner.com/eb2384f8-839e-4c6e-8b29-18e71db1a0b1/codeSet/72",
"code": "4145944",
"display": "diphtheria/pertussis, acel/tetanus ped",
"userSelected": true
},
{
"system": "http://hl7.org/fhir/sid/cvx",
"code": "20",
"display": "diphtheria, tetanus toxoids and acellular pertussis vaccine",
"userSelected": false
}
],
"text": "diphtheria/pertussis, acel/tetanus ped"
},
"patient": {
"reference": "Patient/744104",
"display": "HEATHERJSMITH"
},
"occurrenceDateTime": "2020-04-07",
"primarySource": true,
"performer": [
{
"actor": {
"reference": "Organization/589723",
"display": "Baseline West Medical Center"
}
}
]
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "https://fhir-ehr-partners.devcernerpowerchart.com/r4/eb2384f8-839e-4c6e-8b29-18e71db1a0b1/Provenance/imm-12568185",
"resource": {
"resourceType": "Provenance",
"id": "imm-12568185",
"meta": {
"versionId": "12568185",
"lastUpdated": "2021-05-14T10:08:47-05:00"
},
"text": {
"status": "generated",
"div": "<div xmlns=\\"http://www.w3.org/1999/xhtml\\"><p><b>Provenance</b></p><p><b>Target</b>:</p><ul><li>Immunization/M17255835</li></ul><p><b>Recorded</b>: Oct 25, 2019 9:57 A.M. CDT</p><p><b>Agents</b>:</p><dl><dt>Unknown</dt><dd><b>Agent Type</b>: Transmitter</dd><dd><b>Agent Role</b>: Source</dd></dl><p><b>Entity Source</b>: DocumentReference/17255835</p></div>"
},
"target": [
{
"reference": "Immunization/M17255835"
}
],
"recorded": "2019-10-25T09:57:43-05:00",
"agent": [
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/us/core/CodeSystem/us-core-provenance-participant-type",
"code": "transmitter"
}
],
"text": "Transmitter"
},
"role": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/contractsignertypecodes",
"code": "SOURCE"
}
],
"text": "Source"
}
],
"who": {
"reference": "Organization/619848",
"display": "Unknown"
}
}
],
"entity": [
{
"role": "source",
"what": {
"reference": "DocumentReference/17255835"
}
}
]
},
"search": {
"mode": "include"
}
},
{
"fullUrl": "https://fhir-ehr-partners.devcernerpowerchart.com/r4/eb2384f8-839e-4c6e-8b29-18e71db1a0b1/Provenance/imm-12595155",
"resource": {
"resourceType": "Provenance",
"id": "imm-12595155",
"meta": {
"versionId": "12595155",
"lastUpdated": "2021-05-17T01:08:34-05:00"
},
"text": {
"status": "generated",
"div": "<div xmlns=\\"http://www.w3.org/1999/xhtml\\"><p><b>Provenance</b></p><p><b>Target</b>:</p><ul><li>Immunization/M17255835</li></ul><p><b>Recorded</b>: Oct 25, 2019 9:57 A.M. CDT</p><p><b>Agents</b>:</p><dl><dt>Unknown</dt><dd><b>Agent Type</b>: Transmitter</dd><dd><b>Agent Role</b>: Source</dd></dl><p><b>Entity Source</b>: DocumentReference/17255835</p></div>"
},
"target": [
{
"reference": "Immunization/M17255835"
}
],
"recorded": "2019-10-25T09:57:43-05:00",
"agent": [
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/us/core/CodeSystem/us-core-provenance-participant-type",
"code": "transmitter"
}
],
"text": "Transmitter"
},
"role": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/contractsignertypecodes",
"code": "SOURCE"
}
],
"text": "Source"
}
],
"who": {
"reference": "Organization/619848",
"display": "Unknown"
}
}
],
"entity": [
{
"role": "source",
"what": {
"reference": "DocumentReference/17255835"
}
}
]
},
"search": {
"mode": "include"
}
}
]
}
Note: The examples provided here are non-normative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.
Patient Authorization Request
GET https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Immunization?patient=12724066
Response
Status: 200 OK
{
"resourceType": "Bundle",
"id": "24685278-6535-4770-9705-974db80e729b",
"type": "searchset",
"total": 2,
"link": [
{
"relation": "self",
"url": "https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Immunization?patient=12724066"
}
],
"entry": [
{
"fullUrl": "https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Immunization/M197197986",
"resource": {
"resourceType": "Immunization",
"id": "M197197986",
"meta": {
"versionId": "1",
"lastUpdated": "2019-12-26T13:12:59-06:00"
},
"text": {
"status": "generated",
"div": "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Immunization</b></p><p><b>Vaccine</b>: tetanus toxoid</p><p><b>Occurrence</b>: 1982</p><p><b>Patient</b>: SMART, NANCY</p><p><b>Status</b>: Completed</p></div>"
},
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/72",
"code": "2798767",
"display": "tetanus toxoid",
"userSelected": true
},
{
"system": "http://hl7.org/fhir/sid/cvx",
"code": "112",
"display": "tetanus toxoid, unspecified formulation",
"userSelected": false
}
],
"text": "tetanus toxoid"
},
"patient": {
"reference": "Patient/12724066",
"display": "SMART, NANCY"
},
"encounter": {
"reference": "Encounter/97939518"
},
"occurrenceDateTime": "1982",
"primarySource": false,
"reportOrigin": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/30200",
"code": "679978",
"display": "Self",
"userSelected": true
},
{
"system": "http://terminology.hl7.org/CodeSystem/immunization-origin",
"code": "recall",
"display": "Parent/Guardian/Patient Recall",
"userSelected": false
}
],
"text": "Self"
},
"location": {
"reference": "Location/32545019",
"display": "A"
},
"doseQuantity": {
"value": 0.0,
"unit": "unknown unit",
"system": "http://unitsofmeasure.org",
"code": "{unknownunit}"
},
"protocolApplied": [
{
"targetDisease": [
{
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/4003106",
"code": "2289043429",
"display": "COVID-19",
"userSelected": true
},
{
"system": "http://hl7.org/fhir/sid/cvx",
"code": "213",
"display": "SARS-COV-2 (COVID-19) vaccine, UNSPECIFIED",
"userSelected": false
}
],
"text": "COVID-19"
}
],
"doseNumberString": "Unknown"
}
]
}
},
{
"fullUrl": "https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Immunization/M197197982",
"resource": {
"resourceType": "Immunization",
"id": "M197197982",
"meta": {
"versionId": "1",
"lastUpdated": "2019-12-26T13:12:59-06:00"
},
"text": {
"status": "generated",
"div": "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Immunization</b></p><p><b>Vaccine</b>: influenza virus vaccine, live</p><p><b>Occurrence</b>: 2019</p><p><b>Patient</b>: SMART, NANCY</p><p><b>Status</b>: Completed</p></div>"
},
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/72",
"code": "2820756",
"display": "influenza virus vaccine, live",
"userSelected": true
},
{
"system": "http://hl7.org/fhir/sid/cvx",
"code": "111",
"display": "influenza, live, intranasal",
"userSelected": false
}
],
"text": "influenza virus vaccine, live"
},
"patient": {
"reference": "Patient/12724066",
"display": "SMART, NANCY"
},
"encounter": {
"reference": "Encounter/97939518"
},
"occurrenceDateTime": "2019",
"primarySource": false,
"reportOrigin": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/30200",
"code": "679978",
"display": "Self",
"userSelected": true
},
{
"system": "http://terminology.hl7.org/CodeSystem/immunization-origin",
"code": "recall",
"display": "Parent/Guardian/Patient Recall",
"userSelected": false
}
],
"text": "Self"
},
"location": {
"reference": "Location/32545019",
"display": "A"
},
"doseQuantity": {
"value": 0.0,
"unit": "unknown unit",
"system": "http://unitsofmeasure.org",
"code": "{unknownunit}"
}
}
}
]
}
Note: The examples provided here are non-normative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.
Errors
The common errors and OperationOutcomes may be returned.
Retrieve by id
List an individual Immunization by its id:
GET /Immunization/:id
Authorization Types
Headers
Accept: application/json+fhir
Authorization: <OAuth2 Bearer Token>
Example
Request
GET https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Immunization/M197197986
Response
Status: 200 OK
{
"resourceType": "Immunization",
"id": "M197197986",
"meta": {
"versionId": "1",
"lastUpdated": "2019-12-26T13:12:59-06:00"
},
"text": {
"status": "generated",
"div": "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Immunization</b></p><p><b>Vaccine</b>: tetanus toxoid</p><p><b>Occurrence</b>: 1982</p><p><b>Patient</b>: SMART, NANCY</p><p><b>Status</b>: Completed</p></div>"
},
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/72",
"code": "2798767",
"display": "tetanus toxoid",
"userSelected": true
},
{
"system": "http://hl7.org/fhir/sid/cvx",
"code": "112",
"display": "tetanus toxoid, unspecified formulation",
"userSelected": false
}
],
"text": "tetanus toxoid"
},
"patient": {
"reference": "Patient/12724066",
"display": "SMART, NANCY"
},
"encounter": {
"reference": "Encounter/97939518"
},
"occurrenceDateTime": "1982",
"primarySource": false,
"reportOrigin": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/30200",
"code": "679978",
"display": "Self",
"userSelected": true
},
{
"system": "http://terminology.hl7.org/CodeSystem/immunization-origin",
"code": "recall",
"display": "Parent/Guardian/Patient Recall",
"userSelected": false
}
],
"text": "Self"
},
"location": {
"reference": "Location/32545019",
"display": "A"
},
"doseQuantity": {
"value": 0.0,
"unit": "unknown unit",
"system": "http://unitsofmeasure.org",
"code": "{unknownunit}"
},
"protocolApplied": [
{
"targetDisease": [
{
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/4003106",
"code": "2289043429",
"display": "COVID-19",
"userSelected": true
},
{
"system": "http://hl7.org/fhir/sid/cvx",
"code": "213",
"display": "SARS-COV-2 (COVID-19) vaccine, UNSPECIFIED",
"userSelected": false
}
],
"text": "COVID-19"
}
],
"doseNumberString": "Unknown"
}
]
}
Note: The examples provided here are non-normative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.
Patient Authorization Request For Completed Status
GET https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Immunization/M197197986
Response
Status: 200 OK
{
"resourceType": "Immunization",
"id": "M197197986",
"meta": {
"versionId": "1",
"lastUpdated": "2019-12-26T13:12:59-06:00"
},
"text": {
"status": "generated",
"div": "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Immunization</b></p><p><b>Vaccine</b>: tetanus toxoid</p><p><b>Occurrence</b>: 1982</p><p><b>Patient</b>: SMART, NANCY</p><p><b>Status</b>: Completed</p></div>"
},
"status": "completed",
"vaccineCode": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/72",
"code": "2798767",
"display": "tetanus toxoid",
"userSelected": true
},
{
"system": "http://hl7.org/fhir/sid/cvx",
"code": "112",
"display": "tetanus toxoid, unspecified formulation",
"userSelected": false
}
],
"text": "tetanus toxoid"
},
"patient": {
"reference": "Patient/12724066",
"display": "SMART, NANCY"
},
"encounter": {
"reference": "Encounter/97939518"
},
"occurrenceDateTime": "1982",
"primarySource": false,
"reportOrigin": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/30200",
"code": "679978",
"display": "Self",
"userSelected": true
},
{
"system": "http://terminology.hl7.org/CodeSystem/immunization-origin",
"code": "recall",
"display": "Parent/Guardian/Patient Recall",
"userSelected": false
}
],
"text": "Self"
},
"location": {
"reference": "Location/32545019",
"display": "A"
},
"doseQuantity": {
"value": 0.0,
"unit": "unknown unit",
"system": "http://unitsofmeasure.org",
"code": "{unknownunit}"
}
}
Note: The examples provided here are non-normative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.
Patient Authorization Request For Entered in Error Status
GET https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Immunization/M211860902
Response
Status: 200 OK
{
"resourceType": "Immunization",
"id": "M197197986",
"meta": {
"versionId": "1",
"lastUpdated": "2019-12-26T13:12:59-06:00"
},
"text": {
"status": "generated",
"div": "<div xmlns=\\"http://www.w3.org/1999/xhtml'><p><b>Immunization</b></p><p><b>Patient</b>:MARSTON, JACK</p><p><b>Status</b>: Entered in Error</p></div>"
},
"status": "entered-in-error",
"vaccineCode": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
"code": "error",
"display": "Error"
}
],
"text": "Error"
},
"patient": {
"reference": "Patient/166045489",
"display": "MARSTON, JACK"
},
"_occurrenceDateTime": {
"extension": [
{
"valueCode": "error",
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason"
}
]
}
}
Note: The examples provided here are non-normative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.
Patient Authorization Request For Not done Status
GET https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Immunization/HM178147794
Response
Status: 200 OK
{
"resourceType": "Immunization",
"id": "HM178147794",
"meta": {
"versionId": "0",
"lastUpdated": "2020-09-09T12:55:55-05:00"
},
"text": {
"status": "generated",
"div": "<div xmlns=\\"http://www.w3.org/1999/xhtml\\"><p><b>Immunization</b></p><p><b>Vaccine</b>: Rotavirus</p><p><b>Occurrence</b>: Sep 9, 2020 12:55 P.M. CDT</p><p><b>Patient</b>: MARSTON, JACK</p><p><b>Status</b>: Not Done</p><p><b>Status Reason</b>: Patient Refuses</p></div>"
},
"status": "not-done",
"statusReason": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/30200",
"code": "679611",
"display": "Patient Refuses",
"userSelected": true
},
{
"system": "http://snomed.info/sct",
"code": "591000119102",
"display": "Vaccine refused by patient (situation)",
"userSelected": false
}
],
"text": "Patient Refuses"
},
"vaccineCode": {
"text": "Rotavirus"
},
"patient": {
"reference": "Patient/166045489",
"display": "MARSTON, JACK"
},
"occurrenceDateTime": "2020-09-09T12:55:55-05:00",
"primarySource": true
}
Note: The examples provided here are non-normative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.
Errors
The common errors and OperationOutcomes may be returned.
Create
Create a new Immunization.
POST /Immunization
Authorization Types
Headers
Authorization: <OAuth2 Bearer Token>
Content-Type: application/fhir+json
Body Fields
Name | Required | Type | |
---|---|---|---|
resourceType
|
Yes |
string |
|
|
|||
status
|
Yes |
code |
|
|
|||
statusReason
|
No |
CodeableConcept |
|
|
|||
vaccineCode
|
Yes |
CodeableConcept |
|
|
|||
patient
|
Yes |
Reference |
|
|
|||
encounter
|
Yes |
Reference |
|
|
|||
occurrenceDateTime
|
Yes |
dateTime |
|
|
|||
reportOrigin
|
No |
CodeableConcept |
|
|
|||
manufacturer
|
No |
Reference |
|
|
|||
lotNumber
|
No |
string |
|
|
|||
expirationDate
|
No |
date |
|
|
|||
site
|
No |
CodeableConcept |
|
|
|||
route
|
No |
CodeableConcept |
|
|
|||
doseQuantity
|
No |
SimpleQuantity |
|
|
|||
performer
|
No |
List of BackboneElement |
|
|
|||
performer.function
|
No |
CodeableConcept |
|
|
|||
performer.actor
|
Yes |
Reference |
|
|
|||
note
|
No |
List of Annotation |
|
|
|||
primarySource
|
No |
boolean |
|
|
Example
Request
POST https://fhir-ehr-code.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Immunization
Body
{
"resourceType": "Immunization",
"status": "completed",
"occurrenceDateTime": "2019-06-30T10:35:00-05:00",
"vaccineCode": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/72",
"code": "2798767",
"display": "tetanus toxoid",
"userSelected": false
}
],
"text": "tetanus toxoid"
},
"patient": {
"reference": "Patient/12724066"
},
"encounter": {
"reference": "Encounter/97939518"
},
"reportOrigin": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/30200",
"code": "679978",
"display": "Self",
"userSelected": true
}
],
"text": "Self"
},
"site": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/97",
"code": "610",
"display": "Right Hand",
"userSelected": false
}
],
"text": "Right Hand"
},
"route": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/4001",
"code": "318167",
"display": "IM",
"userSelected": false
}
],
"text": "IM"
}
}
Response
Status: 201 Created
Cache-Control: no-cache Content-Length: 0 Content-Type: application/fhir+json Date: Sun, 30 Jun 2019 10:35:00 GMT Etag: W/"1" Last-Modified: Sun, 30 Jun 2019 10:35:00 GMT Location: https://fhir-ehr-code.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Immunization/147391087 Vary: Origin X-Request-Id: 1638e30e497b93ff4383b2ff0eaeea68
The ETag
response header indicates the current If-Match
version to use on subsequent updates.
Errors
The common errors and OperationOutcomes may be returned.
Update
Update an Immunization.
PUT /Immunization/:id
Authorization Types
Headers
Authorization: <OAuth2 Bearer Token>
Content-Type: application/fhir+json
If-Match: W/"<Current version of the Immunization resource>"
Body fields
Name | Required | Type | |
---|---|---|---|
resourceType
|
Yes |
string |
|
|
|||
id
|
Yes |
id |
|
|
|||
status
|
Yes |
code |
|
|
|||
statusReason
|
No |
CodeableConcept |
|
|
|||
vaccineCode
|
Yes |
CodeableConcept |
|
|
|||
patient
|
Yes |
Reference |
|
|
|||
encounter
|
Yes |
Reference |
|
|
|||
occurrenceDateTime
|
Yes |
dateTime |
|
|
|||
reportOrigin
|
No |
CodeableConcept |
|
|
|||
manufacturer
|
No |
Reference |
|
|
|||
lotNumber
|
No |
string |
|
|
|||
expirationDate
|
No |
date |
|
|
|||
site
|
No |
CodeableConcept |
|
|
|||
route
|
No |
CodeableConcept |
|
|
|||
doseQuantity
|
No |
SimpleQuantity |
|
|
|||
performer
|
No |
List of BackboneElement |
|
|
|||
performer.function
|
No |
CodeableConcept |
|
|
|||
performer.actor
|
Yes |
Reference |
|
|
|||
note
|
No |
List of Annotation |
|
|
|||
primarySource
|
No |
boolean |
|
|
Example
Request
PUT https://fhir-ehr-code.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Immunization/M197197986
Body
{
"resourceType": "Immunization",
"id": "M197197986",
"status": "completed",
"occurrenceDateTime": "2019-07-15T10:35:00-05:00",
"vaccineCode": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/72",
"code": "2798767",
"display": "tetanus toxoid",
"userSelected": true
}
],
"text": "tetanus toxoid"
},
"patient": {
"reference": "Patient/12724066"
},
"encounter": {
"reference": "Encounter/97939518"
},
"reportOrigin": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/30200",
"code": "679978",
"display": "Self",
"userSelected": true
}
],
"text": "Self"
},
"performer": [
{
"function": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0443",
"code": "AP",
"display": "Administering Provider"
}
],
"text": "Administering Provider"
},
"actor": {
"reference": "Practitioner/4122622"
}
}
]
}
Response
Status: 200 OK
Cache-Control: no-cache Content-Length: 0 Content-Type: application/fhir+json Date: Sun, 30 Jun 2019 10:40:00 GMT Etag: W/"2" Last-Modified: Sun, 30 Jun 2019 10:40:00 GMT Vary: Origin X-Request-Id: 1638e30e497b93ff4383b2ff0eaeea91
The ETag
response header indicates the current If-Match
version to use on subsequent updates.
Errors
The common errors and OperationOutcomes may be returned.