PackagesCanonicalsLogsProblems
    Packages
    io.health-samurai.core.r5@0.2601.0
    http://health-samurai.io/fhir/core/StructureDefinition/Notebook
description: Notebook resource for interactive documentation and code execution.
package_name: io.health-samurai.core.r5
derivation: specialization
name: Notebook
type: Notebook
elements:
  description: {type: string, short: Description of the notebook., index: 1}
  tags: {type: string, short: Tags associated with the notebook., array: true, index: 3}
  name: {type: string, short: Name of the notebook., index: 0}
  source: {short: Source content for the notebook., index: 7}
  edit-secret: {type: string, short: Secret for edit access to the notebook., index: 5}
  publication-id: {type: string, short: Identifier for the published version of the notebook., index: 4}
  origin: {type: string, short: Origin information for the notebook., index: 2}
  notebook-superuser-secret: {type: string, short: Secret for superuser access to the notebook., index: 6}
  cells:
    type: BackboneElement
    short: Cells contained in the notebook.
    array: true
    index: 8
    elements:
      id: {short: Unique identifier for the cell., index: 9}
      type:
        type: string
        short: Type of cell content.
        constraint:
          enum-2: {human: 'Type must be one of: rpc, rest, empty, markdown, sql', severity: error, expression: '%context.subsetOf(''rpc'' | ''rest'' | ''empty'' | ''markdown'' | ''sql'')'}
        index: 10
      nb-title: {type: string, short: Title for the cell., index: 11}
      evaluating?: {type: boolean, short: Whether the cell is currently being evaluated., index: 12}
      value: {short: Content value of the cell., index: 13}
      result: {short: Result of cell evaluation., index: 14}
      error: {short: Error information if evaluation failed., index: 15}
      folded:
        type: BackboneElement
        short: Folding state of the cell.
        index: 16
        elements:
          code: {type: boolean, short: Whether the code section is folded., index: 17}
          result: {type: boolean, short: Whether the result section is folded., index: 18}
    required: [id, type]
package_version: 0.2601.0
class: resource
kind: resource
url: http://health-samurai.io/fhir/core/StructureDefinition/Notebook
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 0.2601.0