Versions Compared

Key

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

...

Status
titleunder desing

to be returned as part of the User Profile? Gaspar - please expand, add examplesThe consumers need to know which consent and which is the consent status. That information is stored in the Consent resource.
I know is desirable to have the information of the Patient and the consent status doing a single request to our system.

Talking about this, Moses Njenga suggested having an additional attribute in the response indicating that information. It’s a good solution and probably we need to implement that, but, before doing that, and trying to optimize time and effort, I suggest getting the benefits of the HAPIFHIR requests and using one of these queries:

Both queries return a bundle request with a resource list. We only need to identify each resource by its resourceType and check the Consent status and name to know which information we need.

The Consent status could be: active | inactive. FHIR let us have more status, but I think these status values are enough.

  • Context:

    • Project: for query project as per header value

    • Type: T&C, Data Privacy, etc

  • Returned value: Status of the consent: active | rejected | inactive

...