PackagesCanonicalsLogsProblems
    Packages
    sfm.030521@1.0.1
    http://ehelse.no/fhir/StructureDefinition/sfm-Intervention
description: Intervention information used in SFM.
package_name: sfm.030521
derivation: constraint
name: SfmIntervention
type: Extension
elements:
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        code:
          match: {url: code}
          schema:
            short: Intervention code
            _required: true
            index: 1
            elements:
              url:
                pattern: {type: Uri, value: code}
                index: 2
              value:
                choices: [valueCodeableConcept]
                index: 4
              valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 5}
              value[x]:
                elements:
                  coding:
                    elements:
                      system:
                        pattern: {type: Uri, value: 'urn:oid:2.16.578.1.12.4.1.1.7412'}
                        index: 6
        changeType:
          match: {url: changeType}
          schema:
            short: type of change
            _required: true
            index: 7
            elements:
              url:
                pattern: {type: Uri, value: changeType}
                index: 8
              value:
                choices: [valueCodeableConcept]
                index: 10
              valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 11}
              value[x]:
                elements:
                  coding:
                    elements:
                      system:
                        pattern: {type: Uri, value: 'urn:oid:2.16.578.1.12.4.1.1.7413'}
                        index: 12
        confCustomer:
          match: {url: confCustomer}
          schema:
            short: conferred with customer
            index: 13
            elements:
              url:
                pattern: {type: Uri, value: confCustomer}
                index: 14
              value:
                choices: [valueBoolean]
                index: 16
              valueBoolean: {type: boolean, choiceOf: value, index: 17}
        confDoctor:
          match: {url: confDoctor}
          schema:
            short: Conferrenced with doctor
            index: 18
            elements:
              url:
                pattern: {type: Uri, value: confDoctor}
                index: 19
              value:
                choices: [valueString]
                index: 21
              valueString: {type: string, choiceOf: value, index: 22}
        reason:
          match: {url: reason}
          schema:
            short: Reason for intervention
            index: 23
            elements:
              url:
                pattern: {type: Uri, value: reason}
                index: 24
              value:
                choices: [valueString]
                index: 26
              valueString: {type: string, choiceOf: value, index: 27}
  url:
    type: uri
    pattern: {type: Uri, value: 'http://ehelse.no/fhir/StructureDefinition/sfm-Intervention'}
    index: 28
  value:
    choices: []
    index: 30
package_version: 1.0.1
extensions:
  code:
    url: code
    short: Intervention code
    _required: true
    index: 1
    elements:
      url:
        pattern: {type: Uri, value: code}
        index: 2
      value:
        choices: [valueCodeableConcept]
        index: 4
      valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 5}
      value[x]:
        elements:
          coding:
            elements:
              system:
                pattern: {type: Uri, value: 'urn:oid:2.16.578.1.12.4.1.1.7412'}
                index: 6
  changeType:
    url: changeType
    short: type of change
    _required: true
    index: 7
    elements:
      url:
        pattern: {type: Uri, value: changeType}
        index: 8
      value:
        choices: [valueCodeableConcept]
        index: 10
      valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 11}
      value[x]:
        elements:
          coding:
            elements:
              system:
                pattern: {type: Uri, value: 'urn:oid:2.16.578.1.12.4.1.1.7413'}
                index: 12
  confCustomer:
    url: confCustomer
    short: conferred with customer
    index: 13
    elements:
      url:
        pattern: {type: Uri, value: confCustomer}
        index: 14
      value:
        choices: [valueBoolean]
        index: 16
      valueBoolean: {type: boolean, choiceOf: value, index: 17}
  confDoctor:
    url: confDoctor
    short: Conferrenced with doctor
    index: 18
    elements:
      url:
        pattern: {type: Uri, value: confDoctor}
        index: 19
      value:
        choices: [valueString]
        index: 21
      valueString: {type: string, choiceOf: value, index: 22}
  reason:
    url: reason
    short: Reason for intervention
    index: 23
    elements:
      url:
        pattern: {type: Uri, value: reason}
        index: 24
      value:
        choices: [valueString]
        index: 26
      valueString: {type: string, choiceOf: value, index: 27}
class: extension
kind: complex-type
url: http://ehelse.no/fhir/StructureDefinition/sfm-Intervention
base: http://hl7.org/fhir/StructureDefinition/Extension
version: '1.0'