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

FHIR IG analytics

Packagehl7.fhir.uv.ichom-breast-cancer
Resource TypeProcedure
IdProcedure-RadiotherapyPatient147.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: Procedure

Resource Procedure "RadiotherapyPatient147"

Profile: Radiotherapy

status: completed

code: Radiation oncology AND/OR radiotherapy (SNOMED CT#108290001)

subject: Patient/BreastCancerPatient147 " LETSCHE"

performed: 2021-06-19 --> 2021-12-01

reasonCode: Adjuvant - intent (SNOMED CT#373846009)

reasonReference: Condition/PrimaryBreastCancerPatient147

bodySite: Site of tumor (SNOMED CT#263601005)


Source1

{
  "resourceType": "Procedure",
  "id": "RadiotherapyPatient147",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ichom-breast-cancer/StructureDefinition/radiotherapy"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "108290001",
        "display": "Radiation oncology AND/OR radiotherapy"
      }
    ]
  },
  "subject": {
    "reference": "Patient/BreastCancerPatient147"
  },
  "performedPeriod": {
    "start": "2021-06-19",
    "end": "2021-12-01"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "373846009",
          "display": "Adjuvant - intent"
        }
      ]
    }
  ],
  "reasonReference": [
    {
      "reference": "Condition/PrimaryBreastCancerPatient147"
    }
  ],
  "bodySite": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "263601005",
          "display": "Site of tumor"
        }
      ]
    }
  ]
}