-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: develop
Are you sure you want to change the base?
Conversation
27de78e
to
aeb9bdf
Compare
enum: | ||
- 'https://fhir.nhs.uk/STU3/CodeSystem/eRS-AvailabilityStatus-1' | ||
example: 'https://fhir.nhs.uk/STU3/CodeSystem/eRS-AvailabilityStatus-1' | ||
code: |
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.
this might need to be valueCoding instead?
url: | ||
type: string | ||
enum: | ||
- 'https://fhir.nhs.uk/STU3/StructureDefinition/Extension-eRS-AttachedBy-Organisation-1' |
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.
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: |
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.
Should minItems
be 3?
"identifier": { | ||
"system": "http://fhir.nhs.net/Id/sds-user-id", | ||
"value": "021600556514" | ||
} |
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.
Should be different from attached by
"payload": [ | ||
{ | ||
"contentReference": { | ||
"reference": "DocumentReference/70001" |
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.
Reference new documents here
aeb9bdf
to
71ce383
Compare
Summary
Add any other relevant notes or explanations here. Remove this line if you have nothing to add.
Reviews Required
Review Checklist
ℹ️ This section is to be filled in by the reviewer.