FHIR IG analytics| Package | synapxe.hsar |
| Resource Type | OperationDefinition |
| Id | operation-Patient-get-enrolled-resident-list.json |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/get-enrolled-resident-list |
| URL | http://ihis.sg/OperationDefinition/get-enrolled-resident-list |
| Status | active |
| Name | operation-Patient-get-enrolled-resident-list |
| Description | Retrieve list of patients enrolled with PCP |
| Type | true |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "operation-Patient-get-enrolled-resident-list",
"url": "http://ihis.sg/OperationDefinition/get-enrolled-resident-list",
"name": "operation-Patient-get-enrolled-resident-list",
"status": "active",
"kind": "operation",
"description": "Retrieve list of patients enrolled with PCP",
"affectsState": false,
"code": "get-enrolled-resident-list",
"system": false,
"type": true,
"instance": false,
"parameter": [
{
"name": "hci-code",
"use": "in",
"min": 1,
"max": "1",
"documentation": "PCP's HCI code",
"type": "string"
},
{
"name": "enrollment-status",
"use": "in",
"min": 0,
"max": "1",
"documentation": "Either \"completed\" or \"revoked\"",
"type": "string"
},
{
"name": "care-plan-category",
"use": "in",
"min": 1,
"max": "1",
"documentation": "Fixed to \"pophealth-enrolment\"",
"type": "string"
},
{
"name": "search-period",
"use": "in",
"min": 1,
"max": "1",
"documentation": "The date range that patient's enrollment date",
"type": "Period"
},
{
"name": "return",
"use": "out",
"min": 0,
"max": "*",
"documentation": "Bundle of patient resource",
"type": "Patient"
}
]
}