{
  "resourceType": "StructureDefinition",
  "url": "http://apiframework.dedalus.eu/fhir/StructureDefinition/Meta-ForCommonConformance",
  "name": "Meta-ForCommonConformance",
  "status": "active",
  "experimental": false,
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "Meta",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Meta",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Meta",
        "path": "Meta",
        "mustSupport": true
      },
      {
        "id": "Meta.versionId",
        "path": "Meta.versionId",
        "mustSupport": true
      },
      {
        "id": "Meta.lastUpdated",
        "path": "Meta.lastUpdated",
        "mustSupport": true
      },
      {
        "id": "Meta.profile",
        "path": "Meta.profile",
        "requirements": "Each API Framework resource shall declare conformance to at least its relative FHIR profile: e.g. a ProcedureRequest used in the Order Management Scenario shall declare conformance to ProcedureRequest-ForORD)",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Meta.tag",
        "path": "Meta.tag",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Meta.tag:createdBy",
        "path": "Meta.tag",
        "sliceName": "createdBy",
        "definition": "Component ID of the component that created this resource instance.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Meta.tag:createdBy.system",
        "path": "Meta.tag.system",
        "min": 1,
        "fixedUri": "http://apiframework.dedalus.eu/tag/createdBy"
      },
      {
        "id": "Meta.tag:createdBy.code",
        "path": "Meta.tag.code",
        "requirements": "Component ID of the component that created the resource instance",
        "min": 1
      },
      {
        "id": "Meta.tag:lastUpdatedBy",
        "path": "Meta.tag",
        "sliceName": "lastUpdatedBy",
        "definition": "Component ID of the component that lat updated this resource instance.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Meta.tag:lastUpdatedBy.system",
        "path": "Meta.tag.system",
        "min": 1,
        "fixedUri": "http://apiframework.dedalus.eu/tag/lastUpdatedBy"
      },
      {
        "id": "Meta.tag:lastUpdatedBy.code",
        "path": "Meta.tag.code",
        "min": 1
      },
      {
        "id": "Meta.tag:currentTransaction",
        "path": "Meta.tag",
        "sliceName": "currentTransaction",
        "definition": "Identifier of the last transaction under whose scope the last update of this resource has been performed.",
        "min": 1,
        "max": "1",
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://apiframework.dedalus.eu/fhir/ValueSet/DFourTransaction-ForWorkflow"
          }
        }
      },
      {
        "id": "Meta.tag:currentTransaction.system",
        "path": "Meta.tag.system",
        "min": 1,
        "fixedUri": "http://apiframework.dedalus.eu/fhir/CodeSystem/DFourTransaction-ForWorkflow"
      },
      {
        "id": "Meta.tag:currentTransaction.code",
        "path": "Meta.tag.code",
        "min": 1
      }
    ]
  }
}