@medplum/definitions 3.0.7 → 3.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -40332,7 +40332,9 @@
|
|
|
40332
40332
|
"http://hl7.org/fhir/StructureDefinition/Organization",
|
|
40333
40333
|
"http://hl7.org/fhir/StructureDefinition/Device",
|
|
40334
40334
|
"http://hl7.org/fhir/StructureDefinition/Patient",
|
|
40335
|
-
"http://hl7.org/fhir/StructureDefinition/RelatedPerson"
|
|
40335
|
+
"http://hl7.org/fhir/StructureDefinition/RelatedPerson",
|
|
40336
|
+
"https://medplum.com/fhir/StructureDefinition/Bot",
|
|
40337
|
+
"https://medplum.com/fhir/StructureDefinition/ClientApplication"]
|
|
40336
40338
|
}],
|
|
40337
40339
|
"constraint" : [{
|
|
40338
40340
|
"key" : "ele-1",
|
|
@@ -641,6 +641,23 @@
|
|
|
641
641
|
"type": "string",
|
|
642
642
|
"expression": "Group.name"
|
|
643
643
|
}
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"fullUrl": "https://medplum.com/fhir/SearchParameter/Communication-topic",
|
|
647
|
+
"resource": {
|
|
648
|
+
"resourceType": "SearchParameter",
|
|
649
|
+
"id": "Communication-topic",
|
|
650
|
+
"url": "https://medplum.com/fhir/SearchParameter/Communication-topic",
|
|
651
|
+
"version": "4.0.1",
|
|
652
|
+
"name": "topic",
|
|
653
|
+
"status": "draft",
|
|
654
|
+
"publisher": "Medplum",
|
|
655
|
+
"description": "Description of the purpose/content",
|
|
656
|
+
"code": "topic",
|
|
657
|
+
"base": ["Communication"],
|
|
658
|
+
"type": "token",
|
|
659
|
+
"expression": "Communication.topic"
|
|
660
|
+
}
|
|
644
661
|
}
|
|
645
662
|
]
|
|
646
663
|
}
|