Please note:
- This version of the UK Core is a development copy.
- This contains BREAKING CHANGES as a result of the C&TA Sprint 7 Review, and STU2 Sequence ballot reconciliation.
- This version is not yet reviewed for implementation. Other versions are available on the UK Core Version History Guide
- Please follow the guidance on the Contact Us page if you need any assistance.
- A summary of changes is available on the STU3 Sequence Change Log
UKCore-EpisodeOfCare-SmokingCessationTherapy-Example
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 |
Tree View
EpisodeOfCare |
id : UKCore-EpisodeOfCare-SmokingCessationTherapy-Example |
text |
status : additional |
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 |
XML View
<EpisodeOfCare xmlns="http://hl7.org/fhir"> <id value="UKCore-EpisodeOfCare-SmokingCessationTherapy-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <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", "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" }, "managingOrganization": { "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example" } }