PackagesCanonicalsLogsProblems
    Packages
    swiss.mednet.fhir@0.11.0
    https://mednet.swiss/fhir/StructureDefinition/mni-procedure
description: MedNet Interface (MNI) - Procedure Profile
package_name: swiss.mednet.fhir
derivation: constraint
name: MNIProcedure
type: Procedure
elements:
  id: {short: 'The id is unique within the space of all resources of the same type on the same server It can be any combination of upper- or lower-case ASCII letters ''A''..''Z'', and ''a''..''z'', numerals (''0''..''9''), ''-'' and ''.'' with a length limit of 64 characters. (This might be an integer, an un-prefixed OID, UUID or any other identifier pattern that meets these constraints.)', mustSupport: true, index: 0}
  contained: {short: It is possible to include a document report as embedded resource in this contained object. This way it is not needed to include it in the Bundle, index: 1}
  status: {short: preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown, mustSupport: true, index: 2}
  code:
    mustSupport: true
    index: 3
    elements:
      coding:
        index: 4
        slicing:
          rules: open
          ordered: false
          discriminator:
          - {path: system, type: value}
          - {path: code, type: value}
          min: null
          slices:
            snomed:
              match: {system: 'http://snomed.info/sct', code: null}
              schema:
                mustSupport: true
                index: 5
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://snomed.info/sct'}
                    mustSupport: true
                    index: 6
                  code: {mustSupport: true, index: 7}
                  display: {mustSupport: true, index: 8}
                required: [system, code]
      text: {short: Should contain the full name or label of the procedure in the document language. This text must alway be provided, mustSupport: true, index: 9}
    required: [text]
  subject:
    type: Reference
    short: Link to the Patient
    mustSupport: true
    refers: ['https://mednet.swiss/fhir/StructureDefinition/mni-patient']
    index: 10
  performedDateTime: {mustSupport: true, index: 11}
  bodySite:
    mustSupport: true
    index: 12
    elements:
      coding:
        mustSupport: true
        index: 13
        elements:
          system:
            pattern: {type: Uri, value: 'http://snomed.info/sct'}
            mustSupport: true
            index: 14
          code: {short: 'see http://hl7.org/fhir/R4/valueset-body-site.html', mustSupport: true, index: 15}
          display: {short: 'see http://hl7.org/fhir/R4/valueset-body-site.html', mustSupport: true, index: 16}
        required: [system, code]
    required: [coding]
  report:
    type: Reference
    mustSupport: true
    refers: ['https://mednet.swiss/fhir/StructureDefinition/mni-documentReference']
    index: 17
package_version: 0.11.0
class: profile
kind: resource
url: https://mednet.swiss/fhir/StructureDefinition/mni-procedure
base: http://hl7.org/fhir/StructureDefinition/Procedure
version: 0.11.0
required: [code]