{
  "resourceType": "StructureDefinition",
  "id": "NCDInventoryItem",
  "url": "https://fhir.inso-world.com/ncd-prevention-games/StructureDefinition/NCDInventoryItem",
  "name": "NCDInventoryItem",
  "title": "NCD InventoryItem",
  "status": "draft",
  "experimental": true,
  "description": "The InventoryItem resource to use for game related inventory data",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "InventoryItem",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/InventoryItem",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "InventoryItem.inventoryStatus",
        "path": "InventoryItem.inventoryStatus",
        "max": "0"
      },
      {
        "id": "InventoryItem.baseUnit",
        "path": "InventoryItem.baseUnit",
        "max": "0"
      },
      {
        "id": "InventoryItem.netContent",
        "path": "InventoryItem.netContent",
        "max": "0"
      },
      {
        "id": "InventoryItem.association",
        "path": "InventoryItem.association",
        "max": "0"
      },
      {
        "id": "InventoryItem.instance",
        "path": "InventoryItem.instance",
        "max": "0"
      }
    ]
  }
}