This page is part of the CodeX™ Radiation Therapy (v2.0.0-ballot: STU 2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Encounter",
"id" : "RadiotherapyTreatmentSession-2",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-treatment-session"
],
"security" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "HTEST"
}
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"RadiotherapyTreatmentSession-2\"> </a><a name=\"hcRadiotherapyTreatmentSession-2\"> </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 Encounter "RadiotherapyTreatmentSession-2" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-codexrt-radiotherapy-treatment-session.html\">Radiotherapy Treatment Session</a></p><p style=\"margin-bottom: 0px\">Security Labels: <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActReason http://terminology.hl7.org/CodeSystem/v3-ActReason}\">http://terminology.hl7.org/CodeSystem/v3-ActReason</span></p></div><p><b>Session Number</b>: 2</p><p><b>status</b>: finished</p><p><b>class</b>: ambulatory (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory', stated as 'ambulatory')</p><p><b>type</b>: Patient encounter procedure (procedure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#308335008)</span></p><p><b>subject</b>: <a href=\"Patient-Patient-6.html\">Patient/Patient-6: Peter Venkman</a> " VENKMAN"</p><p><b>basedOn</b>: </p><ul><li><a href=\"ServiceRequest-RadiotherapyTreatmentPlan-04-Prostate-Phase1-Plan1.html\">ServiceRequest/RadiotherapyTreatmentPlan-04-Prostate-Phase1-Plan1: Prostate-Phase1-Plan1</a></li><li><a href=\"ServiceRequest-RadiotherapyPlannedPhase-04-Prostate-Phase1.html\">ServiceRequest/RadiotherapyPlannedPhase-04-Prostate-Phase1: Prostate-Phase1</a></li></ul><p><b>period</b>: 2020-10-27 13:10:17+0100 --> 2020-10-28 13:25:17+0100</p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-TreatmentLocation-1.html\">Location/TreatmentLocation-1</a> "Joe's Radiotherapy Clinic"</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-session-number",
"valuePositiveInt" : 2
}
],
"status" : "finished",
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "AMB",
"display" : "ambulatory"
},
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "308335008",
"display" : "Patient encounter procedure (procedure)"
}
]
}
],
"subject" : {
🔗 "reference" : "Patient/Patient-6",
"display" : "Peter Venkman"
},
"basedOn" : [
{
🔗 "reference" : "ServiceRequest/RadiotherapyTreatmentPlan-04-Prostate-Phase1-Plan1",
"display" : "Prostate-Phase1-Plan1"
},
{
🔗 "reference" : "ServiceRequest/RadiotherapyPlannedPhase-04-Prostate-Phase1",
"display" : "Prostate-Phase1"
}
],
"period" : {
"start" : "2020-10-27T13:10:17+01:00",
"end" : "2020-10-28T13:25:17+01:00"
},
"location" : [
{
"location" : {
🔗 "reference" : "Location/TreatmentLocation-1"
}
}
]
}