FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesynapxe.hsar
Resource TypeOperationDefinition
Idoperation-Organization-get-enrollment-capacity.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/get-enrollment-capacity
URLhttp://ihis.sg/OperationDefinition/get-enrollment-capacity
Statusactive
Nameoperation-Organization-get-enrollment-capacity
DescriptionFor provider app(PCDS) to get the remaining available capacity of their organization.
Typetrue
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
    }
  ]
}