Skip to content
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

[ERSSUP-80437]-[]-[Add new attachment attributes to STU3 endpoints]-[SB] #1880

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

stevebux
Copy link

Summary

  • Routine Change
  • ❗ Breaking Change
  • 🤖 Operational or Infrastructure Change
  • ✨ New Feature
  • ⚠️ Potential issues that might be caused by this change

Add any other relevant notes or explanations here. Remove this line if you have nothing to add.

Reviews Required

  • Dev
  • Test
  • Tech Author
  • Product Owner

Review Checklist

ℹ️ This section is to be filled in by the reviewer.

  • I have reviewed the changes in this PR and they fill all or part of the acceptance criteria of the ticket, and the code is in a mergeable state.
  • If there were infrastructure, operational, or build changes, I have made sure there is sufficient evidence that the changes will work.
  • I have ensured the changelog has been updated by the submitter, if necessary.

enum:
- 'https://fhir.nhs.uk/STU3/CodeSystem/eRS-AvailabilityStatus-1'
example: 'https://fhir.nhs.uk/STU3/CodeSystem/eRS-AvailabilityStatus-1'
code:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this might need to be valueCoding instead?

url:
type: string
enum:
- 'https://fhir.nhs.uk/STU3/StructureDefinition/Extension-eRS-AttachedBy-Organisation-1'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

implemented as per story, it might be worth confirming the - between By and Organisation

@@ -115,23 +115,10 @@ properties:
extension:
type: array
minItems: 1
maxItems: 1
maxItems: 4
items:
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should minItems be 3?

"identifier": {
"system": "http://fhir.nhs.net/Id/sds-user-id",
"value": "021600556514"
}
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be different from attached by

"payload": [
{
"contentReference": {
"reference": "DocumentReference/70001"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reference new documents here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants