PackagesCanonicalsLogsProblems
    Packages
    ltsi.fhir.oncofair@0.1.0
    http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-observation
description: Allows you to enter information about the patient in addition to that described in the prescription elements. \r\n\nPermet d’indiquer les informations relatives au patient qui complètent celles décrites par les éléments de prescription
package_name: ltsi.fhir.oncofair
derivation: constraint
name: OncoFAIRObservation
type: Observation
elements:
  code:
    short: Nature of additional information representing by LOINC code
    binding: {strength: required, valueSet: 'http://oncofair-ig.kereval.cloud/ValueSet/siph-renscomplement-oncofair-valueset'}
    mustSupport: true
    index: 0
  effective:
    choices: []
    index: 2
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: 1
      slices:
        effectiveDateTime:
          match: {}
          schema:
            short: Date and time of registration of the additional information
            mustSupport: true
            choices: [effectiveDateTime]
            _required: true
            index: 4
          min: 1
          max: 1
  effectiveDateTime:
    short: Date and time of registration of the additional information
    type: dateTime
    mustSupport: true
    choiceOf: effective
    index: 5
    slicing:
      slices:
        effectiveDateTime:
          match: {}
          schema: {short: Date and time of registration of the additional information, type: dateTime, mustSupport: true, _required: true, choiceOf: effective, index: 5}
          min: 1
          max: 1
  issued: {short: Date and time associated with the additional information, mustSupport: true, index: 6}
  value:
    short: Contains the value of the additional information
    mustSupport: true
    choices: []
    index: 8
package_version: 0.1.0
class: profile
kind: resource
url: http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-observation
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 0.1.0
required: [effectiveDateTime, value, effective]