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

FHIR IG analytics

Packagehl7.fhir.us.central-cancer-registry-reporting
Resource TypeProcedure
IdProcedure-radiotherapy-example.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

Profile: mCODE Radiotherapy Course Summary

Procedure: Radiotherapy Course Summary

Status: Completed

Intent: Curative (SNOMEDCT: 373808002)

Modality: External beam radiation therapy using photons (SNOMEDCT: 1156506007)

Performed: 2024-01-31 to 2024-03-31

Subject: Patient-example: Amy Shaw

Reason: Infiltrating duct carcinoma of breast


Source1

{
  "resourceType": "Procedure",
  "id": "radiotherapy-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-course-summary"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-procedure-intent",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "373808002",
            "display": "Curative - procedure intent"
          }
        ]
      }
    },
    {
      "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": "1156530009",
                "display": "Volumetric Modulated Arc Therapy (procedure)"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-radiotherapy-modality-and-technique"
    }
  ],
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "1217123003"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example"
  },
  "performedPeriod": {
    "start": "2024-01-31",
    "end": "2024-03-31"
  },
  "reasonReference": [
    {
      "reference": "Condition/primary-cancer-condition-breast"
    }
  ]
}