PackagesCanonicalsLogsProblems
    Packages
    hl7.eu.fhir.pcsp@0.1.0
    http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Observation-totalDoseRad-eu-pcsp
description: This profile defines how to represent Radiotherapy Total Dose in FHIR for the purpose of the PanCareSurPass project.
package_name: hl7.eu.fhir.pcsp
derivation: constraint
name: TotalDoseRadObsPcsp
type: Observation
elements:
  status: {mustSupport: true, index: 0}
  category:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: procedure, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
    index: 1
  code:
    binding: {strength: required, valueSet: 'http://hl7.eu/fhir/ig/pcsp/ValueSet/vs-radiotherapyDoseType-eu-pcsp'}
    mustSupport: true
    index: 2
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Patient-eu-pcsp']
    index: 3
  value:
    mustSupport: true
    choices: [valueQuantity, valueCodeableConcept]
    index: 5
  valueQuantity:
    type: Quantity
    mustSupport: true
    index: 8
    elements:
      value: {mustSupport: true, index: 9}
      unit: {mustSupport: true, index: 10}
      system:
        pattern: {type: Uri, value: 'http://unitsofmeasure.org'}
        mustSupport: true
        index: 11
      code: {mustSupport: true, index: 12}
    required: [value, system, code]
  valueCodeableConcept:
    type: CodeableConcept
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: unknown, system: 'http://terminology.hl7.org/CodeSystem/data-absent-reason', display: Unknown}
    index: 13
  bodySite:
    short: required for Brachytherapy and External beam
    binding: {strength: required, valueSet: 'http://hl7.eu/fhir/ig/pcsp/ValueSet/vs-radiotherapy-pcsp'}
    index: 14
    extensions:
      locationQualifier:
        url: http://hl7.eu/fhir/ig/pcsp/StructureDefinition/mcode-body-location-qualifier
        type: Extension
        index: 15
        elements:
          valueCodeableConcept:
            binding: {strength: required, valueSet: 'http://hl7.eu/fhir/ig/pcsp/ValueSet/vs-fromToPosteriorAnterior-eu-pcsp'}
            index: 16
        required: [valueCodeableConcept]
      lateralityQualifier: {url: 'http://hl7.eu/fhir/ig/pcsp/StructureDefinition/mcode-laterality-qualifier', min: 0, max: 1, type: Extension, index: 17}
    elements:
      extension:
        type: Extension
        url: http://hl7.eu/fhir/ig/pcsp/StructureDefinition/mcode-body-location-qualifier
        index: 15
        slicing:
          slices:
            locationQualifier:
              match: {}
              schema:
                type: Extension
                url: http://hl7.eu/fhir/ig/pcsp/StructureDefinition/mcode-body-location-qualifier
                index: 15
                elements:
                  valueCodeableConcept:
                    binding: {strength: required, valueSet: 'http://hl7.eu/fhir/ig/pcsp/ValueSet/vs-fromToPosteriorAnterior-eu-pcsp'}
                    index: 16
                required: [valueCodeableConcept]
            lateralityQualifier:
              match: {}
              schema: {type: Extension, url: 'http://hl7.eu/fhir/ig/pcsp/StructureDefinition/mcode-laterality-qualifier', index: 17}
              min: 0
              max: 1
package_version: 0.1.0
class: profile
kind: resource
url: http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Observation-totalDoseRad-eu-pcsp
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 0.1.0
required: [value, subject, valueCodeableConcept, category, valueQuantity]