PackagesCanonicalsLogsProblems
    Packages
    rs/ch.fhir.ig.ch@crl-0.9.0
    http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-observation-creasmangradingsystem
description: Definition of the Observation for the Creasman grading system
package_name: rs/ch.fhir.ig.ch
derivation: constraint
name: CHCRLObservationCreasmanGradingSystem
type: Observation
elements:
  code:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '4.34', system: 'http://fhir.ch/ig/ch-crl/CodeSystem/nkrs-variables', display: Creasman grading system}
    type: CodeableConcept
    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 histopathological grade for uterine or endometrial cancer.
    binding: {strength: preferred, valueSet: 'http://fhir.ch/ig/ch-crl/ValueSet/nkrs-creasmangradingsystem'}
    constraint:
      nkrs-creasmangradingsystem: {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-creasmangradingsystem', severity: warning, expression: 'coding.where(code.memberOf(''http://fhir.ch/ig/ch-crl/ValueSet/nkrs-creasmangradingsystem'')).exists()'}
    index: 8
    elements:
      coding:
        index: 9
        elements:
          system: {index: 10}
          code: {index: 11}
          display: {index: 12}
        required: [code, display, system]
    required: [coding]
  dataAbsentReason:
    short: The histopathological grade for uterine or endometrial cancer 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'}
            type: uri
            index: 15
          code:
            pattern: {type: code, value: unknown}
            type: code
            index: 16
          display:
            pattern: {type: string, value: Unknown}
            type: string
            index: 17
        required: [code, display, system]
    required: [coding]
package_version: crl-0.9.0
class: profile
kind: resource
url: http://fhir.ch/ig/ch-crl/StructureDefinition/ch-crl-observation-creasmangradingsystem
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 0.9.0
required: [effective, effectiveDateTime, subject]