PackagesCanonicalsLogsProblems
    Packages
    swiss.mednet.fhir@0.6.0
    https://mednet.swiss/fhir/StructureDefinition/mni-documentReference
description: MedNet Interface (MNI) - DocumentReference Profile
package_name: swiss.mednet.fhir
derivation: constraint
name: MNIDocumentReference
type: DocumentReference
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}
  status:
    short: 'Fixed value: current'
    pattern: {type: Code, value: current}
    mustSupport: true
    index: 1
  type:
    mustSupport: true
    index: 2
    elements:
      coding:
        index: 3
        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
                _required: true
                index: 4
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://snomed.info/sct'}
                    mustSupport: true
                    index: 5
                  code: {short: 'see http://fhir.ch/ig/ch-epr-term/ValueSet-DocumentEntry.typeCode.html', mustSupport: true, index: 6}
                  display: {short: 'see http://fhir.ch/ig/ch-epr-term/ValueSet-DocumentEntry.typeCode.html', mustSupport: true, index: 7}
                required: [system, code]
  category:
    mustSupport: true
    index: 8
    elements:
      coding:
        index: 9
        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
                _required: true
                index: 10
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://snomed.info/sct'}
                    mustSupport: true
                    index: 11
                  code: {short: 'see http://fhir.ch/ig/ch-epr-term/ValueSet-DocumentEntry.classCode.html', mustSupport: true, index: 12}
                  display: {short: 'see http://fhir.ch/ig/ch-epr-term/ValueSet-DocumentEntry.classCode.html', mustSupport: true, index: 13}
                required: [system, code]
  content:
    mustSupport: true
    index: 14
    elements:
      attachment:
        mustSupport: true
        index: 15
        elements:
          contentType: {mustSupport: true, index: 16}
          data: {mustSupport: true, index: 17}
          url: {mustSupport: true, index: 18}
          size: {mustSupport: true, index: 19}
          hash: {mustSupport: true, index: 20}
          title: {mustSupport: true, index: 21}
          creation: {short: Date attachment was first created, mustSupport: true, index: 22}
        required: [contentType]
package_version: 0.6.0
class: profile
kind: resource
url: https://mednet.swiss/fhir/StructureDefinition/mni-documentReference
base: http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-documentreference
version: 0.6.0