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

FHIR IG analytics

Packagesynapxe.hsar
Resource TypeOperationDefinition
Idoperation-Enrollment-get-enrollment.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/enrollment-get-enrollment
URLhttp://ihis.sg/OperationDefinition/enrollment-get-enrollment
Statusactive
Nameoperation-Enrollment-get-enrollment
DescriptionRetrieve patient's Care 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-Enrollment-get-enrollment",
  "name": "operation-Enrollment-get-enrollment",
  "code": "operation-Enrollment-get-enrollment",
  "url": "http://ihis.sg/OperationDefinition/enrollment-get-enrollment",
  "status": "active",
  "kind": "operation",
  "affectsState": false,
  "description": "Retrieve patient's Care 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": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Return the list of Care Plans.",
      "type": "CarePlan"
    }
  ]
}