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

FHIR IG analytics

Packageio.health-samurai.core.r4b
Resource TypeStructureDefinition
IdStructureDefinition-seed-import.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2602.2&canonical=http://health-samurai.io/fhir/core/StructureDefinition/SeedImport
URLhttp://health-samurai.io/fhir/core/StructureDefinition/SeedImport
Version0.2602.2
Statusactive
NameSeedImport
DescriptionSeed data import resource for initial data loading.
TypeSeedImport
Kindresource

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": "Seed data import resource for initial data loading.",
  "derivation": "specialization",
  "fhirVersion": "4.3.0",
  "name": "SeedImport",
  "abstract": false,
  "type": "SeedImport",
  "resourceType": "StructureDefinition",
  "status": "active",
  "id": "SeedImport",
  "kind": "resource",
  "url": "http://health-samurai.io/fhir/core/StructureDefinition/SeedImport",
  "version": "0.2602.2",
  "differential": {
    "element": [
      {
        "id": "SeedImport",
        "path": "SeedImport",
        "min": 0,
        "max": "*"
      },
      {
        "id": "SeedImport.version",
        "path": "SeedImport.version",
        "short": "Version of the seed import format.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "constraint": [
          {
            "key": "enum-30",
            "severity": "error",
            "expression": "%context.subsetOf('v2')",
            "human": "Type must be: v2"
          }
        ]
      },
      {
        "id": "SeedImport.filename",
        "path": "SeedImport.filename",
        "short": "Name of the seed import file.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SeedImport.md5-hash",
        "path": "SeedImport.md5-hash",
        "short": "MD5 hash of the import file for integrity verification.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SeedImport.resources",
        "path": "SeedImport.resources",
        "short": "Resources to be imported.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "SeedImport.resources.resourceType",
        "path": "SeedImport.resources.resourceType",
        "short": "Type of resource.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SeedImport.resources.id",
        "path": "SeedImport.resources.id",
        "short": "Identifier for the resource.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SeedImport.resources.meta",
        "path": "SeedImport.resources.meta",
        "short": "Metadata for the resource.",
        "min": 0,
        "max": "1",
        "extension": [
          {
            "url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
            "valueCode": "any"
          }
        ]
      }
    ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}