{
  "resourceType": "StructureDefinition",
  "id": "Document",
  "url": "http://mrdm.nl/profiles/fhir/r4/palga/StructureDefinition/document",
  "name": "PalgaDocument",
  "status": "draft",
  "date": "2023-11-28T08:53:54.0362159+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle",
        "path": "Bundle",
        "short": "Contains a collection of Palga FHIR Resources"
      },
      {
        "id": "Bundle.id",
        "path": "Bundle.id",
        "definition": "combination of name clinical registry, labid and report number",
        "min": 1
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "definition": "The bundle type is a fixed value, Document",
        "fixedCode": "document"
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "min": 1
      }
    ]
  }
}