FHIR IG analytics| Package | synapxe.hsar |
| Resource Type | OperationDefinition |
| Id | operation-Patient-get-enrolled-resident-to-pcp.json |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/get-enrolled-resident-to-pcp |
| URL | http://ihis.sg/OperationDefinition/get-enrolled-resident-to-pcp |
| Status | active |
| Name | operation-Patient-get-enrolled-resident-to-pcp |
| Description | Check if a patient is enrolled to a PCP during the specific time |
| Type | true |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "operation-Patient-get-enrolled-resident-to-pcp",
"url": "http://ihis.sg/OperationDefinition/get-enrolled-resident-to-pcp",
"name": "operation-Patient-get-enrolled-resident-to-pcp",
"status": "active",
"kind": "operation",
"description": "Check if a patient is enrolled to a PCP during the specific time",
"affectsState": false,
"code": "get-enrolled-resident-to-pcp",
"system": false,
"type": true,
"instance": false,
"parameter": [
{
"name": "patient-nric",
"use": "in",
"min": 1,
"max": "1",
"documentation": "Patient NRIC",
"type": "string"
},
{
"name": "hci-code",
"use": "in",
"min": 1,
"max": "1",
"documentation": "Healthcare Institution Code",
"type": "string"
},
{
"name": "validate-date",
"use": "in",
"min": 0,
"max": "1",
"documentation": "Provide a back date to validate relationship between patient and PCP on the date (Optional). Format: yyyy-MM-dd",
"type": "date"
},
{
"name": "enrollment-matches-pcp",
"use": "out",
"min": 1,
"max": "1",
"documentation": "Indicate if patient enrolled to the instituion",
"type": "boolean"
},
{
"name": "enrollment-status",
"use": "out",
"min": 0,
"max": "1",
"documentation": "Patient's enrollment status",
"type": "code"
}
]
}