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

FHIR IG analytics

Packagesynapxe.hsar
Resource TypeOperationDefinition
Idoperation-Patient-get-enrolled-resident-list.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/get-enrolled-resident-list
URLhttp://ihis.sg/OperationDefinition/get-enrolled-resident-list
Statusactive
Nameoperation-Patient-get-enrolled-resident-list
DescriptionRetrieve list of patients enrolled with PCP
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-get-enrolled-resident-list",
  "url": "http://ihis.sg/OperationDefinition/get-enrolled-resident-list",
  "name": "operation-Patient-get-enrolled-resident-list",
  "status": "active",
  "kind": "operation",
  "description": "Retrieve list of patients enrolled with PCP",
  "affectsState": false,
  "code": "get-enrolled-resident-list",
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "hci-code",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "PCP's HCI code",
      "type": "string"
    },
    {
      "name": "enrollment-status",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Either \"completed\" or \"revoked\"",
      "type": "string"
    },
    {
      "name": "care-plan-category",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Fixed to \"pophealth-enrolment\"",
      "type": "string"
    },
    {
      "name": "search-period",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The date range that patient's enrollment date",
      "type": "Period"
    },
    {
      "name": "return",
      "use": "out",
      "min": 0,
      "max": "*",
      "documentation": "Bundle of patient resource",
      "type": "Patient"
    }
  ]
}