Clarify that the canonical URL only fixes the base schema

Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
pull/4302/head
Johannes Marbach 1 month ago
parent 15ef3efdb3
commit 2ac1f65cf4

@ -49,7 +49,7 @@ content block exists, as of writing.
A new event type `m.fhir.resource` is introduced with the following properties in `content`:
- `canonical_url` (string, required): The resource's [canonical URL], that is the globally unique
identifier defining its schema. MAY contain a version suffix separated by `|` as per the FHIR
identifier defining its base schema. MAY contain a version suffix separated by `|` as per the FHIR
specification.
- `m.fhir.resource` (object): The serialised JSON if it fits within the [64 KiB event size limit].
Required if `m.file` is missing.

Loading…
Cancel
Save