{
  "resourceType": "StructureDefinition",
  "id": "ext-Resource-PartitionNumber",
  "url": "https://bpcs.exchange/fhir/StructureDefinition/ext-Resource-PartitionNumber",
  "name": "ResourcePartitionNumber",
  "title": "Resource PartitionNumber",
  "status": "active",
  "experimental": false,
  "description": "Indicates the partition number associated with a record on the claim history table. The column will contain a value that is used to distribute the data over all the available disk volumes on the system.",
  "fhirVersion": "5.0.0",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "ExplanationOfBenefit.item"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "PartitionNumber",
        "definition": "Indicates the The partition number associated with a record on the claim history table. The column will contain a value that is used to distribute the data over all the available disk volumes on the system.",
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://bpcs.exchange/fhir/StructureDefinition/ext-Resource-PartitionNumber"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "string"
          }
        ],
        "mustSupport": true,
        "mapping": [
          {
            "identity": "BPCS",
            "map": "ClaimRecordDTO.partNum"
          }
        ]
      }
    ]
  }
}