PackagesCanonicalsLogsProblems
    Packages
    il.fhir.r4.dgmc@0.9.4
    http://fhir.dgmc.health.gov.il/StructureDefinition/dgmc-cml-followup-observation
description: פרופיל חטיבה למעקבים
package_name: il.fhir.r4.dgmc
derivation: constraint
name: DGMCCmlFollowupObservation
type: Observation
elements:
  extension:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        DeleteTimeStamp:
          match: {url: null}
          schema: {type: Extension, url: 'http://fhir.dgmc.health.gov.il/StructureDefinition/ext-delete-time-stamp', index: 1}
          min: 0
          max: 1
        DeleteUser:
          match: {url: null}
          schema: {type: Extension, url: 'http://fhir.dgmc.health.gov.il/StructureDefinition/ext-delete-user', index: 2}
          min: 0
          max: 1
        performerFunction:
          match: {url: null}
          schema:
            type: Extension
            url: http://hl7.org/fhir/StructureDefinition/event-performerFunction
            index: 3
            elements:
              value:
                choices: []
                index: 5
              value[x]:
                elements:
                  coding:
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/v3-ParticipationType'}
                        index: 6
                      code: {index: 7}
                      display: {index: 8}
                    required: [display, system, code]
  identifier:
    index: 9
    elements:
      system:
        binding: {strength: required, valueSet: 'http://fhir.dgmc.health.gov.il/ValueSet/cml-follow-up-uri'}
        index: 10
      value: {index: 11}
    required: [value, system]
  category:
    binding: {strength: required, valueSet: 'http://fhir.dgmc.health.gov.il/ValueSet/cml-followup-category'}
    index: 12
    elements:
      coding:
        elements:
          system:
            pattern: {type: Uri, value: 'http://fhir.dgmc.health.gov.il/cs/cml-followup-category'}
            index: 13
          code: {index: 14}
          display: {index: 15}
        required: [display, system, code]
  code:
    elements:
      coding:
        index: 16
        slicing:
          rules: open
          discriminator:
          - {path: system, type: value}
          min: 1
          slices:
            cml:
              match: {system: 'http://fhir.dgmc.health.gov.il/cs/cml-followup-code'}
              schema:
                binding: {strength: preferred, valueSet: 'http://fhir.dgmc.health.gov.il/ValueSet/cml-followup-code'}
                _required: true
                index: 17
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://fhir.dgmc.health.gov.il/cs/cml-followup-code'}
                    index: 18
                  code: {index: 19}
                  display: {index: 20}
                required: [display, system, code]
    required: [coding]
  subject:
    elements:
      reference: {index: 21}
    required: [reference]
  encounter:
    elements:
      reference: {index: 22}
    required: [reference]
  component:
    index: 23
    slicing:
      rules: open
      discriminator:
      - {path: code.coding.code, type: value}
      min: null
      slices:
        Topic:
          match:
            code:
              coding: {code: topic}
          schema:
            array: true
            index: 24
            elements:
              code:
                elements:
                  coding:
                    index: 25
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://fhir.dgmc.health.gov.il/cs/cml-followup-component-type'}
                        index: 26
                      code:
                        pattern: {type: Code, value: topic}
                        index: 27
                      display:
                        pattern: {type: String, value: נושא המעקב}
                        index: 28
                    required: [display, system, code]
                required: [coding]
              value:
                choices: [valueString]
                index: 33
                slicing:
                  slices:
                    valueString:
                      match: {}
                      schema:
                        choices: [valueString]
                        _required: true
                        index: 33
                      min: 1
                      max: 1
              valueString:
                type: string
                choiceOf: value
                index: 34
                slicing:
                  slices:
                    valueString:
                      match: {}
                      schema: {type: string, choiceOf: value, _required: true, index: 34}
                      min: 1
                      max: 1
            required: [valueString, value]
        Content:
          match:
            code:
              coding: {code: content}
          schema:
            array: true
            index: 35
            elements:
              code:
                elements:
                  coding:
                    index: 36
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://fhir.dgmc.health.gov.il/cs/cml-followup-component-type'}
                        index: 37
                      code:
                        pattern: {type: Code, value: content}
                        index: 38
                      display:
                        pattern: {type: String, value: תוכן המעקב}
                        index: 39
                    required: [display, system, code]
                required: [coding]
              value:
                choices: [valueString]
                index: 44
                slicing:
                  slices:
                    valueString:
                      match: {}
                      schema:
                        choices: [valueString]
                        _required: true
                        index: 44
                      min: 1
                      max: 1
              valueString:
                type: string
                choiceOf: value
                index: 45
                slicing:
                  slices:
                    valueString:
                      match: {}
                      schema: {type: string, choiceOf: value, _required: true, index: 45}
                      min: 1
                      max: 1
            required: [valueString, value]
package_version: 0.9.4
extensions:
  DeleteTimeStamp: {url: 'http://fhir.dgmc.health.gov.il/StructureDefinition/ext-delete-time-stamp', min: 0, max: 1, type: Extension, index: 1}
  DeleteUser: {url: 'http://fhir.dgmc.health.gov.il/StructureDefinition/ext-delete-user', min: 0, max: 1, type: Extension, index: 2}
  performerFunction:
    url: http://hl7.org/fhir/StructureDefinition/event-performerFunction
    type: Extension
    index: 3
    elements:
      value:
        choices: []
        index: 5
      value[x]:
        elements:
          coding:
            elements:
              system:
                pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/v3-ParticipationType'}
                index: 6
              code: {index: 7}
              display: {index: 8}
            required: [display, system, code]
class: profile
kind: resource
url: http://fhir.dgmc.health.gov.il/StructureDefinition/dgmc-cml-followup-observation
base: http://fhir.health.gov.il/StructureDefinition/il-core-observation
version: 0.9.4
required: [identifier]