PackagesCanonicalsLogsProblems
    Packages
    medmij.fhir.nl.r4.dentalcare@1.0.0-beta.1
    http://medmij.nl/fhir/StructureDefinition/mz-OralHygiene
description: Oral hygiene finding.
package_name: medmij.fhir.nl.r4.dentalcare
derivation: constraint
name: MzOralHygiene
type: Observation
elements:
  code:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '364126007', 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: OralHygieneDateTime
            choices: [effectiveDateTime]
            index: 5
          min: 0
          max: 1
  effectiveDateTime:
    short: OralHygieneDateTime
    type: dateTime
    choiceOf: effective
    index: 6
    slicing:
      slices:
        effectiveDateTime:
          match: {}
          schema: {short: OralHygieneDateTime, 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:
        valueCodeableConcept:
          match: {}
          schema:
            short: OralHygieneValue
            choices: [valueCodeableConcept]
            _required: true
            index: 11
          min: 1
          max: 1
  valueCodeableConcept:
    short: OralHygieneValue
    type: CodeableConcept
    choiceOf: value
    index: 12
    slicing:
      slices:
        valueCodeableConcept:
          match: {}
          schema: {short: OralHygieneValue, type: CodeableConcept, _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-OralHygiene
base: http://hl7.org/fhir/StructureDefinition/Observation
version: null
required: [value, valueCodeableConcept]