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

FHIR IG analytics

Packageio.health-samurai.core.r5
Resource TypeStructureDefinition
IdStructureDefinition-module.json
FHIR VersionR5

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": "Module definition resource for Aidbox.",
  "derivation": "specialization",
  "fhirVersion": "5.0.0",
  "name": "Module",
  "abstract": false,
  "type": "Module",
  "resourceType": "StructureDefinition",
  "status": "active",
  "id": "Module",
  "kind": "resource",
  "url": "http://health-samurai.io/fhir/core/StructureDefinition/Module",
  "version": "0.2602.2",
  "differential": {
    "element": [
      {
        "id": "Module",
        "path": "Module",
        "min": 0,
        "max": "*"
      },
      {
        "id": "Module._source",
        "path": "Module._source",
        "short": "System Property. DO NOT USE IT.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Module.module",
        "path": "Module.module",
        "short": "Identifier for the module.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Module.version",
        "path": "Module.version",
        "short": "Version number of the module.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "Module.meta",
        "path": "Module.meta",
        "short": "Metadata for the module.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ]
      },
      {
        "id": "Module.meta.pre-sql",
        "path": "Module.meta.pre-sql",
        "short": "SQL to execute before module installation.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Module.meta.post-sql",
        "path": "Module.meta.post-sql",
        "short": "SQL to execute after module installation.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}