PackagesCanonicalsLogsProblems
    Packages
    medmij.fhir.nl.r4.dentalcare@1.0.0-beta.1
    http://medmij.nl/fhir/StructureDefinition/mz-ParafunctionalActivity
description: Parafunctional activity.
package_name: medmij.fhir.nl.r4.dentalcare
derivation: constraint
name: MzParafunctionalActivity
type: Observation
elements:
  code:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '110353005', system: 'http://snomed.info/sct'}
    type: CodeableConcept
    index: 0
  subject:
    type: Reference
    short: Patient
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient', 'http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient']
    index: 1
  effective:
    choices: []
    index: 3
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        effectiveDateTime:
          match: {}
          schema:
            short: ParafunctionalActivityDateTime
            choices: [effectiveDateTime]
            index: 5
          min: 0
          max: 1
  effectiveDateTime:
    short: ParafunctionalActivityDateTime
    type: dateTime
    choiceOf: effective
    index: 6
    slicing:
      slices:
        effectiveDateTime:
          match: {}
          schema: {short: ParafunctionalActivityDateTime, type: dateTime, choiceOf: effective, index: 6}
          min: 0
          max: 1
  performer:
    short: Performer
    refers: ['http://hl7.org/fhir/StructureDefinition/CareTeam', 'http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson', 'http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole']
    type: Reference
    index: 7
  value:
    choices: []
    index: 9
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: 1
      slices:
        valueString:
          match: {}
          schema:
            short: ParafunctionalActivityValue
            choices: [valueString]
            _required: true
            index: 11
          min: 1
          max: 1
  valueString:
    short: ParafunctionalActivityValue
    type: string
    choiceOf: value
    index: 12
    slicing:
      slices:
        valueString:
          match: {}
          schema: {short: ParafunctionalActivityValue, type: string, _required: true, choiceOf: value, index: 12}
          min: 1
          max: 1
  note:
    elements:
      text: {short: Comment, index: 13}
package_version: 1.0.0-beta.1
class: profile
kind: resource
url: http://medmij.nl/fhir/StructureDefinition/mz-ParafunctionalActivity
base: http://hl7.org/fhir/StructureDefinition/Observation
version: null
required: [value, valueString]