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

FHIR IG analytics

Packagesynapxe.hsar
Resource TypeOperationDefinition
Idoperation-Enrollment-get-eligibility.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/enrollment-get-eligibility
URLhttp://ihis.sg/OperationDefinition/enrollment-get-eligibility
Statusactive
Nameoperation-Enrollment-get-eligibility
DescriptionInput the changes of PCP and update it.
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-get-eligibility",
  "name": "operation-Enrollment-get-eligibility",
  "code": "operation-Enrollment-get-eligibility",
  "url": "http://ihis.sg/OperationDefinition/enrollment-get-eligibility",
  "status": "active",
  "kind": "operation",
  "description": "Input the changes of PCP and update it.",
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "id",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Patient resource logical id",
      "type": "string"
    },
    {
      "name": "active-enrollment",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "To indicate patient has active enrollment or not",
      "type": "boolean"
    },
    {
      "name": "change-eligibility",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Status to indicate eligible to change or not",
      "type": "boolean"
    },
    {
      "name": "first-enrollment-date",
      "use": "out",
      "min": 0,
      "max": "1",
      "documentation": "To indicate the patient's first enrollment start date'",
      "type": "string"
    },
    {
      "name": "first-healthplan-date",
      "use": "out",
      "min": 0,
      "max": "1",
      "documentation": "To indicate the patient's first healthplan date'",
      "type": "string"
    },
    {
      "name": "last-enrollment-date",
      "use": "out",
      "min": 0,
      "max": "1",
      "documentation": "To indicate the patient's last enrollment start date'",
      "type": "string"
    },
    {
      "name": "last-enrollment-created",
      "use": "out",
      "min": 0,
      "max": "1",
      "documentation": "To indicate the latest enrollments created.'",
      "type": "string"
    },
    {
      "name": "remaining-change-count",
      "use": "out",
      "min": 0,
      "max": "1",
      "documentation": "the remaining change PCP count based on current calender year",
      "type": "integer"
    }
  ]
}