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

FHIR IG analytics

Packagesynapxe.hsar
Resource TypeOperationDefinition
Idoperation-HealthPlan-get-health-plan-list.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/get-health-plan-list
URLhttp://ihis.sg/OperationDefinition/get-health-plan-list
Statusactive
Nameoperation-HealthPlan-get-health-plan-list
Titleoperation-HealthPlan-get-health-plan-list
DescriptionFor SoE to retrieve patient's health plan list.
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-HealthPlan-get-health-plan-list",
  "name": "operation-HealthPlan-get-health-plan-list",
  "code": "operation-HealthPlan-get-health-plan-list",
  "url": "http://ihis.sg/OperationDefinition/get-health-plan-list",
  "title": "operation-HealthPlan-get-health-plan-list",
  "status": "active",
  "kind": "operation",
  "affectsState": false,
  "description": "For SoE to retrieve patient's health plan list.",
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "patient-nric",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "NRIC - Patient's identifier.",
      "type": "string"
    },
    {
      "name": "hci-code",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Institution Healthcare Code. Optional for consumer app and NEHR, mandatory for provider app.",
      "type": "string"
    },
    {
      "name": "_count",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Count of the page.",
      "type": "integer"
    },
    {
      "name": "_skip",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Start index of records",
      "type": "integer"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "*",
      "documentation": "Return the latest or selected health plan.",
      "type": "CarePlan"
    }
  ]
}