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-to-pcp.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/get-enrolled-resident-to-pcp
URLhttp://ihis.sg/OperationDefinition/get-enrolled-resident-to-pcp
Statusactive
Nameoperation-Patient-get-enrolled-resident-to-pcp
DescriptionCheck if a patient is enrolled to a PCP during the specific time
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-to-pcp",
  "url": "http://ihis.sg/OperationDefinition/get-enrolled-resident-to-pcp",
  "name": "operation-Patient-get-enrolled-resident-to-pcp",
  "status": "active",
  "kind": "operation",
  "description": "Check if a patient is enrolled to a PCP during the specific time",
  "affectsState": false,
  "code": "get-enrolled-resident-to-pcp",
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "patient-nric",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Patient NRIC",
      "type": "string"
    },
    {
      "name": "hci-code",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Healthcare Institution Code",
      "type": "string"
    },
    {
      "name": "validate-date",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Provide a back date to validate relationship between patient and PCP on the date (Optional). Format: yyyy-MM-dd",
      "type": "date"
    },
    {
      "name": "enrollment-matches-pcp",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Indicate if patient enrolled to the instituion",
      "type": "boolean"
    },
    {
      "name": "enrollment-status",
      "use": "out",
      "min": 0,
      "max": "1",
      "documentation": "Patient's enrollment status",
      "type": "code"
    }
  ]
}