Remove surplus spaces

pull/4302/head
Johannes Marbach 5 months ago committed by GitHub
parent 404ce36a7b
commit d7a27eac25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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": {

Loading…
Cancel
Save