In the ImmunizationRecommendation resource for FHIR stu3 , the patient attribute identifies the Who this profile is for
"patient": {
"reference": "Patient/example"
}
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1235"
}
]
"patient": {
"reference": "Patient/example"
}
"recommendation": [
{
"protocol": {
"doseSequence": 1,
"series": "Vaccination Series 1",
"description": "First sequence in protocol",
"authority": {
"reference": "Organization/hl7"
}
},
"forecastStatus": {
"text": "Not Complete"
},
"dateCriterion": [
{
"code": {
"coding": [
{
"code": "earliest",
"system": "http://hl7.org/fhir/immunization-recommendation-date-criterion",
"display": "Earliest Date"
}
]
},
"value": "2015-12-01T00:00:00-05:00"
},
{
"code": {
"coding": [
{
"code": "recommended",
"system": "http://hl7.org/fhir/immunization-recommendation-date-criterion",
"display": "Recommended"
}
]
},
"value": "2015-12-01T00:00:00-05:00"
},
{
"code": {
"coding": [
{
"code": "overdue",
"system": "http://hl7.org/fhir/immunization-recommendation-date-criterion",
"display": "Past Due Date"
}
]
},
"value": "2016-12-28T00:00:00-05:00"
}
],
"vaccineCode": {
"coding": [
{
"code": "14745005",
"system": "http://snomed.info/sct",
"display": "Hepatitis A vaccine"
}
]
},
"supportingPatientInformation": [
{
"reference": "Observation/example"
}
],
"date": "2015-02-09T11:04:15.817-05:00",
"doseNumber": 1,
"supportingImmunization": [
{
"reference": "Immunization/example"
}
]
}
]