FHIR IG analytics| Package | synapxe.hsar |
| Resource Type | OperationDefinition |
| Id | operation-PlanDefinition-get-program.json |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/PlanDefinition-get-program |
| URL | http://ihis.sg/OperationDefinition/PlanDefinition-get-program |
| Status | active |
| Name | operation-PlanDefinition-get-program |
| Description | Get program details by program's identifier |
| Type | true |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "operation-PlanDefinition-get-program",
"url": "http://ihis.sg/OperationDefinition/PlanDefinition-get-program",
"name": "operation-PlanDefinition-get-program",
"status": "active",
"kind": "operation",
"description": "Get program details by program's identifier",
"affectsState": false,
"code": "operation-PlanDefinition-get-program",
"system": false,
"type": true,
"instance": false,
"parameter": [
{
"name": "identifier",
"use": "in",
"min": 1,
"max": "1",
"documentation": "Program's identifier (eg. healthier-sg-programme)",
"type": "string"
},
{
"name": "return",
"use": "out",
"min": 0,
"max": "1",
"documentation": "Return program details with specified identifier",
"type": "PlanDefinition"
}
]
}