{
  "resourceType": "OperationDefinition",
  "id": "ccdp-invoice-get-bill-info",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2024-12-23T23:51:10.796+00:00",
    "tag": [
      {
        "system": "https://fhir.synapxe.sg/NamingSystem/systemcode",
        "code": "ccdp"
      }
    ]
  },
  "name": "Getbillinfo",
  "status": "active",
  "kind": "operation",
  "description": "Retrieve specific bill details.",
  "affectsState": false,
  "code": "get-bill-info",
  "resource": [
    "Invoice"
  ],
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "id": "ccdp-invoice-subject",
      "extension": [
        {
          "extension": [
            {
              "url": "mapping",
              "valueCode": "subject"
            }
          ],
          "url": "http://synapxe.sg/StructureDefinition/OperationDefinition-parameter-canned-search"
        }
      ],
      "name": "subject",
      "use": "in",
      "min": 1,
      "max": "1",
      "type": "Reference"
    },
    {
      "id": "ccdp-invoice-organization",
      "extension": [
        {
          "extension": [
            {
              "url": "mapping",
              "valueCode": "issuer"
            }
          ],
          "url": "http://synapxe.sg/StructureDefinition/OperationDefinition-parameter-canned-search"
        }
      ],
      "name": "organization",
      "use": "in",
      "min": 0,
      "max": "1",
      "type": "Reference"
    },
    {
      "id": "ccdp-invoice-identifier",
      "extension": [
        {
          "extension": [
            {
              "url": "mapping",
              "valueCode": "identifier"
            }
          ],
          "url": "http://synapxe.sg/StructureDefinition/OperationDefinition-parameter-canned-search"
        }
      ],
      "name": "identifier",
      "use": "in",
      "min": 1,
      "max": "1",
      "type": "string"
    },
    {
      "id": "Invoice-get-bill-info-outcome",
      "name": "result",
      "use": "out",
      "min": 0,
      "max": "*",
      "documentation": "The outcome of the operation ccdp-invoice-get-bill-info",
      "type": "Invoice"
    }
  ]
}