{
  "resourceType": "StructureDefinition",
  "id": "profile-Money-CAD-Pos",
  "url": "https://bpcs.exchange/fhir/StructureDefinition/profile-Money-CAD-Pos",
  "name": "PosMoneyCAD",
  "title": "Positive Canadian Monetary Amount",
  "status": "active",
  "experimental": false,
  "description": "Constraints on the Money data type for positive (non-zero) Canadian funds",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "BPCS",
      "name": "Internal BPCS API"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "type": "Money",
  "baseDefinition": "https://bpcs.exchange/fhir/StructureDefinition/profile-Money-CAD",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Money.value",
        "path": "Money.value",
        "constraint": [
          {
            "key": "BPCS-MNN",
            "severity": "error",
            "human": "Monetary amount cannot be negative or zero",
            "expression": "$this > 0"
          }
        ]
      }
    ]
  }
}