PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.r4.zib2020@0.11.0-beta.1
    http://nictiz.nl/fhir/StructureDefinition/zib-Stoma
description: A stoma is an unnatural, surgically created opening connecting a body cavity with the outside world. A stoma is created e.g. as an exit opening for feces or urine in the event that they cannot leave the body naturally. In the case of a tracheostomy, the stoma is intended to facilitate breathing if that is no longer possible via the oral, nasal and throat cavity.
package_name: nictiz.fhir.nl.r4.zib2020
derivation: constraint
name: ZibStoma
abstract: true
type: Condition
elements:
  category:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: value}
      min: 1
      slices:
        stomaCode:
          match:
            coding:
            - {code: '245857005', system: 'http://snomed.info/sct'}
          schema:
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: '245857005', system: 'http://snomed.info/sct'}
            _required: true
            index: 1
          min: 1
          max: 1
  code:
    short: StomaType
    binding: {strength: extensible, valueSet: 'http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.2.1--20200901000000'}
    index: 2
  bodySite:
    short: Location / AnatomicalLocation
    type: CodeableConcept
    binding: {strength: required, valueSet: 'http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.121.11.11--20200901000000'}
    index: 3
  onset:
    short: CreationDate
    choices: [onsetDateTime]
    index: 8
    slicing:
      slices:
        onsetDateTime:
          match: {}
          schema:
            short: CreationDate
            choices: [onsetDateTime]
            index: 8
  onsetDateTime:
    short: CreationDate
    type: dateTime
    choiceOf: onset
    index: 9
    slicing:
      slices:
        onsetDateTime:
          match: {}
          schema: {short: CreationDate, type: dateTime, choiceOf: onset, index: 9}
  note:
    index: 10
    elements:
      text: {short: Comment, index: 11}
package_version: 0.11.0-beta.1
class: profile
kind: resource
url: http://nictiz.nl/fhir/StructureDefinition/zib-Stoma
base: http://hl7.org/fhir/StructureDefinition/Condition
version: null
required: [category, code]