PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.eu.base-r5@2.0.0-ballot
    http://hl7.eu/fhir/base-r5/StructureDefinition/procedure-eu-core
description: This profile represents the constraints applied to the Procedure resource by this guide.
package_name: hl7.fhir.eu.base-r5
derivation: constraint
name: ProcedureEuCore
type: Procedure
elements:
  focalDevice: {short: 'Device implanted, removed or otherwise manipulated', index: 22}
  outcome: {short: Outcome of the procedure, index: 19}
  note: {short: Additional information about the procedure., index: 21}
  reason: {type: CodeableReference, short: Why the procedure was performed, index: 13}
  extension:
    index: 1
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        bodySite:
          match: {url: null}
          schema:
            type: Extension
            url: http://hl7.org/fhir/StructureDefinition/procedure-targetBodyStructure
            index: 2
            elements:
              value:
                choices: [valueReference]
                index: 4
              valueReference:
                type: Reference
                choiceOf: value
                refers: ['http://hl7.eu/fhir/base-r5/StructureDefinition/bodyStructure-eu-core']
                index: 5
  complication: {type: CodeableReference, index: 20}
  code:
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/procedures-uv-ips'}
    index: 7
  identifier: {short: Identifier for the procedure, index: 6}
  bodySite:
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/body-site'}
    index: 14
    extensions:
      bodySite:
        url: http://hl7.org/fhir/StructureDefinition/bodySite
        type: Extension
        index: 15
        elements:
          value:
            choices: [valueReference]
            index: 17
          valueReference:
            type: Reference
            choiceOf: value
            refers: ['http://hl7.eu/fhir/base-r5/StructureDefinition/bodyStructure-eu-core']
            index: 18
    elements:
      extension:
        type: Extension
        url: http://hl7.org/fhir/StructureDefinition/bodySite
        index: 15
        slicing:
          slices:
            bodySite:
              match: {}
              schema:
                type: Extension
                url: http://hl7.org/fhir/StructureDefinition/bodySite
                index: 15
                elements:
                  value:
                    choices: [valueReference]
                    index: 17
                  valueReference:
                    type: Reference
                    choiceOf: value
                    refers: ['http://hl7.eu/fhir/base-r5/StructureDefinition/bodyStructure-eu-core']
                    index: 18
  subject:
    type: Reference
    refers: ['http://hl7.eu/fhir/base-r5/StructureDefinition/patient-eu-core']
    index: 8
  occurrence:
    choices: []
    index: 10
  performer:
    elements:
      actor:
        type: Reference
        refers: ['http://hl7.eu/fhir/base-r5/StructureDefinition/organization-eu-core', 'http://hl7.eu/fhir/base-r5/StructureDefinition/patient-eu-core', 'http://hl7.eu/fhir/base-r5/StructureDefinition/practitioner-eu-core', 'http://hl7.eu/fhir/base-r5/StructureDefinition/practitionerRole-eu-core', 'http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
        index: 11
      onBehalfOf:
        type: Reference
        refers: ['http://hl7.eu/fhir/base-r5/StructureDefinition/organization-eu-core']
        index: 12
  text: {short: Textual representation of the procedur, index: 0}
  used: {type: CodeableReference, short: Device used to perform the procedure, index: 23}
package_version: 2.0.0-ballot
extensions:
  bodySite:
    url: http://hl7.org/fhir/StructureDefinition/procedure-targetBodyStructure
    type: Extension
    index: 2
    elements:
      value:
        choices: [valueReference]
        index: 4
      valueReference:
        type: Reference
        choiceOf: value
        refers: ['http://hl7.eu/fhir/base-r5/StructureDefinition/bodyStructure-eu-core']
        index: 5
class: profile
kind: resource
url: http://hl7.eu/fhir/base-r5/StructureDefinition/procedure-eu-core
base: http://hl7.org/fhir/StructureDefinition/Procedure
version: 2.0.0-ballot
required: [occurrence, code]