PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch-emed@0.2.0
    http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-ext-treatmentplan
description: Extension to represent the reference to the Medication Treatment Plan document
package_name: ch.fhir.ig.ch-emed
derivation: constraint
name: CHEMEDExtTreatmentPlan
type: Extension
elements:
  extension:
    type: Extension
    short: ID of the Medication Treatment Plan document
    index: 0
    slicing:
      slices:
        id:
          match: {}
          schema:
            type: Extension
            short: ID of the Medication Treatment Plan document
            _required: true
            index: 0
            extensions: {}
            elements:
              extension: {index: 1}
              url:
                type: uri
                pattern: {type: Uri, value: id}
                index: 2
              valueIdentifier: {type: Identifier, index: 3}
        externalDocumentId:
          match: {}
          schema:
            type: Extension
            short: ID of the external document
            _required: true
            index: 4
            extensions: {}
            elements:
              extension: {index: 5}
              url:
                type: uri
                pattern: {type: Uri, value: externalDocumentId}
                index: 6
              valueIdentifier: {type: Identifier, index: 7}
  url:
    type: uri
    pattern: {type: Uri, value: 'http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-ext-treatmentplan'}
    index: 8
  value:
    choices: []
    index: 10
package_version: 0.2.0
extensions:
  id:
    url: null
    type: Extension
    short: ID of the Medication Treatment Plan document
    _required: true
    index: 0
    extensions: {}
    elements:
      extension: {index: 1}
      url:
        type: uri
        pattern: {type: Uri, value: id}
        index: 2
      valueIdentifier: {type: Identifier, index: 3}
  externalDocumentId:
    url: null
    type: Extension
    short: ID of the external document
    _required: true
    index: 4
    extensions: {}
    elements:
      extension: {index: 5}
      url:
        type: uri
        pattern: {type: Uri, value: externalDocumentId}
        index: 6
      valueIdentifier: {type: Identifier, index: 7}
class: extension
kind: complex-type
url: http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-ext-treatmentplan
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 0.2.0
required: [extension]