ResMed Core Implementation Guide
0.37.0 - ci-build
ResMed Core Implementation Guide - Local Development build (v0.37.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "EpisodeOfCare",
"id" : "resmed-episode-of-care-example",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: EpisodeOfCare</b><a name=\"resmed-episode-of-care-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource EpisodeOfCare "resmed-episode-of-care-example" </p></div><p><b>status</b>: active</p><h3>StatusHistories</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Status</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td>active</td><td>2021-05-06 --> (ongoing)</td></tr></table><p><b>patient</b>: <a href=\"Patient-airview-patient.html\">Patient/airview-patient</a> " SMITH"</p><p><b>managingOrganization</b>: <a href=\"Organization-airview-organization.html\">Organization/airview-organization</a> "SleepyLabs Sleep Clinic"</p><p><b>period</b>: 2021-05-06 --> (ongoing)</p><p><b>careManager</b>: <a href=\"Practitioner-resmed-practitioner-example.html\">Practitioner/resmed-practitioner-example</a> " SMITH"</p><p><b>team</b>: <a href=\"CareTeam-resmed-care-team-example.html\">CareTeam/resmed-care-team-example</a></p></div>"
},
"status" : "active",
"statusHistory" : [
{
"status" : "active",
"period" : {
"start" : "2021-05-06"
}
}
],
"patient" : {
🔗 "reference" : "Patient/airview-patient"
},
"managingOrganization" : {
🔗 "reference" : "Organization/airview-organization"
},
"period" : {
"start" : "2021-05-06"
},
"careManager" : {
🔗 "reference" : "Practitioner/resmed-practitioner-example"
},
"team" : [
{
🔗 "reference" : "CareTeam/resmed-care-team-example"
}
]
}