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

FHIR IG analytics

Packagesynapxe.hsar
Resource TypeOperationDefinition
Idoperation-Patient-get-change-eligibility.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/get-change-eligibility
URLhttp://ihis.sg/OperationDefinition/get-change-eligibility
Statusactive
Nameoperation-Patient-get-change-eligibility
Descriptionchange pcp eligibility check.
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-Patient-get-change-eligibility",
  "url": "http://ihis.sg/OperationDefinition/get-change-eligibility",
  "name": "operation-Patient-get-change-eligibility",
  "status": "active",
  "kind": "operation",
  "description": "change pcp eligibility check.",
  "affectsState": false,
  "code": "get-change-eligibility",
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "patient-nric",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Patient NRIC",
      "type": "string"
    },
    {
      "name": "change-eligibility",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Either \"eligible\" or \"not-eligible\"",
      "type": "string"
    },
    {
      "name": "remaining-pcp-change-counter",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Remaining number of counter to change pcp",
      "type": "integer"
    },
    {
      "name": "first-enrollment-date",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Date of the first enrollment, format: YYYY-MM-DD",
      "type": "date"
    }
  ]
}