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
+30-8Lines changed: 30 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -276,18 +276,40 @@ paths:
276
276
]
277
277
```
278
278
* `content` MUST have at least one entry.
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).
279
+
* `content[]` MUST include an `attachment` entry.
280
+
* `content[]` MUST include a `format` entry. (https://fhir.nhs.uk/England/CodeSystem/England-NRLFormatCode)
281
+
* `content[]` MUST include the content stability extension (https://fhir.nhs.uk/England/CodeSystem/England-NRLContentStability).
282
282
* `content[].attachment` MUST include a `url` to the document.
283
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.
284
+
* `content[].format` MUST indicate whether the data is structured or not
0 commit comments