FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.codex-radiation-therapy
Resource TypeEncounter
IdEncounter-RadiotherapyTreatmentSession-2.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Encounter RadiotherapyTreatmentSession-2

Language: en

Profile: Radiotherapy Treatment Session

Security Label: test health data (Details: ActReason code HTEST = 'test health data')

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

Locations

-Location
*Location Joe's Radiotherapy Clinic

Source1

{
  "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"
      }
    ]
  },
  "language": "en",
  "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"
      }
    }
  ]
}