PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch-crl@0.9.0
    http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-observation-dssplus
description: Definition of the Observation for the DSSplus
package_name: ch.fhir.ig.ch-crl
derivation: constraint
name: CHCRLObservationDSSplus
type: Observation
elements:
  code:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '4.30', system: 'http://fhir.ch/ig/ch-crl/CodeSystem/nkrs-variables', display: DSSplus}
    index: 0
  subject:
    type: Reference
    short: Patient
    refers: ['http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-patient']
    index: 1
    elements:
      reference: {index: 2}
    required: [reference]
  effective:
    choices: []
    index: 4
  effectiveDateTime: {type: dateTime, index: 5}
  performer:
    type: Reference
    short: Practitioner if resident physician or Organization Department if hospital
    refers: ['http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-organization-department', 'http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-practitioner']
    index: 6
    elements:
      reference: {index: 7}
    required: [reference]
  valueCodeableConcept:
    type: CodeableConcept
    short: "The DSSplus (Durie-Salmon Plus staging system) is the revised Durie-Salmon staging system \r\nfor multiple myeloma classification, based on MRI findings, FDG PET/CT findings, or both."
    binding: {strength: preferred, valueSet: 'http://fhir.ch/ig/ch-crl/ValueSet/nkrs-dssplus'}
    constraint:
      nkrs-dssplus: {human: At least one of the codings should come from the preferred NKRS value set, source: 'http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-observation-dssplus', severity: warning, expression: 'coding.where(code.memberOf(''http://fhir.ch/ig/ch-crl/ValueSet/nkrs-dssplus'')).exists()'}
    index: 8
    elements:
      coding:
        index: 9
        elements:
          system: {index: 10}
          code: {index: 11}
          display: {index: 12}
        required: [display, system, code]
    required: [coding]
  dataAbsentReason:
    short: The DSSplus (Durie-Salmon Plus staging system) is not stated / not assessed
    index: 13
    elements:
      coding:
        index: 14
        elements:
          system:
            pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/data-absent-reason'}
            index: 15
          code:
            pattern: {type: Code, value: unknown}
            index: 16
          display:
            pattern: {type: String, value: Unknown}
            index: 17
        required: [display, system, code]
    required: [coding]
package_version: 0.9.0
class: profile
kind: resource
url: http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-observation-dssplus
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 0.9.0
required: [effectiveDateTime, subject, effective]