PanCareSurPass Project HL7 FHIR Implementation Guide
0.2.0 - CI Build 150

PanCareSurPass Project HL7 FHIR Implementation Guide, published by PanCareSurPass Project. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/pcsp/ and changes regularly. See the Directory of published versions

: Procedure: Radiotherapy - JSON Representation

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "ProcedureRadio-1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-radiotheraphy-eu-pcsp"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure ProcedureRadio-1</b></p><a name=\"ProcedureRadio-1\"> </a><a name=\"hcProcedureRadio-1\"> </a><a name=\"ProcedureRadio-1-en-US\"> </a><p><b>Resource related information</b>: <a href=\"Observation-ObservationRadTotalDose-1.html\">Observation Total boost radiation dose delivered</a></p><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 108290001}\">Radiotherapy</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 399315003}\">Radionuclide therapy</span></p><p><b>subject</b>: <a href=\"Patient-PatientMainzZeisig.html\">Sarah Zeisig  Female, DoB: 1996-12-12 ( http://hl7.eu/fhir/ig/pcsp/sid/pat-id-mainz#L0010)</a></p><p><b>performed</b>: 2017-03-06 00:00:00+0100 --&gt; (ongoing)</p><p><b>location</b>: <a href=\"Location-Location-SCT1.html\">Location Universitätsklinikum Schleswig-Holstein - Campus Lübeck</a></p><p><b>reasonReference</b>: <a href=\"Condition-ConditionPrimCancerMainzZeisig.html\">Condition 081</a></p><p><b>bodySite</b>: <span title=\"Codes:{http://hl7.eu/fhir/ig/pcsp/CodeSystem/cs-radiotherapy-pcsp 1.4}\">Brain: Occipital lobe</span></p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/resource-relatedInfo",
      "valueReference" : {
        🔗 "reference" : "Observation/ObservationRadTotalDose-1"
      }
    }
  ],
  "status" : "completed",
  "category" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "108290001",
        "display" : "Radiotherapy"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "399315003",
        "display" : "Radionuclide therapy"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientMainzZeisig"
  },
  "performedPeriod" : {
    "start" : "2017-03-06T00:00:00+01:00"
  },
  "location" : {
    🔗 "reference" : "Location/Location-SCT1"
  },
  "reasonReference" : [
    {
      🔗 "reference" : "Condition/ConditionPrimCancerMainzZeisig"
    }
  ],
  "bodySite" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.eu/fhir/ig/pcsp/CodeSystem/cs-radiotherapy-pcsp",
          "code" : "1.4",
          "display" : "Brain: Occipital lobe"
        }
      ]
    }
  ]
}