From 42a7f84b00be1835e4a24bf64aa3437b4c0ec98e Mon Sep 17 00:00:00 2001 From: gem-jn Date: Mon, 26 Jan 2026 14:18:03 +0100 Subject: [PATCH] Fix typo in FHIR resource documentation --- proposals/4302-fhir-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/4302-fhir-resources.md b/proposals/4302-fhir-resources.md index 8aa5acc88..5662b1ac0 100644 --- a/proposals/4302-fhir-resources.md +++ b/proposals/4302-fhir-resources.md @@ -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.