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.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/get-health-plan
URLhttp://ihis.sg/OperationDefinition/get-health-plan
Statusactive
Nameoperation-HealthPlan-get-health-plan
Titleoperation-HealthPlan-get-health-plan
DescriptionFor SoE to retrieve the summary of latest or selected health plan.
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",
  "name": "operation-HealthPlan-get-health-plan",
  "code": "operation-HealthPlan-get-health-plan",
  "url": "http://ihis.sg/OperationDefinition/get-health-plan",
  "title": "operation-HealthPlan-get-health-plan",
  "status": "active",
  "kind": "operation",
  "affectsState": false,
  "description": "For SoE to retrieve the summary of  latest or selected health plan.",
  "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": "_id",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Unique id of the health plan.",
      "type": "string"
    },
    {
      "name": "_x-versionid",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Version of the health plan.",
      "type": "integer"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Return the latest or selected health plan.",
      "type": "CarePlan"
    }
  ]
}