FHIR IG analytics| Package | synapxe.hsar |
| Resource Type | OperationDefinition |
| Id | operation-Patient-get-enrollment-type.json |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/get-enrollment-type |
| URL | http://ihis.sg/OperationDefinition/get-enrollment-type |
| Status | active |
| Name | operation-Patient-get-enrollment-type |
| Description | Get resident's Enrollment Type. |
| Type | true |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "operation-Patient-get-enrollment-type",
"url": "http://ihis.sg/OperationDefinition/get-enrollment-type",
"name": "operation-Patient-get-enrollment-type",
"status": "active",
"kind": "operation",
"description": "Get resident's Enrollment Type.",
"affectsState": false,
"code": "get-enrollment-type",
"system": false,
"type": true,
"instance": false,
"parameter": [
{
"name": "organization-id",
"use": "in",
"min": 1,
"max": "1",
"documentation": "Organization ID",
"type": "string"
},
{
"name": "patient-id",
"use": "in",
"min": 1,
"max": "1",
"documentation": "Patient ID",
"type": "string"
},
{
"name": "result",
"use": "out",
"min": 1,
"max": "1",
"documentation": "Either New or Existing",
"type": "string"
}
]
}