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

FHIR IG analytics

Packagehl7.fhir.us.codex-radiation-therapy.r4
Resource TypeServiceRequest
IdServiceRequest-RadiotherapyPhasePrescription-103-RTTD-RightBreastTang.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: ServiceRequest RadiotherapyPhasePrescription-103-RTTD-RightBreastTang

Number of Prescribed Fractions: 25

Radiotherapy Modality And Technique Extension

  • http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-modality: External beam radiation therapy using photons (procedure)
  • http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-technique: Three dimensional external beam radiation therapy (procedure)

Dose Prescribed to Volume

identifier: http://varian.com/fhir/identifier/radiotherapyPhaseId/Right Breast Tangents (use: usual, ), DICOM Unique Id/urn:oid:2.16.124.113543.1154777499.30246.19789.333.103 (use: official, )

basedOn: ServiceRequest Radiotherapy course of treatment (regime/therapy)

status: Active

intent: Original Order

category: Radiotherapy (procedure)

code: Radiotherapy treatment phase (regime/therapy)

subject: Alice BilateralBreast Female, DoB: 1973-07-25 ( Medical Record Number: 101101101 (use: usual, ))

bodySite: Breast structure (body structure)


Source1

{
  "resourceType": "ServiceRequest",
  "id": "RadiotherapyPhasePrescription-103-RTTD-RightBreastTang",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-phase-prescription"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-fractions-prescribed",
      "valuePositiveInt": 25
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-modality",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "1156506007",
                "display": "External beam radiation therapy using photons (procedure)"
              }
            ]
          }
        },
        {
          "url": "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-technique",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "1162782007",
                "display": "Three dimensional external beam radiation therapy (procedure)"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-modality-and-technique"
    },
    {
      "extension": [
        {
          "url": "volume",
          "valueReference": {
            "reference": "BodyStructure/RadiotherapyVolume-103-RightBreast"
          }
        },
        {
          "url": "fractionDose",
          "valueQuantity": {
            "value": 200,
            "system": "http://unitsofmeasure.org",
            "code": "cGy"
          }
        },
        {
          "url": "totalDose",
          "valueQuantity": {
            "value": 5000,
            "system": "http://unitsofmeasure.org",
            "code": "cGy"
          }
        }
      ],
      "url": "http://hl7.org/fhir/us/codex-radiation-therapy/StructureDefinition/codexrt-radiotherapy-dose-prescribed-to-volume"
    }
  ],
  "identifier": [
    {
      "use": "usual",
      "system": "http://varian.com/fhir/identifier/radiotherapyPhaseId",
      "value": "Right Breast Tangents"
    },
    {
      "use": "official",
      "system": "urn:dicom:uid",
      "value": "urn:oid:2.16.124.113543.1154777499.30246.19789.333.103"
    }
  ],
  "basedOn": [
    {
      "reference": "ServiceRequest/RadiotherapyCoursePrescription-101-RTTD-BilateralBreast"
    }
  ],
  "status": "active",
  "intent": "original-order",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "1287742003",
          "display": "Radiotherapy (procedure)"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "1222565005",
        "display": "Radiotherapy treatment phase (regime/therapy)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Patient-101"
  },
  "bodySite": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-laterality-qualifier",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "24028007",
                "display": "Right (qualifier value)"
              }
            ]
          }
        }
      ],
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "76752008",
          "display": "Breast structure (body structure)"
        }
      ]
    }
  ]
}