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

: Observation: Radiotherapy Total Dose - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "ObservationRadTotalDose-1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Observation-totalDoseRad-eu-pcsp"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ObservationRadTotalDose-1</b></p><a name=\"ObservationRadTotalDose-1\"> </a><a name=\"hcObservationRadTotalDose-1\"> </a><a name=\"ObservationRadTotalDose-1-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category procedure}\">Procedure</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 445565002}\">Total boost radiation dose delivered</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>value</b>: 5 Gy<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeGy = 'Gy')</span></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>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "procedure"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "445565002",
        "display" : "Total boost radiation dose delivered"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientMainzZeisig"
  },
  "valueQuantity" : {
    "value" : 5,
    "unit" : "Gy",
    "system" : "http://unitsofmeasure.org",
    "code" : "Gy"
  },
  "bodySite" : {
    "coding" : [
      {
        "system" : "http://hl7.eu/fhir/ig/pcsp/CodeSystem/cs-radiotherapy-pcsp",
        "code" : "1.4",
        "display" : "Brain: Occipital lobe"
      }
    ]
  }
}