FHIR IG analytics| Package | hl7.fhir.us.codex-radiation-therapy.r4b |
| Resource Type | Encounter |
| Id | Encounter-RadiotherapyTreatmentSession-2.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter RadiotherapyTreatmentSession-2
Session Number: 2
identifier: DICOM Unique Id/urn:oid:1.2.246.352.71.842418.2121.20150602151846
status: Finished
class: ActCode AMB: ambulatory
type: Patient encounter procedure (procedure)
serviceType: Radiotherapy (procedure)
subject: Peter Venkman
basedOn:
period: 2020-10-27 13:10:17+0100 --> 2020-10-28 13:25:17+0100
| Location |
| Location Joe's Radiotherapy Clinic |
{
"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": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-session-number",
"valuePositiveInt": 2
}
],
"identifier": [
{
"system": "urn:dicom:uid",
"value": "urn:oid:1.2.246.352.71.842418.2121.20150602151846"
}
],
"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)"
}
]
}
],
"serviceType": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1287742003",
"display": "Radiotherapy (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"
}
}
]
}