PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.stu3.geboortezorg@0.1.0
    http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure
description: A Procedure profile describing obstetric procedures, such as vacuum delivery, as defined by BabyConnect. Child-related obstetric procedures are part of a birth Procedure, while mother-related obstetric procedures are part of a delivery Procedure.
package_name: nictiz.fhir.nl.stu3.geboortezorg
derivation: constraint
name: bc-ObstetricProcedure
type: Procedure
elements:
  category:
    elements:
      coding:
        index: 6
        slicing:
          rules: open
          discriminator:
          - {path: code, type: value}
          min: null
          slices:
            obstetricprocedure:
              match: {code: '386637004'}
              schema:
                pattern:
                  type: Coding
                  value: {code: '386637004', system: 'http://snomed.info/sct', display: Obstetric procedure (procedure)}
                index: 7
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://snomed.info/sct'}
                    index: 8
                  code:
                    pattern: {type: Code, value: '386637004'}
                    index: 9
                  display: {defaultValueString: Obstetric procedure (procedure), index: 10}
  reasonCode:
    elements:
      coding:
        index: 30
        slicing:
          rules: open
          discriminator:
          - {path: code, type: value}
          min: null
          slices:
            reasonStartBirthIntervention:
              match: {code: null}
              schema: {index: 31}
            reasonPrimarySectio:
              match: {code: null}
              schema: {index: 32}
            reasonSecondarySectio:
              match: {code: null}
              schema: {index: 33}
            reasonEpisiotomy:
              match: {code: null}
              schema: {index: 34}
  performed:
    choices: []
    index: 28
    slicing:
      slices:
        performedPeriod:
          match: {}
          schema:
            choices: []
            index: 28
  outcome:
    extensions:
      success: {url: h, max: 1, type: Extension, index: 40}
    elements:
      extension:
        index: 39
        slicing:
          rules: open
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            success:
              match: {url: null}
              schema: {type: Extension, url: h, index: 40}
              max: 1
  performed[x]:
    elements:
      start: {index: 29}
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        decisionmoment:
          match: {url: null}
          schema:
            type: Extension
            url: h
            index: 1
            elements:
              valueCodeableConcept:
                index: 2
                slicing:
                  rules: open
                  discriminator:
                  - {path: $this, type: pattern}
                  min: null
                  slices:
                    valueCodeableConcept:
                      match: {}
                      schema: {index: 2}
                    decisionMomentSC:
                      match: {}
                      schema: {index: 3}
  code:
    index: 11
    elements:
      coding:
        index: 12
        slicing:
          slices:
            VerrichtingTypeCodelijst:
              match: {}
              schema: {index: 12}
            startBirthIntervention:
              match: {}
              schema: {index: 13}
            assistedDelivery:
              match: {}
              schema: {index: 14}
            otherInterventions:
              match: {}
              schema: {index: 15}
            intraUterinTreatment:
              match: {}
              schema: {index: 16}
            episiotomy:
              match: {}
              schema:
                index: 17
                elements:
                  system:
                    pattern: {type: Uri, value: PerinatologyProceduresPRN}
                    index: 18
                  code:
                    pattern: {type: Code, value: PRN540701}
                    index: 19
                  display:
                    pattern: {type: String, value: Episiotomie}
                    index: 20
            laborStimulation:
              match: {}
              schema:
                pattern:
                  type: Coding
                  value: {code: PRN540201, system: PerinatologyProceduresPRN, display: Bijstimulatie toegediend}
                index: 21
                elements:
                  system:
                    pattern: {type: Uri, value: PerinatologyProceduresPRN}
                    index: 22
                  code:
                    pattern: {type: Code, value: PRN540201}
                    index: 23
                  display: {defaultValueString: Bijstimulatie toegediend, index: 24}
  bodySite:
    extensions:
      ProcedureLaterality:
        url: null
        index: 36
        elements:
          valueCodeableConcept:
            index: 37
            slicing:
              rules: open
              discriminator:
              - {path: $this, type: pattern}
              min: null
              slices:
                valueCodeableConcept:
                  match: {}
                  schema: {index: 37}
                lateralityEpisiotomy:
                  match: {}
                  schema: {index: 38}
    elements:
      extension:
        index: 35
        slicing:
          rules: open
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            ProcedureLaterality:
              match: {url: null}
              schema:
                index: 36
                elements:
                  valueCodeableConcept:
                    index: 37
                    slicing:
                      rules: open
                      discriminator:
                      - {path: $this, type: pattern}
                      min: null
                      slices:
                        valueCodeableConcept:
                          match: {}
                          schema: {index: 37}
                        lateralityEpisiotomy:
                          match: {}
                          schema: {index: 38}
  context:
    type: Reference
    refers: ['http://nictiz.nl/fhir/StructureDefinition/bc-Encounter', 'http://nictiz.nl/fhir/StructureDefinition/bc-MaternalRecord']
    index: 26
  partOf:
    index: 4
    slicing:
      rules: open
      discriminator:
      - {path: reference, type: value}
      min: null
      slices:
        deliveryOrBirthProcedure:
          match: {reference: null}
          schema:
            type: Reference
            refers: ['http://nictiz.nl/fhir/StructureDefinition/bc-Birth', 'http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryProcedure']
            index: 5
          max: 1
  subject:
    type: Reference
    refers: ['http://nictiz.nl/fhir/StructureDefinition/bc-Woman']
    index: 25
package_version: 0.1.0
extensions:
  decisionmoment:
    url: h
    type: Extension
    index: 1
    elements:
      valueCodeableConcept:
        index: 2
        slicing:
          rules: open
          discriminator:
          - {path: $this, type: pattern}
          min: null
          slices:
            valueCodeableConcept:
              match: {}
              schema: {index: 2}
            decisionMomentSC:
              match: {}
              schema: {index: 3}
class: profile
kind: resource
url: http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure
base: http://nictiz.nl/fhir/StructureDefinition/zib-Procedure
version: null