FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageio.health-samurai.core.r3
Resource TypeStructureDefinition
IdStructureDefinition-notebook.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "description": "Notebook resource for interactive documentation and code execution.",
  "derivation": "specialization",
  "fhirVersion": "3.0.2",
  "name": "Notebook",
  "abstract": false,
  "type": "Notebook",
  "resourceType": "StructureDefinition",
  "status": "active",
  "id": "Notebook",
  "kind": "resource",
  "url": "http://health-samurai.io/fhir/core/StructureDefinition/Notebook",
  "version": "0.2602.2",
  "differential": {
    "element": [
      {
        "id": "Notebook",
        "path": "Notebook",
        "min": 0,
        "max": "*"
      },
      {
        "id": "Notebook.name",
        "path": "Notebook.name",
        "short": "Name of the notebook.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Notebook.description",
        "path": "Notebook.description",
        "short": "Description of the notebook.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Notebook.origin",
        "path": "Notebook.origin",
        "short": "Origin information for the notebook.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Notebook.tags",
        "path": "Notebook.tags",
        "short": "Tags associated with the notebook.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Notebook.publication-id",
        "path": "Notebook.publication-id",
        "short": "Identifier for the published version of the notebook.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Notebook.edit-secret",
        "path": "Notebook.edit-secret",
        "short": "Secret for edit access to the notebook.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Notebook.notebook-superuser-secret",
        "path": "Notebook.notebook-superuser-secret",
        "short": "Secret for superuser access to the notebook.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Notebook.source",
        "path": "Notebook.source",
        "short": "Source content for the notebook.",
        "min": 0,
        "max": "1",
        "extension": [
          {
            "url": "http://health-samurai.io/fhir/core/StructureDefinition/custom-type",
            "valueCode": "any"
          }
        ]
      },
      {
        "id": "Notebook.cells",
        "path": "Notebook.cells",
        "short": "Cells contained in the notebook.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Notebook.cells.id",
        "path": "Notebook.cells.id",
        "short": "Unique identifier for the cell.",
        "min": 1,
        "max": "1",
        "extension": [
          {
            "url": "http://health-samurai.io/fhir/core/StructureDefinition/custom-type",
            "valueCode": "any"
          }
        ]
      },
      {
        "id": "Notebook.cells.type",
        "path": "Notebook.cells.type",
        "short": "Type of cell content.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "constraint": [
          {
            "key": "enum-2",
            "severity": "error",
            "expression": "%context.subsetOf('rpc' | 'rest' | 'empty' | 'markdown' | 'sql')",
            "human": "Type must be one of: rpc, rest, empty, markdown, sql"
          }
        ]
      },
      {
        "id": "Notebook.cells.nb-title",
        "path": "Notebook.cells.nb-title",
        "short": "Title for the cell.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Notebook.cells.evaluating?",
        "path": "Notebook.cells.evaluating?",
        "short": "Whether the cell is currently being evaluated.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "Notebook.cells.value",
        "path": "Notebook.cells.value",
        "short": "Content value of the cell.",
        "extension": [
          {
            "url": "http://health-samurai.io/fhir/core/StructureDefinition/custom-type",
            "valueCode": "any"
          }
        ]
      },
      {
        "id": "Notebook.cells.result",
        "path": "Notebook.cells.result",
        "short": "Result of cell evaluation.",
        "extension": [
          {
            "url": "http://health-samurai.io/fhir/core/StructureDefinition/custom-type",
            "valueCode": "any"
          }
        ]
      },
      {
        "id": "Notebook.cells.error",
        "path": "Notebook.cells.error",
        "short": "Error information if evaluation failed.",
        "extension": [
          {
            "url": "http://health-samurai.io/fhir/core/StructureDefinition/custom-type",
            "valueCode": "any"
          }
        ]
      },
      {
        "id": "Notebook.cells.folded",
        "path": "Notebook.cells.folded",
        "short": "Folding state of the cell.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Notebook.cells.folded.code",
        "path": "Notebook.cells.folded.code",
        "short": "Whether the code section is folded.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "Notebook.cells.folded.result",
        "path": "Notebook.cells.folded.result",
        "short": "Whether the result section is folded.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      }
    ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}