An example to illustrate an episode of care for smoking cessation therapy

Table View

EpisodeOfCare.id[0]UKCore-EpisodeOfCare-SmokingCessationTherapy-Example
EpisodeOfCare.text[0].status[0]additional
EpisodeOfCare.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate an episode of care for smoking cessation therapy</div>
EpisodeOfCare.status[0]finished
EpisodeOfCare.type[0].coding[0].system[0]http://snomed.info/sct
EpisodeOfCare.type[0].coding[0].code[0]710081004
EpisodeOfCare.type[0].coding[0].display[0]Smoking cessation therapy
EpisodeOfCare.patient[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
EpisodeOfCare.managingOrganization[0].reference[0]Organization/UKCore-Organization-LeedsTeachingHospital-Example

XML View

<EpisodeOfCare xmlns="http://hl7.org/fhir">
<id value="UKCore-EpisodeOfCare-SmokingCessationTherapy-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<status value="finished" />
<system value="http://snomed.info/sct" />
<code value="710081004" />
<display value="Smoking cessation therapy" />
</coding>
</type>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</patient>
<reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" />
</managingOrganization>
</EpisodeOfCare>

JSON View

{
"resourceType": "EpisodeOfCare",
"id": "UKCore-EpisodeOfCare-SmokingCessationTherapy-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"status": "finished",
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "710081004",
"display": "Smoking cessation therapy"
}
]
}
],
"patient": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
}
}