Fix typo in FHIR resource documentation

pull/4410/head
gem-jn 24 hours ago committed by GitHub
parent cfb6d93ff8
commit 42a7f84b00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -83,7 +83,7 @@ new event type `m.fhir` is introduced. This type mandates the following properti
[`StructureDefinition.type`].
- `fhir_version` (string, required): The version of the FHIR specification on which the
`StructureDefinition` is based. This is equivalent to [`StructureDefinition.fhirVersion`].
- `m.fhir.resource` (object, required if `m.file` is missing): The serialised JSON if it fits within
- `m.fhir.resource` (object, required if `m.fhir.file` is missing): The serialised JSON if it fits within
the [64 KiB event size limit].
- `m.fhir.file` (object, required if `m.fhir.resource` is missing): An [MSC3551] content block describing
an uploaded JSON or XML serialisation of the resource if it is too large to be inlined.

Loading…
Cancel
Save