nhsconnect / gpconnect-demonstrator

GP Connect demonstrator is a reference implementation of a GP Connect providing system and a consumer system demonstration
https://orange.testlab.nhs.uk/
Apache License 2.0
17 stars 10 forks source link

1.2.0 - No medications #71

Closed lucywilcock closed 6 years ago

lucywilcock commented 6 years ago

Ensure that the demonstrator correctly returns the bundle for a patient with no medications. Ensure the list is correct according to the latest spec.

saurabhkjain commented 6 years ago

Updated the emptyReason value from "Information not available" to "noContent"

This has been pushed to develop.

lucywilcock commented 6 years ago

The variable changed is also used for allergies. I'm pretty sure allergies does need to be 'Information not available': http://gpconnect.netlify.com/accessrecord_structured_development_allergies_guidance.html#negation---handling-no-known-allergies.

saurabhkjain commented 6 years ago

Added NO_CONTENT_RECORDED constant for allergies. Updated the list.note value to be "Information not available"

lucywilcock commented 6 years ago

Looks good.