XML View
<EpisodeOfCare xmlns="http://hl7.org/fhir">
<id value="UKCore-EpisodeOfCare-SmokingCessationTherapy-Example" />
<status value="finished" />
<type>
<coding>
<system value="http://snomed.info/sct" />
<code value="710081004" />
<display value="Smoking cessation therapy" />
</coding>
</type>
<patient>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</patient>
<managingOrganization>
<reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" />
</managingOrganization>
</EpisodeOfCare>
JSON View
{
"resourceType": "EpisodeOfCare",
"id": "UKCore-EpisodeOfCare-SmokingCessationTherapy-Example",
"status": "finished",
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "710081004",
"display": "Smoking cessation therapy"
}
]
}
],
"patient": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"managingOrganization": {
"reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
}
}