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

FHIR IG analytics

Packagesynapxe.hsar
Resource TypeOperationDefinition
Idoperation-Patient-get-recommended-pcp.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/OperationDefinition/get-recommended-pcp
URLhttp://ihis.sg/OperationDefinition/get-recommended-pcp
Statusactive
Nameoperation-Patient-get-recommended-pcp
DescriptionRetrieve three recommended PCP for the patient
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-recommended-pcp",
  "url": "http://ihis.sg/OperationDefinition/get-recommended-pcp",
  "name": "operation-Patient-get-recommended-pcp",
  "status": "active",
  "kind": "operation",
  "description": "Retrieve three recommended PCP for the patient",
  "affectsState": false,
  "code": "get-recommended-pcp",
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "patient-nric",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Patient NRIC",
      "type": "string"
    },
    {
      "name": "recommended-pcp",
      "use": "out",
      "min": 0,
      "max": "*",
      "documentation": "Bundle of organization resource",
      "type": "Organization"
    }
  ]
}