-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/consent to treatment #17
Conversation
Plantuml activity diagram example
@ed-bright @marcusfearnett-nhsdigital I've changed the guidance to correct referencing 'consent to treatment' as the primary guidance to just reference the mental health capacity act and the caldicott principles in the scope of sharing information. The statement 'according to existing guidance and best practice.' is taken directly from the previous requirements doc. I've also changed the interaction pattern to reflect the absence of a consent indicating a patient's dissent to sharing the information as discussed yesterday. However I did find these requirements in the document @marcusfearnett-nhsdigital provided.
Which would suggest maintaining the consent state, i.e. updating rather than removing the Consent resource each time a patient revoked their consent. The example has been updated to show examples of how to use the extensions and with an example of using the policyRule elect, which is bound to the proxyRole valueset. This is the only example needed given no consent is implied by the absence of a consent resource, which seems like a bad pattern for implementation given it will need to be handled differently for consent not previously given, actual dissent and possibly revoked consent, as opposed to just examining the state of the consent object. Can be accessed on the gh page (link different from previous) https://declankieran-nhsd.github.io/ra-sandbox/consent-to-share-information.html |
@declankieran-nhsd That Consent JSON example with the extensions is great thank you - look forward to seeing the updated ones for the other resources too |
@declankieran-nhsd Just a small correction - the category should be the MasterFlag category something like As this is a consent for the Flag as a whole to be stored, not for each individual adjustment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK. Review comments as discussed...
1 If we want to record Consent not given (i.e. Dissent to share)
we'd just do Create Consent with "status" : "rejected"
& optionally in "https://fhir.nhs.uk/England/StructureDefinition/Extension-ConsentCreateSummary"
something like "text" : "Patient declined to share reasonable adjustment information"
This'd then feed into updated System Interaction blurb, seq. diagram (https://github.com/declankieran-nhsd/ra-sandbox/blob/feature/consent-to-treatment/input/images-source/consent-sequence.plantuml) and 'Consent is not given' Example
2 Illustration to Diagram
3 In Workflow bpmn, isn't the capacity decision by the Practitioner?
4 text element - can we get rid?
Working up proposal as new branch /consent-to-share-mf
Seems like there is maybe some work on the codesystem still to be done, you can look at what is currently there at https://declankieran-nhsd.github.io/ra-sandbox/artifacts.html In the Code Systems section. There is this CodeSystem that appears to suggest it would be used for Consent, but it isn't used anywhere. Should this maybe be removed? https://declankieran-nhsd.github.io/ra-sandbox/CodeSystem-RA-ConsentPurpose.html The CodeSystem being used here (should probably be renamed RA-MasterFlagCategory.) https://declankieran-nhsd.github.io/ra-sandbox/CodeSystem-RA-FlagCategory.html Seemed suggest to me that the consent was giving at a programme level, i.e. RA, CP-IS, FGM etc... If its at the adjustment level and from the code you've given, it seems like maybe this is the CodeSystem that should be used? https://declankieran-nhsd.github.io/ra-sandbox/CodeSystem-RA-AdjustmentCategory.html I can change in the example no problem, and the logic still holds for the interaction diagram (which will be changed now it is agreed the consent object will maintain the state of patient consent in terms of given or not given) E: forgot to add link to ConsentPurpose E: When you say
Are the codes in https://declankieran-nhsd.github.io/ra-sandbox/CodeSystem-RA-AdjustmentCategory.html what is consider flag level, as opposed to adjustment level, I might just be confused because you put 001 as the example code, but the display you seems to better match what it's currently bound to, i.e. https://declankieran-nhsd.github.io/ra-sandbox/CodeSystem-RA-FlagCategory.html |
I would suggest using |
@ed-bright @marcusfearnett-nhsdigital Should we be using these codes in the valuesets or has this already been review, and if so where? https://digital.nhs.uk/services/reasonable-adjustment-flag/impairment-and-adjustment-codes Just looking at the consent codes I think the base binding in consent.scope element possibly covers what this is trying to convery, at least with consent given and declined consent (valuset in question http://hl7.org/fhir/R4/valueset-consent-scope.html). Using the status, i.e. The code 1833271000000103 Review of Reasonable Adjustments needs (procedure) doesn't really fit this though. Looking at the requirements document there are a couple of mentions of review, e.g.
I think this would be better handled with a Task resource as you can set a time on that, the code doesn't conceptually fit with the actual Consent object, assuming this is still a requirement... |
@marcusfearnett-nhsdigital is looking to do the changes outstanding here in a separate branch. Just merging this in with the other PR, sp the amount of change isn't completely huge in one PR |
* Retrieve condition (#2) * Create retrieve-condition.md * Update sushi-config.yaml * Update retrieve-condition.md * Add files via upload * Update retrieve-condition.md * Delete input/images/retrieve.drawio.png * Add files via upload * Delete input/images/retrieve.drawio.png * Add files via upload * Update retrieve-condition.md * Delete input/images/retrieve.drawio.png * Add files via upload * Update retrieve-condition.md * Update retrieve-condition.md * Delete input/images/retrievecondition.drawio.png * Add files via upload * Update retrieve-condition.md * Delete input/images/retrievecondition.drawio.png * Add files via upload * Update retrieve-condition.md * Feature/add condition (#1) * Updated fsh, updated add guidance * Download fonts in pipeline * removed duplicate instance definitions from fsh * fix example link * fix some validation errors * fix jekll plantuml install * Generate query output in pipeline, change use case structure * Add server examples and data model. * Fix filename of query output in pipeline * Serpate load and query in pipeline. * fix alert icons * Added guidance how to access swagger in docker instance of HAPI server. * change initial interaction to be more generic, i.e. not just condition. * link to server examples * changed cardinatlity as per comments from Marcus, include (same) contained provenance in all RA record resources. --------- Co-authored-by: Declan Kieran <[email protected]> * fix sushi yaml merge conflict * script the generation of the examples/queries * explicit ordering in id and naming conventions * fix sushi yaml merge conflict (#3) Co-authored-by: Declan Kieran <[email protected]> * tidy up naming convention * Add a chained GET query for example 0002 * move creation of resources folder from pipeline to script * Feature/automate examples (#4) * fix sushi yaml merge conflict * script the generation of the examples/queries * explicit ordering in id and naming conventions * tidy up naming convention * Add a chained GET query for example 0002 * move creation of resources folder from pipeline to script --------- Co-authored-by: Declan Kieran <[email protected]> * Add files via upload * Update retrieve-condition.md * Update retrieve-condition.md * Update retrieve-condition.md * Update retrieve-condition.md * fix broken page references * Feature/automate examples (#5) * fix sushi yaml merge conflict * script the generation of the examples/queries * explicit ordering in id and naming conventions * tidy up naming convention * Add a chained GET query for example 0002 * move creation of resources folder from pipeline to script * fix broken page references --------- Co-authored-by: Declan Kieran <[email protected]> * Update retrieve-condition.md * Update retrieve-condition.md * Update sushi-config.yaml * Create remove-ra-record * Update remove-ra-record * Add files via upload * Update remove-ra-record * Delete input/pagecontent/remove-ra-record * Create remove-ra-record.md * Update remove-ra-record.md * Feature/postman page (#6) * all examples in one page, added more queries * fixed links * add flag detail extension examples * do extension in different branch * update server examples --------- Co-authored-by: Declan Kieran <[email protected]> * Update retrieve-condition.md * Update retrieve-condition.md * Update remove-ra-record.md * Update remove-ra-record.md * Add files via upload * Update retrieve-condition.md * Update remove-ra-record.md * Create remove-rarecord-example.fsh * Create remove-rarecord-example.md * Update remove-rarecord-example.md * Delete input/fsh/examples/remove-rarecord-example.fsh * Create 0000-remove-rarecord-example.fsh * Update 0000-remove-rarecord-example.fsh * Update 0000-remove-rarecord-example.fsh * Update remove-ra-record.md * Update remove-rarecord-example.md * Update remove-ra-record.md * Create 0001-remove-rarecord-transaction-example.fsh * Create remove-rarecord-transaction-example.md * Update remove-ra-record.md * Delete input/images/remove-rarecord.drawio.png * Add files via upload * Feature/refactor run script (#7) * all examples in one page, added more queries * fixed links * add flag detail extension examples * do extension in different branch * update server examples * simplify run script and naming * fix run script, remove sushi step from pipeline and add to script * change naming convention to handle ID's better * fix conflicts * fix conflicts --------- Co-authored-by: Declan Kieran <[email protected]> * Update remove-ra-record.md * Update remove-ra-record.md * Update remove-ra-record.md * Update remove-ra-record.md * Update remove-ra-record.md * Update remove-ra-record.md * Delete input/queries directory * Update remove-ra-record.md * Update remove-ra-record.md * Update retrieve-ra-record.md * Update retrieve-ra-record.md * Delete input/images/remove-rarecord.drawio.png * Add files via upload * Update remove-ra-record.md * Delete input/images/Remove-RA.drawio.png * Add files via upload * Update remove-ra-record.md * Update remove-ra-record.md * Create codesystem * Create RARecord-FlagCategory-1 * Update RARecord-FlagCategory-1 * Create RARecord-FlagCode-1 * Update and rename RARecord-FlagCode-1 to RARecord-FlagCode-1.fsh * Rename RARecord-FlagCategory-1 to RARecord-FlagCategory-1.fsh * Update RARecord-FlagCode-1.fsh * Create CareConnect-ConditionCategory-1.fsh * Update CareConnect-ConditionCategory-1.fsh * Create RARecord-ConditionCode-1.fsh * Update RARecord-ConditionCode-1.fsh * Delete input/resources directory * Create RARecord-FlagCategory-1.fsh * Update RARecord-FlagCategory-1.fsh * Create CareConnect-ConditionCategory-1.fsh * Update CareConnect-ConditionCategory-1.fsh * Create RARecord-ConditionCode-1.fsh * Delete input/fsh/codesystem/RARecord-ConditionCode-1.fsh1 * Create RARecord-ConditionCode-1.fsh * Update RARecord-ConditionCode-1.fsh * Create RARecord-ConsentPurpose-1.fsh * Update RARecord-ConsentPurpose-1.fsh * Create RARecord-AdjustmentCategory-1.fsh * Update RARecord-AdjustmentCategory-1.fsh * Create RARecord-AdjustmentCategory-1.fsh * Update RARecord-AdjustmentCategory-1.fsh * Update RARecord-AdjustmentCategory-1.fsh * Create RARecord-ConsentPurpose-1.fsh * Update RARecord-ConsentPurpose-1.fsh * Update and rename CareConnect-ConditionCategory-1.fsh to ValueSet-England-ConditionCategory.fsh * Update and rename RARecord-FlagCode-1.fsh to ValueSet-England-FlagCode.fsh * Update ValueSet-England-ConditionCategory.fsh * Update and rename RARecord-FlagCategory-1.fsh to ValueSet-England-FlagCategory.fsh * Update and rename RARecord-ConsentPurpose-1.fsh to ValueSet-England-ConsentPurpose.fsh * Update and rename RARecord-ConditionCode-1.fsh to ValueSet-England-ConditionCode.fsh * Update and rename RARecord-AdjustmentCategory-1.fsh to ValueSet-England-AdjustmentCategory.fsh * Update and rename CareConnect-ConditionCategory-1.fsh to CodeSystem-England-ConditionCategory.fsh * Update and rename RARecord-AdjustmentCategory-1.fsh to CodeSystem-England-AdjustmentCategory.fsh * Update and rename RARecord-ConditionCode-1.fsh to CodeSystem-England-ConditionCode.fsh * Rename RARecord-ConsentPurpose-1.fsh to CodeSystem-England-ConsentPurpose.fsh * Rename RARecord-FlagCategory-1.fsh to CodeSystem-England-FlagCategory.fsh * fixed fsh, some naming changes * Update RA-ConditionCode.fsh * Update RA-ConditionCategory.fsh * Update RA-ConsentPurpose.fsh * Update RA-ConditionCategory.fsh * SearchParameters not being index quickly enough, add call to -all-resources-for-reindexing * Always run SearchParameters first * Feature/gh pages (#11) * publish to github pages * add separate deply job * deploy still needs artefact uploaded * only deploy on write to development * separate build and deploy into different workflows --------- Co-authored-by: Declan Kieran <[email protected]> * Feature/gh pages (#12) * publish to github pages * add separate deply job * deploy still needs artefact uploaded * only deploy on write to development * separate build and deploy into different workflows * revert to single workflow --------- Co-authored-by: Declan Kieran <[email protected]> * Delete .github/workflows/deploy.yml Wasn't removed in previous commit * Feature/structuredefinitions (#14) * add profiles, extensions etc. * add contained provenance to condition profile --------- Co-authored-by: Declan Kieran <[email protected]> * fix RA-ProxyRole codesystem, valueset, link in consent profile (#15) Co-authored-by: Declan Kieran <[email protected]> * Fix/tidy examples (#16) * fix urls in examples, qa warnings etc... * use cannonical instead of localhost for searchparameters * cleared more warnings, move aliases to one file --------- Co-authored-by: Declan Kieran <[email protected]> * Update publish.yml Make it configurable from the pipeline whether the validator runs in offline or online mode. * Update publish.yml * Feature/consent to treatment (#17) * consent to treatment guidance * install graphviz in pipeline * paragraph formatting * Update consent-to-treatment.md Plantuml activity diagram example * corrections in guidance, added to example * corrections in guidance, added to example * corrections in guidance, added to example * Delete ig-template/package/content/assets/js/.index.json * delete .index.db * update usecase assocation line --------- Co-authored-by: Declan Kieran <[email protected]> * Feature/add record updates and examples (#18) * consent to treatment guidance * install graphviz in pipeline * paragraph formatting * Update consent-to-treatment.md Plantuml activity diagram example * corrections in guidance, added to example * corrections in guidance, added to example * corrections in guidance, added to example * Delete ig-template/package/content/assets/js/.index.json * delete .index.db * patient example, split flag profile * added individual examples, updated add record guidance * diagrams and scenarios for add record * change AdjustmentNotes extension to FlagNotes * update text in examples with flag notes extension * generalise master flag to patients not just ra --------- Co-authored-by: Declan Kieran <[email protected]> * Feature/retrieve record updates and examples (#20) * generalised flag profiles * generalised flag profiles * generalised flag profiles * generalised flag profiles * generalise condition, fix refs and names * profiles generalised, apply profiles to examples * examples validating against profiles * cpis and fgm examples, all validating * addtional example pages added * fix cpis consent category example * fix flag code for cpis and fgm * added careconnect deps, tidy diagrams, include contact via yml * licence section removed, redundant if using ip-statements * slight mod to intro * update retrieve record page to follow new format * updates as per Vicky's comments * updates as per Vicky's comments --------- Co-authored-by: Declan Kieran <[email protected]> * Update FlagProvenanceRole.fsh Update title to match others * updated ref to point to sequence instead of usecase (#22) Co-authored-by: Declan Kieran <[email protected]> * IOPS-2494(Guidance for Remove Reasonable Adjustment Record) Review (#21) * Create remove-record-usecase.plantuml * Update remove-reasonable-adjustment-record.md * Add files via upload * Delete input/images/remove-record-workflow.svg * Add files via upload * Update remove-reasonable-adjustment-record.md * Delete input/images/remove-record-workflow.bpmn * Delete input/images/remove-record-workflow.svg * Add files via upload * Update remove-record-usecase.plantuml * Delete input/images/remove-record-workflow.bpmn * Delete input/images/remove-record-workflow.svg * Add files via upload * Update remove-reasonable-adjustment-record.md * Update 0012-RemoveRARecordExample.fsh * Update 0012-RemoveRARecordExample.fsh * Update remove-reasonable-adjustment-record.md * Update 0012-RemoveRARecordExample.fsh * Create remove-record-sequence.plantuml * Delete input/images/remove-record-workflow.bpmn * Delete input/images/remove-record-workflow.svg * Add files via upload * Update remove-reasonable-adjustment-record.md * Update remove-reasonable-adjustment-record.md * Update remove-record-usecase.plantuml * Update remove-record-usecase.plantuml * Update remove-reasonable-adjustment-record.md * Update remove-reasonable-adjustment-record.md * Update remove-reasonable-adjustment-record.md * Update remove-reasonable-adjustment-record.md * Update remove-reasonable-adjustment-record.md * Update remove-reasonable-adjustment-record.md * Update _updatePublisher.sh * minor format fixes * spelling fix * fix alt text on bpmn diagrams --------- Co-authored-by: Declan Kieran <[email protected]> * Feature/generalise profiles (#19) * generalised flag profiles * generalised flag profiles * generalised flag profiles * generalised flag profiles * generalise condition, fix refs and names * profiles generalised, apply profiles to examples * examples validating against profiles * cpis and fgm examples, all validating * addtional example pages added * fix cpis consent category example * fix flag code for cpis and fgm * added careconnect deps, tidy diagrams, include contact via yml * licence section removed, redundant if using ip-statements * slight mod to intro --------- Co-authored-by: Declan Kieran <[email protected]> * update to maintain consent object for dissent/revoke and examples (#23) Co-authored-by: Declan Kieran <[email protected]> * add scenarios, tidied a few other things (#24) Co-authored-by: Declan Kieran <[email protected]> * Fix/remove experimental ci (#25) * fix references in transaction bundle in flag extension so they work with hapi starter * remove ci * tidy id's and updated postman collection * update example page * remove ci steps from pipeline --------- Co-authored-by: Declan Kieran <[email protected]> --------- Co-authored-by: vickyjaiswal0308 <[email protected]> Co-authored-by: Declan Kieran <[email protected]>
* Retrieve condition (#2) * Create retrieve-condition.md * Update sushi-config.yaml * Update retrieve-condition.md * Add files via upload * Update retrieve-condition.md * Delete input/images/retrieve.drawio.png * Add files via upload * Delete input/images/retrieve.drawio.png * Add files via upload * Update retrieve-condition.md * Delete input/images/retrieve.drawio.png * Add files via upload * Update retrieve-condition.md * Update retrieve-condition.md * Delete input/images/retrievecondition.drawio.png * Add files via upload * Update retrieve-condition.md * Delete input/images/retrievecondition.drawio.png * Add files via upload * Update retrieve-condition.md * Feature/add condition (#1) * Updated fsh, updated add guidance * Download fonts in pipeline * removed duplicate instance definitions from fsh * fix example link * fix some validation errors * fix jekll plantuml install * Generate query output in pipeline, change use case structure * Add server examples and data model. * Fix filename of query output in pipeline * Serpate load and query in pipeline. * fix alert icons * Added guidance how to access swagger in docker instance of HAPI server. * change initial interaction to be more generic, i.e. not just condition. * link to server examples * changed cardinatlity as per comments from Marcus, include (same) contained provenance in all RA record resources. --------- Co-authored-by: Declan Kieran <[email protected]> * fix sushi yaml merge conflict * script the generation of the examples/queries * explicit ordering in id and naming conventions * fix sushi yaml merge conflict (#3) Co-authored-by: Declan Kieran <[email protected]> * tidy up naming convention * Add a chained GET query for example 0002 * move creation of resources folder from pipeline to script * Feature/automate examples (#4) * fix sushi yaml merge conflict * script the generation of the examples/queries * explicit ordering in id and naming conventions * tidy up naming convention * Add a chained GET query for example 0002 * move creation of resources folder from pipeline to script --------- Co-authored-by: Declan Kieran <[email protected]> * Add files via upload * Update retrieve-condition.md * Update retrieve-condition.md * Update retrieve-condition.md * Update retrieve-condition.md * fix broken page references * Feature/automate examples (#5) * fix sushi yaml merge conflict * script the generation of the examples/queries * explicit ordering in id and naming conventions * tidy up naming convention * Add a chained GET query for example 0002 * move creation of resources folder from pipeline to script * fix broken page references --------- Co-authored-by: Declan Kieran <[email protected]> * Update retrieve-condition.md * Update retrieve-condition.md * Update sushi-config.yaml * Create remove-ra-record * Update remove-ra-record * Add files via upload * Update remove-ra-record * Delete input/pagecontent/remove-ra-record * Create remove-ra-record.md * Update remove-ra-record.md * Feature/postman page (#6) * all examples in one page, added more queries * fixed links * add flag detail extension examples * do extension in different branch * update server examples --------- Co-authored-by: Declan Kieran <[email protected]> * Update retrieve-condition.md * Update retrieve-condition.md * Update remove-ra-record.md * Update remove-ra-record.md * Add files via upload * Update retrieve-condition.md * Update remove-ra-record.md * Create remove-rarecord-example.fsh * Create remove-rarecord-example.md * Update remove-rarecord-example.md * Delete input/fsh/examples/remove-rarecord-example.fsh * Create 0000-remove-rarecord-example.fsh * Update 0000-remove-rarecord-example.fsh * Update 0000-remove-rarecord-example.fsh * Update remove-ra-record.md * Update remove-rarecord-example.md * Update remove-ra-record.md * Create 0001-remove-rarecord-transaction-example.fsh * Create remove-rarecord-transaction-example.md * Update remove-ra-record.md * Delete input/images/remove-rarecord.drawio.png * Add files via upload * Feature/refactor run script (#7) * all examples in one page, added more queries * fixed links * add flag detail extension examples * do extension in different branch * update server examples * simplify run script and naming * fix run script, remove sushi step from pipeline and add to script * change naming convention to handle ID's better * fix conflicts * fix conflicts --------- Co-authored-by: Declan Kieran <[email protected]> * Update remove-ra-record.md * Update remove-ra-record.md * Update remove-ra-record.md * Update remove-ra-record.md * Update remove-ra-record.md * Update remove-ra-record.md * Delete input/queries directory * Update remove-ra-record.md * Update remove-ra-record.md * Update retrieve-ra-record.md * Update retrieve-ra-record.md * Delete input/images/remove-rarecord.drawio.png * Add files via upload * Update remove-ra-record.md * Delete input/images/Remove-RA.drawio.png * Add files via upload * Update remove-ra-record.md * Update remove-ra-record.md * Create codesystem * Create RARecord-FlagCategory-1 * Update RARecord-FlagCategory-1 * Create RARecord-FlagCode-1 * Update and rename RARecord-FlagCode-1 to RARecord-FlagCode-1.fsh * Rename RARecord-FlagCategory-1 to RARecord-FlagCategory-1.fsh * Update RARecord-FlagCode-1.fsh * Create CareConnect-ConditionCategory-1.fsh * Update CareConnect-ConditionCategory-1.fsh * Create RARecord-ConditionCode-1.fsh * Update RARecord-ConditionCode-1.fsh * Delete input/resources directory * Create RARecord-FlagCategory-1.fsh * Update RARecord-FlagCategory-1.fsh * Create CareConnect-ConditionCategory-1.fsh * Update CareConnect-ConditionCategory-1.fsh * Create RARecord-ConditionCode-1.fsh * Delete input/fsh/codesystem/RARecord-ConditionCode-1.fsh1 * Create RARecord-ConditionCode-1.fsh * Update RARecord-ConditionCode-1.fsh * Create RARecord-ConsentPurpose-1.fsh * Update RARecord-ConsentPurpose-1.fsh * Create RARecord-AdjustmentCategory-1.fsh * Update RARecord-AdjustmentCategory-1.fsh * Create RARecord-AdjustmentCategory-1.fsh * Update RARecord-AdjustmentCategory-1.fsh * Update RARecord-AdjustmentCategory-1.fsh * Create RARecord-ConsentPurpose-1.fsh * Update RARecord-ConsentPurpose-1.fsh * Update and rename CareConnect-ConditionCategory-1.fsh to ValueSet-England-ConditionCategory.fsh * Update and rename RARecord-FlagCode-1.fsh to ValueSet-England-FlagCode.fsh * Update ValueSet-England-ConditionCategory.fsh * Update and rename RARecord-FlagCategory-1.fsh to ValueSet-England-FlagCategory.fsh * Update and rename RARecord-ConsentPurpose-1.fsh to ValueSet-England-ConsentPurpose.fsh * Update and rename RARecord-ConditionCode-1.fsh to ValueSet-England-ConditionCode.fsh * Update and rename RARecord-AdjustmentCategory-1.fsh to ValueSet-England-AdjustmentCategory.fsh * Update and rename CareConnect-ConditionCategory-1.fsh to CodeSystem-England-ConditionCategory.fsh * Update and rename RARecord-AdjustmentCategory-1.fsh to CodeSystem-England-AdjustmentCategory.fsh * Update and rename RARecord-ConditionCode-1.fsh to CodeSystem-England-ConditionCode.fsh * Rename RARecord-ConsentPurpose-1.fsh to CodeSystem-England-ConsentPurpose.fsh * Rename RARecord-FlagCategory-1.fsh to CodeSystem-England-FlagCategory.fsh * fixed fsh, some naming changes * Update RA-ConditionCode.fsh * Update RA-ConditionCategory.fsh * Update RA-ConsentPurpose.fsh * Update RA-ConditionCategory.fsh * SearchParameters not being index quickly enough, add call to -all-resources-for-reindexing * Always run SearchParameters first * Feature/gh pages (#11) * publish to github pages * add separate deply job * deploy still needs artefact uploaded * only deploy on write to development * separate build and deploy into different workflows --------- Co-authored-by: Declan Kieran <[email protected]> * Feature/gh pages (#12) * publish to github pages * add separate deply job * deploy still needs artefact uploaded * only deploy on write to development * separate build and deploy into different workflows * revert to single workflow --------- Co-authored-by: Declan Kieran <[email protected]> * Delete .github/workflows/deploy.yml Wasn't removed in previous commit * Feature/structuredefinitions (#14) * add profiles, extensions etc. * add contained provenance to condition profile --------- Co-authored-by: Declan Kieran <[email protected]> * fix RA-ProxyRole codesystem, valueset, link in consent profile (#15) Co-authored-by: Declan Kieran <[email protected]> * Fix/tidy examples (#16) * fix urls in examples, qa warnings etc... * use cannonical instead of localhost for searchparameters * cleared more warnings, move aliases to one file --------- Co-authored-by: Declan Kieran <[email protected]> * Update publish.yml Make it configurable from the pipeline whether the validator runs in offline or online mode. * Update publish.yml * Feature/consent to treatment (#17) * consent to treatment guidance * install graphviz in pipeline * paragraph formatting * Update consent-to-treatment.md Plantuml activity diagram example * corrections in guidance, added to example * corrections in guidance, added to example * corrections in guidance, added to example * Delete ig-template/package/content/assets/js/.index.json * delete .index.db * update usecase assocation line --------- Co-authored-by: Declan Kieran <[email protected]> * Feature/add record updates and examples (#18) * consent to treatment guidance * install graphviz in pipeline * paragraph formatting * Update consent-to-treatment.md Plantuml activity diagram example * corrections in guidance, added to example * corrections in guidance, added to example * corrections in guidance, added to example * Delete ig-template/package/content/assets/js/.index.json * delete .index.db * patient example, split flag profile * added individual examples, updated add record guidance * diagrams and scenarios for add record * change AdjustmentNotes extension to FlagNotes * update text in examples with flag notes extension * generalise master flag to patients not just ra --------- Co-authored-by: Declan Kieran <[email protected]> * Feature/retrieve record updates and examples (#20) * generalised flag profiles * generalised flag profiles * generalised flag profiles * generalised flag profiles * generalise condition, fix refs and names * profiles generalised, apply profiles to examples * examples validating against profiles * cpis and fgm examples, all validating * addtional example pages added * fix cpis consent category example * fix flag code for cpis and fgm * added careconnect deps, tidy diagrams, include contact via yml * licence section removed, redundant if using ip-statements * slight mod to intro * update retrieve record page to follow new format * updates as per Vicky's comments * updates as per Vicky's comments --------- Co-authored-by: Declan Kieran <[email protected]> * Update FlagProvenanceRole.fsh Update title to match others * updated ref to point to sequence instead of usecase (#22) Co-authored-by: Declan Kieran <[email protected]> * IOPS-2494(Guidance for Remove Reasonable Adjustment Record) Review (#21) * Create remove-record-usecase.plantuml * Update remove-reasonable-adjustment-record.md * Add files via upload * Delete input/images/remove-record-workflow.svg * Add files via upload * Update remove-reasonable-adjustment-record.md * Delete input/images/remove-record-workflow.bpmn * Delete input/images/remove-record-workflow.svg * Add files via upload * Update remove-record-usecase.plantuml * Delete input/images/remove-record-workflow.bpmn * Delete input/images/remove-record-workflow.svg * Add files via upload * Update remove-reasonable-adjustment-record.md * Update 0012-RemoveRARecordExample.fsh * Update 0012-RemoveRARecordExample.fsh * Update remove-reasonable-adjustment-record.md * Update 0012-RemoveRARecordExample.fsh * Create remove-record-sequence.plantuml * Delete input/images/remove-record-workflow.bpmn * Delete input/images/remove-record-workflow.svg * Add files via upload * Update remove-reasonable-adjustment-record.md * Update remove-reasonable-adjustment-record.md * Update remove-record-usecase.plantuml * Update remove-record-usecase.plantuml * Update remove-reasonable-adjustment-record.md * Update remove-reasonable-adjustment-record.md * Update remove-reasonable-adjustment-record.md * Update remove-reasonable-adjustment-record.md * Update remove-reasonable-adjustment-record.md * Update remove-reasonable-adjustment-record.md * Update _updatePublisher.sh * minor format fixes * spelling fix * fix alt text on bpmn diagrams --------- Co-authored-by: Declan Kieran <[email protected]> * Feature/generalise profiles (#19) * generalised flag profiles * generalised flag profiles * generalised flag profiles * generalised flag profiles * generalise condition, fix refs and names * profiles generalised, apply profiles to examples * examples validating against profiles * cpis and fgm examples, all validating * addtional example pages added * fix cpis consent category example * fix flag code for cpis and fgm * added careconnect deps, tidy diagrams, include contact via yml * licence section removed, redundant if using ip-statements * slight mod to intro --------- Co-authored-by: Declan Kieran <[email protected]> * update to maintain consent object for dissent/revoke and examples (#23) Co-authored-by: Declan Kieran <[email protected]> * add scenarios, tidied a few other things (#24) Co-authored-by: Declan Kieran <[email protected]> * Fix/remove experimental ci (#25) * fix references in transaction bundle in flag extension so they work with hapi starter * remove ci * tidy id's and updated postman collection * update example page * remove ci steps from pipeline --------- Co-authored-by: Declan Kieran <[email protected]> * remove generated index file --------- Co-authored-by: vickyjaiswal0308 <[email protected]> Co-authored-by: Declan Kieran <[email protected]>
@vickyjaiswal0308 @marcusfearnett-nhsdigital For review
I've added a guidance page for consent, with one example. I think we need to discuss the code for the others, I've put a few placeholders in with TODOs for other possible examples. Page in question
https://declankieran-nhsd.github.io/ra-sandbox/consent-to-treatment.html