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-summary-list.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/get-health-plan-summary-list
URLhttp://ihis.sg/OperationDefinition/get-health-plan-summary-list
Statusactive
Nameoperation-HealthPlan-get-health-plan-summary-list
Titleoperation-HealthPlan-get-health-plan-summary-list
DescriptionGet health plan summary 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-summary-list",
  "name": "operation-HealthPlan-get-health-plan-summary-list",
  "code": "operation-HealthPlan-get-health-plan-summary-list",
  "url": "http://ihis.sg/OperationDefinition/get-health-plan-summary-list",
  "title": "operation-HealthPlan-get-health-plan-summary-list",
  "status": "active",
  "kind": "operation",
  "affectsState": false,
  "description": "Get health plan summary list.",
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "hci-code",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Organization identifier HCI Code.",
      "type": "string"
    },
    {
      "name": "patient-nric",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Patient's NRIC",
      "type": "string"
    },
    {
      "name": "patient-name",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Patient's Name",
      "type": "string"
    },
    {
      "name": "_count",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "For pagination use, specify number of records per page, default is 10.",
      "type": "integer"
    },
    {
      "name": "_skip",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "For pagination use, specify number of records to skip, default is 0.",
      "type": "integer"
    },
    {
      "name": "_sort",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Sort the field in the specified order.",
      "type": "string"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "A bundle of health plan summary",
      "type": "Bundle"
    }
  ]
}