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

FHIR IG analytics

Packagesynapxe.hsar
Resource TypeOperationDefinition
Idoperation-Organization-get-pcp-list.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/get-pcp-list
URLhttp://ihis.sg/OperationDefinition/get-pcp-list
Statusactive
Nameoperation-Organization-get-pcp-list
DescriptionSearch organization.
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-Organization-get-pcp-list",
  "name": "operation-Organization-get-pcp-list",
  "url": "http://ihis.sg/OperationDefinition/get-pcp-list",
  "status": "active",
  "kind": "operation",
  "code": "get-pcp-list",
  "affectsState": false,
  "description": "Search organization.",
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "hci-code",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Search value string for organization identifier HCI Code.",
      "type": "string"
    },
    {
      "name": "active",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Search value boolean for organization status.",
      "type": "boolean"
    },
    {
      "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": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Participating Organization",
      "type": "Bundle"
    }
  ]
}