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

FHIR IG analytics

Packagesynapxe.hsar
Resource TypeOperationDefinition
Idoperation-Patient-put-change-eligibility.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/put-change-eligibility
URLhttp://ihis.sg/OperationDefinition/put-change-eligibility
Statusactive
Nameoperation-Patient-put-change-eligibility
DescriptionUpdate resident's change pcp eligibility.
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-put-change-eligibility",
  "url": "http://ihis.sg/OperationDefinition/put-change-eligibility",
  "name": "operation-Patient-put-change-eligibility",
  "status": "active",
  "kind": "operation",
  "description": "Update resident's change pcp eligibility.",
  "affectsState": true,
  "code": "put-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-update-reason",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The category of updating resident's change pcp eligibility.",
      "type": "string"
    },
    {
      "name": "result",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Either successful or unsuccessful",
      "type": "string"
    }
  ]
}