Sample RuleSetRequest
See the sample RuleSetRequest instance below (as Simplifier cannot render examples for custom ResourceTypes):
{
"resourceType": "RuleSetRequest",
"ruleSet": [
"https://sap.com/healthcare/fhir/RuleSet/createListOfPatients"
],
"input": [
{
"query": "Patient"
},
{
"query": "Condition"
},
{
"query": "Procedure"
},
{
"query": "CodeSystem?_filter=name%20eq%20'ConditionInclusion'%20or%20name%20eq%20'ConditionExclusion'"
},
{
"query": "Consent"
},
{
"resource": {
"resourceType": "List",
"status": "current",
"mode": "snapshot"
}
}
],
"output": [
{
"ruleSet": "https://sap.com/healthcare/fhir/RuleSet/createListOfPatients",
"name": "sd-list"
}
],
"logRulesFired": true,
"logLevel": {
"system": "http://sap.com/healthcare/fhir/CodeSystem/log-level",
"code": "all",
"display": "All log levels"
}
}