FHIR IG analytics| Package | synapxe.hsar |
| Resource Type | OperationDefinition |
| Id | operation-HealthPlan-get-health-plan-list.json |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/get-health-plan-list |
| URL | http://ihis.sg/OperationDefinition/get-health-plan-list |
| Status | active |
| Name | operation-HealthPlan-get-health-plan-list |
| Title | operation-HealthPlan-get-health-plan-list |
| Description | For SoE to retrieve patient's health plan list. |
| Type | true |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "operation-HealthPlan-get-health-plan-list",
"name": "operation-HealthPlan-get-health-plan-list",
"code": "operation-HealthPlan-get-health-plan-list",
"url": "http://ihis.sg/OperationDefinition/get-health-plan-list",
"title": "operation-HealthPlan-get-health-plan-list",
"status": "active",
"kind": "operation",
"affectsState": false,
"description": "For SoE to retrieve patient's health plan list.",
"system": false,
"type": true,
"instance": false,
"parameter": [
{
"name": "patient-nric",
"use": "in",
"min": 1,
"max": "1",
"documentation": "NRIC - Patient's identifier.",
"type": "string"
},
{
"name": "hci-code",
"use": "in",
"min": 0,
"max": "1",
"documentation": "Institution Healthcare Code. Optional for consumer app and NEHR, mandatory for provider app.",
"type": "string"
},
{
"name": "_count",
"use": "in",
"min": 0,
"max": "1",
"documentation": "Count of the page.",
"type": "integer"
},
{
"name": "_skip",
"use": "in",
"min": 0,
"max": "1",
"documentation": "Start index of records",
"type": "integer"
},
{
"name": "return",
"use": "out",
"min": 1,
"max": "*",
"documentation": "Return the latest or selected health plan.",
"type": "CarePlan"
}
]
}