Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. a requestor parameter: it has to be represented as a Reference URL, e.g: ‘Practitioner/<clinician-id>’ (the id being the one that you asked for in step 2)

  2. one or several target parameters, which represent to which resource you wish to send questionnaire requests to. These parameters can point to:

    1. Patient(s)

      1. using their national id, by sending a Reference including the national id as an Identifier. This identifier is a pair of (system, value) that represent the national id as per FHIR specifications.

      2. using their PKB id, which you can find by using their national id and the Patient API, following this example

    2. a Team

      1. using the team id, that you need to get in touch with to find: this needs to be provided by PKB for now

You can send either to several target parameters that point to Patients, or to a single parameter that points to a whole team.

...