BusinessObjectConfiguration Example

As Simplifier has an issue with rendering instances of custom resource types, the json of the instance is pasted in here directly.

{
	"resourceType": "BusinessConfiguration",
	"code": {
		"system": "http://sap.com/healthcare/fhir/CodeSystem/business-configuration-code",
		"code": "maintain-messaging-event"
	},
	"element": [
		{
			"name": "eventCoding",
			"valueCoding": {
				"system": "http://sap.com/healthcare/fhir/CodeSystem/message-events",
				"code": "patient-created"
			}
		},
		{
			"name": "messageDefinition",
			"valueCanonical": "http://sap.com/healthcare/fhir/MessageDefinition/patient-created-in"
		}
	]
}