You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: swagger/producer-static/narrative.yaml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -276,7 +276,12 @@ paths:
276
276
]
277
277
```
278
278
* `content` MUST have at least one entry.
279
-
* `content[].format[]` SHOULD indicate whether the data is structured or not, e.g.
279
+
* `content` MUST include an `attachment` entry.
280
+
* `content` MUST include a `format` entry.
281
+
* `content` MUST include the content stability extension (https://fhir.nhs.uk/England/CodeSystem/England-NRLContentStability).
282
+
* `content[].attachment` MUST include a `url` to the document.
283
+
* `content[].attachment` MUST include a `contentType` and be a valid MIME type, specifically `application/pdf` for documents or `text/html` for contact details.
284
+
* `content[].format[]` MUST indicate whether the data is structured or not, e.g.
0 commit comments