In the EpisodeOfCare resource for FHIR stu3 , the patient attribute identifies the The patient who is the focus of this episode of care
"patient": {
"reference": "Patient/example"
}
"status": "active"
"managingOrganization": {
"reference": "Organization/hl7"
}
"account": [
{
"display": "example account",
"reference": "Account/example"
}
]
"careManager": {
"display": "Amanda Assigned",
"reference": "Practitioner/14"
}
"patient": {
"reference": "Patient/example"
}
"identifier": [
{
"system": "http://example.org/sampleepisodeofcare-identifier",
"value": "123"
}
]
"period": {
"start": "2014-09-01"
}
"referralRequest": [
{
"display": "Referral from Example Aged Care Services"
}
]
"diagnosis": [
{
"role": {
"coding": [
{
"code": "CC",
"system": "http://hl7.org/fhir/diagnosis-role",
"display": "Chief complaint"
}
]
},
"rank": 1,
"condition": {
"reference": "Condition/stroke"
}
}
]
"team": [
{
"display": "example care team",
"reference": "CareTeam/example"
}
]
"statusHistory": [
{
"status": "planned",
"period": {
"start": "2014-09-01",
"end": "2014-09-14"
}
},
{
"status": "active",
"period": {
"start": "2014-09-15",
"end": "2014-09-21"
}
},
{
"status": "onhold",
"period": {
"start": "2014-09-22",
"end": "2014-09-24"
}
},
{
"status": "active",
"period": {
"start": "2014-09-25"
}
}
]
"type": [
{
"coding": [
{
"code": "hacc",
"system": "http://hl7.org/fhir/episodeofcare-type",
"display": "Home and Community Care"
}
]
}
]