FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesynapxe.hsar
Resource TypeOperationDefinition
Idoperation-Enrollment-put-enrollment-batch-withdrawal.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/put-enrollment-batch-withdrawal
URLhttp://ihis.sg/OperationDefinition/put-enrollment-batch-withdrawal
Statusactive
Nameoperation-Enrollment-put-enrollment-batch-withdrawal
Descriptionwithdrawal of patients enrolled with PCP
Typetrue
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "OperationDefinition",
  "id": "operation-Enrollment-put-enrollment-batch-withdrawal",
  "name": "operation-Enrollment-put-enrollment-batch-withdrawal",
  "code": "operation-Enrollment-put-enrollment-batch-withdrawal",
  "url": "http://ihis.sg/OperationDefinition/put-enrollment-batch-withdrawal",
  "status": "active",
  "kind": "operation",
  "affectsState": false,
  "description": "withdrawal of patients enrolled with PCP",
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "patient-nric",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "NRIC - Patient's NRIC",
      "type": "string"
    },
    {
      "name": "inactive-date",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Provide enrollment inactive date",
      "type": "date"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Return the OperationOutcome",
      "type": "OperationOutcome"
    }
  ]
}