PackagesCanonicalsLogsProblems
    Packages
    niceprofiling.v23q1@0.3.0
    https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Procedure-2022Q1
description: This profile is for sumbitting data to the NICE regarding the performance of procedures in the ICU.  Procedure indicates a therapeutic procedure undergone by the patient. If relevant, diagnostic procedures can be listed as well. A procedure can be a simple blood pressure measurement, but also a complex heart surgery.
package_name: niceprofiling.v23q1
derivation: constraint
name: NICE-Procedure
type: Procedure
elements:
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: 1
      slices:
        Verified:
          match: {url: null}
          schema: {type: Extension, short: 'Is the instance validated by a medical professional?', url: h, index: 1}
          min: 1
          max: 1
  status:
    short: completed (must be verified)
    pattern: {type: Code, value: completed}
    mustSupport: true
    index: 2
  category: {mustSupport: true, index: 3}
  code:
    mustSupport: true
    index: 4
    elements:
      coding:
        short: Procedure
        mustSupport: true
        index: 5
        slicing:
          slices:
            VerrichtingTypeCodelijst:
              match: {}
              schema: {short: Procedure, mustSupport: true, _required: true, index: 5}
              min: 1
    required: [coding]
  subject:
    type: Reference
    mustSupport: true
    refers: ['https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Patient-2022Q1']
    index: 6
  context:
    type: Reference
    mustSupport: true
    refers: ['https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Encounter-2022Q1']
    index: 7
package_version: 0.3.0
extensions:
  Verified: {url: h, min: 1, max: 1, type: Extension, short: 'Is the instance validated by a medical professional?', index: 1}
class: profile
kind: resource
url: https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Procedure-2022Q1
base: http://nictiz.nl/fhir/StructureDefinition/zib-Procedure
version: '1'
required: [extension]