PackagesCanonicalsLogsProblems
    Packages
    io.health-samurai.core.r5@0.2601.0
    http://health-samurai.io/fhir/core/StructureDefinition/Module
{
  "description": "Module definition resource for Aidbox.",
  "_filename": "StructureDefinition-module.json",
  "package_name": "io.health-samurai.core.r5",
  "date": null,
  "derivation": "specialization",
  "publisher": null,
  "fhirVersion": "5.0.0",
  "name": "Module",
  "abstract": false,
  "type": "Module",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "0.2601.0",
  "status": "active",
  "id": "0d2706cd-3f89-49c7-942c-260b2a9a2d37",
  "kind": "resource",
  "url": "http://health-samurai.io/fhir/core/StructureDefinition/Module",
  "version": "0.2601.0",
  "differential": {
    "element": [ {
      "id": "Module",
      "max": "*",
      "min": 0,
      "path": "Module"
    }, {
      "id": "Module._source",
      "max": "1",
      "min": 0,
      "path": "Module._source",
      "type": [ {
        "code": "string"
      } ],
      "short": "System Property. DO NOT USE IT."
    }, {
      "id": "Module.module",
      "max": "1",
      "min": 0,
      "path": "Module.module",
      "type": [ {
        "code": "string"
      } ],
      "short": "Identifier for the module."
    }, {
      "id": "Module.version",
      "max": "1",
      "min": 0,
      "path": "Module.version",
      "type": [ {
        "code": "integer"
      } ],
      "short": "Version number of the module."
    }, {
      "id": "Module.meta",
      "max": "1",
      "min": 0,
      "path": "Module.meta",
      "type": [ {
        "code": "Meta"
      } ],
      "short": "Metadata for the module."
    }, {
      "id": "Module.meta.pre-sql",
      "max": "1",
      "min": 0,
      "path": "Module.meta.pre-sql",
      "type": [ {
        "code": "string"
      } ],
      "short": "SQL to execute before module installation."
    }, {
      "id": "Module.meta.post-sql",
      "max": "1",
      "min": 0,
      "path": "Module.meta.post-sql",
      "type": [ {
        "code": "string"
      } ],
      "short": "SQL to execute after module installation."
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}