From d7a27eac25c8ea5071da72f8c1f00fd82bc6b72f Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Tue, 15 Jul 2025 10:44:34 +0200 Subject: [PATCH] Remove surplus spaces --- proposals/4302-fhir-resources.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/proposals/4302-fhir-resources.md b/proposals/4302-fhir-resources.md index ae86be1c8..738025936 100644 --- a/proposals/4302-fhir-resources.md +++ b/proposals/4302-fhir-resources.md @@ -33,14 +33,14 @@ A new event type `m.fhir.resource` is introduced with the following properties i "content": { "canonical_url": "http://hl7.org/fhir/patient.html|4.0.1", "m.fhir.resource": { - "resourceType" : "Patient", - "name" : [{ - "use" : "official", - "given" : ["John", "James"], - "family" : "Doe" + "resourceType": "Patient", + "name": [{ + "use": "official", + "given": ["John", "James"], + "family": "Doe" }], - "gender" : "male", - "birthDate" : "1970-01-01", + "gender": "male", + "birthDate": "1970-01-01", // further properties as per the Patient schema }, "m.file": {