We have developed SMART app that utilizes CDS Services. Now, when performing POST CDS Service Request, we need to pass several parameters especially in "context".
"context": {
"userId": "Practitioner/example",
"...": "<snipped for brevity>"
},
"
Wanted to know what will "userId": "Practitioner/example" contain. Will that be Practitioner's FHIR ID or specially an NPI number or other type of ID ?
Thanks