Sample RuleSetResponse
Here is a sample of a RuleSetResponse instance as you might get it when triggering the apply-rules operation (as Simplifier cannot render examples for custom ResourceTypes):
{
"resourceType": "RuleSetResponse",
"output": [
{
"name": "sd-list",
"resource": {
"resourceType": "List",
"status": "current",
"mode": "snapshot",
"date": "2023-04-03T10:33:28.282Z",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/List"
]
},
"id": "urn:uuid:fdac9dea-0adf-4d9f-97c6-2bacdc693bb7",
"entry": [
{
"item": {
"reference": "Patient/31bc55cb-5f94-480d-813e-b142fb148415"
}
},
{
"item": {
"reference": "Patient/7d4933a0-10e4-4a63-9b94-71576aa08fa1"
}
},
{
"item": {
"reference": "Patient/03451ffb-2b4a-40c0-8a79-26da5827ae42"
}
},
{
"item": {
"reference": "Patient/f142148e-3088-4871-a8f1-4b384b9def68"
}
},
{
"item": {
"reference": "Patient/b16250b7-d561-408f-b5c0-2e76440771d4"
}
},
{
"item": {
"reference": "Patient/b1e3a966-f3cb-44a0-9b46-ae7041cbaaa7"
}
},
{
"item": {
"reference": "Patient/ac8e87ae-6cbc-4260-8243-0f16654bca25"
}
},
{
"item": {
"reference": "Patient/b4ad2bbf-ffac-4a94-a950-ed1ab762552a"
}
}
]
}
}
],
"rulesFired": [
{
"ruleSet": "https://sap.com/healthcare/fhir/RuleSet/createListOfPatients/v930495",
"ruleName": "Create-List-Of-Patients"
},
{
"ruleSet": "https://sap.com/healthcare/fhir/RuleSet/createListOfPatients/v930495",
"ruleName": "Create-List-Of-Patients"
},
{
"ruleSet": "https://sap.com/healthcare/fhir/RuleSet/createListOfPatients/v930495",
"ruleName": "Create-List-Of-Patients"
},
{
"ruleSet": "https://sap.com/healthcare/fhir/RuleSet/createListOfPatients/v930495",
"ruleName": "Create-List-Of-Patients"
},
{
"ruleSet": "https://sap.com/healthcare/fhir/RuleSet/createListOfPatients/v930495",
"ruleName": "Create-List-Of-Patients"
},
{
"ruleSet": "https://sap.com/healthcare/fhir/RuleSet/createListOfPatients/v930495",
"ruleName": "Create-List-Of-Patients"
},
{
"ruleSet": "https://sap.com/healthcare/fhir/RuleSet/createListOfPatients/v930495",
"ruleName": "Create-List-Of-Patients"
},
{
"ruleSet": "https://sap.com/healthcare/fhir/RuleSet/createListOfPatients/v930495",
"ruleName": "Create-List-Of-Patients"
}
],
"log": [],
"meta": {
"profile": [
"http://sap.com/healthcare/fhir/StructureDefinition/RuleSetResponse"
]
}
}