FHIR IG analytics| Package | synapxe.hsar |
| Resource Type | OperationDefinition |
| Id | operation-Organization-get-enrollment-capacity.json |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/get-enrollment-capacity |
| URL | http://ihis.sg/OperationDefinition/get-enrollment-capacity |
| Status | active |
| Name | operation-Organization-get-enrollment-capacity |
| Description | For provider app(PCDS) to get the remaining available capacity of their organization. |
| Type | true |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "operation-Organization-get-enrollment-capacity",
"name": "operation-Organization-get-enrollment-capacity",
"url": "http://ihis.sg/OperationDefinition/get-enrollment-capacity",
"status": "active",
"kind": "operation",
"code": "get-enrollment-capacity",
"affectsState": false,
"description": "For provider app(PCDS) to get the remaining available capacity of their organization.",
"system": false,
"type": true,
"instance": false,
"parameter": [
{
"name": "hci-code",
"use": "in",
"min": 1,
"max": "1",
"documentation": "Healthcare Institution Code",
"type": "string"
},
{
"name": "enrollment-capacity",
"use": "out",
"min": 0,
"max": "1",
"documentation": "the enrollment capacity of organization.",
"type": "integer"
},
{
"name": "available-capacity",
"use": "out",
"min": 0,
"max": "1",
"documentation": "the available capacity of organization.",
"type": "integer"
}
]
}