{
  "resourceType": "StructureDefinition",
  "id": "BusinessConfiguration",
  "meta": {
    "versionId": "d2915bcc-df7c-4839-b61d-a9ce37342bc7",
    "lastUpdated": "2023-04-04T12:33:14.1832078+00:00",
    "profile": [
      "http://sap.com/healthcare/fhir/StructureDefinition/BusinessConfigurationStructureDefinition"
    ]
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-xml-no-order",
      "valueBoolean": true
    }
  ],
  "url": "http://sap.com/healthcare/fhir/StructureDefinition/BusinessConfiguration",
  "version": "1.0.0",
  "name": "BusinessConfiguration",
  "status": "draft",
  "date": "2023-04-04T12:33:22.0209302+00:00",
  "publisher": "SAP Health",
  "description": "Business Configuration",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "BusinessConfiguration",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "BusinessConfiguration",
        "path": "BusinessConfiguration",
        "short": "Resource for Business Configuration",
        "definition": "BusinessConfiguration is the attempt to support all business configuration",
        "alias": [
          "Z-resource",
          "Extension-resource",
          "Custom-resource"
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "Act, Entity or Role"
          }
        ]
      },
      {
        "id": "BusinessConfiguration.identifier",
        "path": "BusinessConfiguration.identifier",
        "short": "An identifier for this qualification for the object",
        "definition": "An identifier for this qualification for the object",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "BusinessConfiguration.active",
        "path": "BusinessConfiguration.active",
        "short": "Indicate if this configuration is active",
        "definition": "Indicate if this configuration is active",
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "BusinessConfiguration.code",
        "path": "BusinessConfiguration.code",
        "short": "Code identifying the customizing activity",
        "definition": "Code identifying the customizing activity",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://sap.com/healthcare/fhir/ValueSet/business-configuration-code"
        }
      },
      {
        "id": "BusinessConfiguration.code.system",
        "path": "BusinessConfiguration.code.system",
        "fixedUri": "http://sap.com/healthcare/fhir/CodeSystem/business-configuration-code"
      },
      {
        "id": "BusinessConfiguration.code.code",
        "path": "BusinessConfiguration.code.code",
        "fixedCode": "boc"
      },
      {
        "id": "BusinessConfiguration.jurisdiction",
        "path": "BusinessConfiguration.jurisdiction",
        "short": "Code of jurisdiction",
        "definition": "Code of jurisdiction",
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "BusinessConfiguration.publisher",
        "path": "BusinessConfiguration.publisher",
        "short": "Code of publisher",
        "definition": "Code of publisher",
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "BusinessConfiguration.contact",
        "path": "BusinessConfiguration.contact",
        "short": "Contact of this confirmation, it can be a person or a organization",
        "definition": "Contact of this confirmation, it can be a person or a organization",
        "type": [
          {
            "code": "ContactDetail"
          }
        ]
      },
      {
        "id": "BusinessConfiguration.startDate",
        "path": "BusinessConfiguration.startDate",
        "short": "Start date",
        "definition": "Start date",
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "id": "BusinessConfiguration.endDate",
        "path": "BusinessConfiguration.endDate",
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "id": "BusinessConfiguration.element",
        "path": "BusinessConfiguration.element",
        "short": "Component value for configuration.",
        "definition": "Component value for configuration.",
        "min": 1,
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "BusinessConfiguration.element.name",
        "path": "BusinessConfiguration.element.name",
        "short": "Name of this configuration",
        "definition": "Name of this configuration",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "BusinessConfiguration.element.value[x]",
        "path": "BusinessConfiguration.element.value[x]",
        "short": "Primitive Type dateTime",
        "definition": "A date, date-time or partial date (e.g. just year or year + month).  If hours and minutes are specified, a time zone SHALL be populated. The format is a union of the schema types gYear, gYearMonth, date and dateTime. Seconds must be provided due to schema type constraints but may be zero-filled and may be ignored.                 Dates SHALL be valid dates.",
        "max": "1",
        "type": [
          {
            "code": "code"
          },
          {
            "code": "dateTime"
          },
          {
            "code": "boolean"
          },
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Coding"
          },
          {
            "code": "date"
          },
          {
            "code": "decimal"
          },
          {
            "code": "integer"
          },
          {
            "code": "Reference"
          },
          {
            "code": "Quantity"
          },
          {
            "code": "string"
          },
          {
            "code": "canonical"
          }
        ]
      },
      {
        "id": "BusinessConfiguration.immutable",
        "path": "BusinessConfiguration.immutable",
        "short": "Indicates this configuration can be changed or not",
        "definition": "Indicates this configuration can be changed or not",
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "BusinessConfiguration.partOf",
        "path": "BusinessConfiguration.partOf",
        "short": "Reference to a parent Business Configuration",
        "definition": "Reference to a parent Business Configuration",
        "max": "1",
        "type": [
          {
            "code": "canonical",
            "targetProfile": [
              "http://sap.com/healthcare/fhir/StructureDefinition/BusinessConfiguration"
            ]
          }
        ]
      },
      {
        "id": "BusinessConfiguration.url",
        "path": "BusinessConfiguration.url",
        "short": "An absolute URI that is used to identify this Business Configuration when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this Business Configuration is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the Business Configuration is stored on different servers.",
        "definition": "An absolute URI that is used to identify this Business Configuration when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this Business Configuration is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the Business Configuration is stored on different servers.",
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isModifier": false,
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.url"
          },
          {
            "identity": "w5",
            "map": "FiveWs.identifier"
          }
        ]
      },
      {
        "id": "BusinessConfiguration.version",
        "path": "BusinessConfiguration.version",
        "short": "The identifier that is used to identify this version of the Business Configuration when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the Business Configuration author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.",
        "definition": "The identifier that is used to identify this version of the Business Configuration when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the Business Configuration author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence.",
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "isModifier": false,
        "isSummary": true,
        "mapping": [
          {
            "identity": "workflow",
            "map": "Definition.version"
          },
          {
            "identity": "w5",
            "map": "FiveWs.version"
          }
        ]
      }
    ]
  }
}