| Package | hl7.fhir.us.ecr |
| Resource Type | PlanDefinition |
| Id | plandefinition-ersd-instance-simple-example |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/us/ecr/https://build.fhir.org/ig/HL7/case-reporting/PlanDefinition-plandefinition-ersd-instance-simple-example.html |
| URL | http://hl7.org/fhir/us/ecr/PlanDefinition/plandefinition-ersd-instance-simple-example |
| Version | 2.1.2 |
| Status | active |
| Date | 2020-07-31T12:32:29.858-05:00 |
| Name | PlanDefinition_eRSD_Instance_Simple_Example |
| Title | eRSD PlanDefinition Instance Simple Example |
| Realm | us |
| Authority | hl7 |
| Description | An example ersd PlanDefinition |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Id: | plandefinition-ersd-instance-simple-example | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Url: | eRSD PlanDefinition Instance Simple Example | |||||||||||||
| Version: | 2.1.2 | |||||||||||||
|
urn:oid:2.16.840.1.113883.4.642.40.46.34.4 |
||||||||||||||
| Title: | eRSD PlanDefinition Instance Simple Example | |||||||||||||
| Experimental: | true | |||||||||||||
| Type: |
system: http://terminology.hl7.org/CodeSystem/plan-definition-type code: workflow-definition display: Workflow Definition |
|||||||||||||
| Date: | 2020-07-31 12:32:29-0500 | |||||||||||||
| Publisher: | HL7 International / Public Health | |||||||||||||
| Description: | An example ersd PlanDefinition |
|||||||||||||
| Jurisdiction: | US | |||||||||||||
| Actions: |
|
{
"resourceType": "PlanDefinition",
"id": "plandefinition-ersd-instance-simple-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/ecr/StructureDefinition/ersd-plandefinition"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/variable",
"valueExpression": {
"name": "normalReportingDuration",
"language": "text/fhirpath",
"expression": "2 weeks"
}
}
],
"url": "http://hl7.org/fhir/us/ecr/PlanDefinition/plandefinition-ersd-instance-simple-example",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.40.46.34.4"
}
],
"version": "2.1.2",
"name": "PlanDefinition_eRSD_Instance_Simple_Example",
"title": "eRSD PlanDefinition Instance Simple Example",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/plan-definition-type",
"code": "workflow-definition",
"display": "Workflow Definition"
}
]
},
"status": "active",
"experimental": true,
"date": "2020-07-31T12:32:29.858-05:00",
"publisher": "HL7 International / Public Health",
"contact": [
{
"name": "HL7 International / Public Health",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/pher"
}
]
}
],
"description": "An example ersd PlanDefinition",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US",
"display": "United States of America"
}
],
"text": "United States of America"
}
],
"action": [
{
"id": "start-workflow",
"description": "This action represents the start of the reporting workflow in response to the encounter-start event.",
"textEquivalent": "Start the reporting workflow in response to an encounter-start event",
"code": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-plandefinition-actions",
"code": "initiate-reporting-workflow",
"display": "Initiate a reporting workflow"
}
]
}
],
"trigger": [
{
"id": "encounter-start",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-named-eventtype-extension",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-triggerdefinition-namedevents",
"code": "encounter-start",
"display": "Indicates the start of an encounter"
}
]
}
}
],
"type": "named-event",
"name": "encounter-start"
}
],
"input": [
{
"id": "patient",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-fhirquerypattern-extension",
"valueString": "Patient/{{context.patientId}}"
}
],
"type": "Patient"
},
{
"id": "encounter",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-fhirquerypattern-extension",
"valueString": "Encounter/{{context.encounterId}}"
}
],
"type": "Encounter"
}
],
"relatedAction": [
{
"actionId": "check-suspected-disorder",
"relationship": "before-start",
"offsetDuration": {
"value": 1,
"system": "http://unitsofmeasure.org",
"code": "h"
}
}
]
},
{
"id": "check-suspected-disorder",
"description": "This action represents the start of the check suspected disorder reporting workflow in response to the encounter-start event.",
"textEquivalent": "Check suspected disorders for immediate reportability and setup jobs for future reportability checks.",
"code": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-plandefinition-actions",
"code": "execute-reporting-workflow"
}
]
}
],
"action": [
{
"id": "is-encounter-suspected-disorder",
"description": "This action represents the check for suspected disorder reportability to create the patients eICR.",
"textEquivalent": "Check Trigger Codes based on Suspected Reportable Value set.",
"code": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-plandefinition-actions",
"code": "check-trigger-codes"
}
]
}
],
"condition": [
{
"kind": "applicability",
"expression": {
"language": "text/fhirpath",
"expression": "%modifiedConditions.exists() or %modifiedLabResults.exists() or %modifiedMedicationOrders.exists()"
}
}
],
"input": [
{
"id": "modifiedConditions",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-fhirquerypattern-extension",
"valueString": "Condition?patient=Patient/{{context.patientId}}"
}
],
"type": "Condition",
"codeFilter": [
{
"path": "code",
"valueSet": "http://hl7.org/fhir/us/ecr/ValueSet/valueset-sdtc-example"
}
]
},
{
"id": "modifiedLabResults",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-fhirquerypattern-extension",
"valueString": "Observation?patient=Patient/{{context.patientId}}"
}
],
"type": "Observation",
"codeFilter": [
{
"path": "value",
"valueSet": "http://hl7.org/fhir/us/ecr/ValueSet/valueset-lotc-example"
}
]
},
{
"id": "modifiedMedicationOrders",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-fhirquerypattern-extension",
"valueString": "MedicationRequest?patient=Patient/{{context.patientId}}"
}
],
"type": "MedicationRequest",
"codeFilter": [
{
"path": "medication",
"valueSet": "http://hl7.org/fhir/us/ecr/ValueSet/valueset-mrtc-example"
}
]
}
],
"relatedAction": [
{
"actionId": "create-eicr",
"relationship": "before-start"
}
]
},
{
"id": "continue-check-reportable",
"code": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-plandefinition-actions",
"code": "evaluate-condition"
}
]
}
],
"condition": [
{
"kind": "applicability",
"expression": {
"language": "text/fhirpath",
"expression": "%encounter.where((status = 'in-progress' and period.start + %normalReportingDuration < now()) or status = 'finished' and period.end <= now() - 72 hours)"
}
}
],
"relatedAction": [
{
"actionId": "check-reportable",
"relationship": "before-start",
"offsetDuration": {
"value": 6,
"comparator": "<=",
"system": "http://unitsofmeasure.org",
"code": "h"
}
}
]
}
]
},
{
"id": "check-reportable",
"description": "This action represents the check for suspected reportability of the eICR.",
"textEquivalent": "Check Reportability and setup jobs for future reportability checks.",
"code": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-plandefinition-actions",
"code": "execute-reporting-workflow"
}
]
}
],
"action": [
{
"id": "is-encounter-reportable",
"description": "This action represents the check for reportability to create the patients eICR.",
"textEquivalent": "Check Trigger Codes based on RCTC Value sets.",
"code": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-plandefinition-actions",
"code": "check-trigger-codes"
}
]
}
],
"condition": [
{
"kind": "applicability",
"expression": {
"language": "text/fhirpath",
"expression": "%encounter.where(period.start + %normalReportingDuration >= now()) and (%conditions.exists() or %encounters.exists() or %immunizations.exists() or %procedures.exists() or %procedureOrders.exists() or %labOrders.exists() or %labTests.exists() or %labResults.exists() or %medicationAdministrations.exists() or %medicationOrders.exists() or %medicationDispenses.exists())"
}
}
],
"input": [
{
"id": "conditions",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-fhirquerypattern-extension",
"valueString": "Condition?patient=Patient/{{context.patientId}}"
}
],
"type": "Condition",
"codeFilter": [
{
"path": "code",
"valueSet": "http://hl7.org/fhir/us/ecr/ValueSet/valueset-dxtc-example"
}
]
},
{
"id": "encounters",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-relateddata-extension",
"valueString": "encounter"
}
],
"type": "Encounter",
"codeFilter": [
{
"path": "reasonCode",
"valueSet": "http://hl7.org/fhir/us/ecr/ValueSet/valueset-dxtc-example"
}
]
},
{
"id": "immunizations",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-fhirquerypattern-extension",
"valueString": "Immunization?patient=Patient/{{context.patientId}}"
}
],
"type": "Immunization",
"codeFilter": [
{
"path": "vaccineCode",
"valueSet": "http://hl7.org/fhir/us/ecr/ValueSet/valueset-mrtc-example"
}
]
},
{
"id": "labOrders",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-fhirquerypattern-extension",
"valueString": "ServiceRequest?patient=Patient/{{context.patientId}}"
}
],
"type": "ServiceRequest",
"codeFilter": [
{
"path": "code",
"valueSet": "http://hl7.org/fhir/us/ecr/ValueSet/valueset-lotc-example"
}
]
},
{
"id": "labTests",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-fhirquerypattern-extension",
"valueString": "Observation?patient=Patient/{{context.patientId}}"
}
],
"type": "Observation",
"codeFilter": [
{
"path": "code",
"valueSet": "http://hl7.org/fhir/us/ecr/ValueSet/valueset-lotc-example"
}
]
},
{
"id": "diagnosticOrders",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-fhirquerypattern-extension",
"valueString": "DiagnosticReport?patient=Patient/{{context.patientId}}"
}
],
"type": "DiagnosticReport",
"codeFilter": [
{
"path": "code",
"valueSet": "http://hl7.org/fhir/us/ecr/ValueSet/valueset-lotc-example"
}
]
},
{
"id": "procedureOrders",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-fhirquerypattern-extension",
"valueString": "ServiceRequest?patient=Patient/{{context.patientId}}"
}
],
"type": "ServiceRequest",
"codeFilter": [
{
"path": "code",
"valueSet": "http://hl7.org/fhir/us/ecr/ValueSet/valueset-pctc-example"
}
]
},
{
"id": "procedures",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-fhirquerypattern-extension",
"valueString": "Procedure?patient=Patient/{{context.patientId}}"
}
],
"type": "Procedure",
"codeFilter": [
{
"path": "code",
"valueSet": "http://hl7.org/fhir/us/ecr/ValueSet/valueset-pctc-example"
}
]
},
{
"id": "medicationOrders",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-fhirquerypattern-extension",
"valueString": "MedicationRequest?patient=Patient/{{context.patientId}}"
}
],
"type": "MedicationRequest",
"codeFilter": [
{
"path": "medication",
"valueSet": "http://hl7.org/fhir/us/ecr/ValueSet/valueset-mrtc-example"
}
]
},
{
"id": "medicationDispenses",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-fhirquerypattern-extension",
"valueString": "MedicationDispense?patient=Patient/{{context.patientId}}"
}
],
"type": "MedicationDispense",
"codeFilter": [
{
"path": "medication",
"valueSet": "http://hl7.org/fhir/us/ecr/ValueSet/valueset-mrtc-example"
}
]
},
{
"id": "medicationAdministrations",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-fhirquerypattern-extension",
"valueString": "MedicationAdministration?patient=Patient/{{context.patientId}}"
}
],
"type": "MedicationAdministration",
"codeFilter": [
{
"path": "medication",
"valueSet": "http://hl7.org/fhir/us/ecr/ValueSet/valueset-mrtc-example"
}
]
},
{
"id": "labResults",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-relateddata-extension",
"valueString": "labTests"
}
],
"type": "Observation",
"codeFilter": [
{
"path": "value",
"valueSet": "http://hl7.org/fhir/us/ecr/ValueSet/valueset-ostc-example"
}
]
},
{
"id": "diagnosticResults",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-relateddata-extension",
"valueString": "diagnosticOrders"
}
],
"type": "DiagnosticReport",
"codeFilter": [
{
"path": "code",
"valueSet": "http://hl7.org/fhir/us/ecr/ValueSet/valueset-ostc-example"
}
]
}
],
"relatedAction": [
{
"actionId": "create-eicr",
"relationship": "before-start"
}
]
},
{
"id": "check-update-eicr",
"code": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-plandefinition-actions",
"code": "evaluate-condition"
}
]
}
],
"condition": [
{
"kind": "applicability",
"expression": {
"language": "text/fhirpath",
"expression": "%last-eicr.last().entry.first().resource.date < now() - 72 hours"
}
}
],
"input": [
{
"id": "last-eicr",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-relateddata-extension",
"valueString": "eicr-report"
}
],
"type": "Bundle",
"profile": [
"http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-document-bundle"
]
}
],
"relatedAction": [
{
"actionId": "create-eicr",
"relationship": "before-start"
}
]
},
{
"id": "is-encounter-in-progress",
"code": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-plandefinition-actions",
"code": "evaluate-condition"
}
]
}
],
"condition": [
{
"kind": "applicability",
"expression": {
"language": "text/fhirpath",
"expression": "%`inprogress-encounter`.where(status = 'in-progress' and period.start + %normalReportingDuration >= now() and period.end <= now() - 72 hours)"
}
}
],
"input": [
{
"id": "inprogress-encounter",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-relateddata-extension",
"valueString": "encounter"
}
],
"type": "Encounter"
}
],
"relatedAction": [
{
"actionId": "check-reportable",
"relationship": "before-start",
"offsetDuration": {
"value": 6,
"comparator": "<=",
"system": "http://unitsofmeasure.org",
"code": "h"
}
}
]
},
{
"id": "is-encounter-completed",
"code": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-plandefinition-actions",
"code": "complete-reporting"
}
]
}
],
"condition": [
{
"kind": "applicability",
"expression": {
"language": "text/fhirpath",
"expression": "%completedEncounter.exists(status = 'finished')"
}
}
],
"input": [
{
"id": "completedEncounter",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-relateddata-extension",
"valueString": "encounter"
}
],
"type": "Encounter"
}
]
}
]
},
{
"id": "create-eicr",
"description": "This action represents the creation of the eICR. It subsequently calls validate.",
"textEquivalent": "Create eICR",
"code": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-plandefinition-actions",
"code": "create-report"
}
]
}
],
"input": [
{
"id": "patient-data",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-relateddata-extension",
"valueString": "patient"
}
],
"type": "Patient",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
]
},
{
"id": "condition-data",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-relateddata-extension",
"valueString": "conditions"
}
],
"type": "Condition",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"
]
},
{
"id": "encounter-data",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-relateddata-extension",
"valueString": "encounters"
}
],
"type": "Encounter",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"
]
},
{
"id": "mr-data",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-relateddata-extension",
"valueString": "medicationOrders"
}
],
"type": "MedicationRequest",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"
]
},
{
"id": "immz-data",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-relateddata-extension",
"valueString": "immunizations"
}
],
"type": "Immunization",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"
]
},
{
"id": "proc-data",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-relateddata-extension",
"valueString": "procedures"
}
],
"type": "Procedure",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"
]
},
{
"id": "labResult-data",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-relateddata-extension",
"valueString": "labResults"
}
],
"type": "Observation",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"
]
},
{
"id": "labOrder-data",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-relateddata-extension",
"valueString": "labOrders"
}
],
"type": "ServiceRequest",
"profile": [
"http://hl7.org/fhir/StructureDefinition/ServiceRequest"
]
},
{
"id": "diagnosticResult-data",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-relateddata-extension",
"valueString": "diagnosticResults"
}
],
"type": "DiagnosticReport",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"
]
},
{
"id": "diagnosticOrder-data",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-relateddata-extension",
"valueString": "diagnosticOrders"
}
],
"type": "DiagnosticReport",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab"
]
}
],
"output": [
{
"id": "eicr-report",
"type": "Bundle",
"profile": [
"http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-document-bundle"
]
}
],
"relatedAction": [
{
"actionId": "validate-eicr",
"relationship": "before-start"
}
]
},
{
"id": "validate-eicr",
"description": "This action represents the validation of the eICR. It subsequently calls route-and-send.",
"textEquivalent": "Validate eICR",
"code": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-plandefinition-actions",
"code": "validate-report"
}
]
}
],
"input": [
{
"id": "generated-eicr-report",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-relateddata-extension",
"valueString": "eicr-report"
}
],
"type": "Bundle",
"profile": [
"http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-document-bundle"
]
}
],
"output": [
{
"id": "valid-eicr-report",
"type": "Bundle",
"profile": [
"http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-document-bundle"
]
}
],
"relatedAction": [
{
"actionId": "route-and-send-eicr",
"relationship": "before-start"
}
]
},
{
"id": "route-and-send-eicr",
"description": "This action represents the routing and sending of the eICR.",
"textEquivalent": "Route and send eICR",
"code": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-plandefinition-actions",
"code": "submit-report"
}
]
}
],
"input": [
{
"id": "validated-eicr-report",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-relateddata-extension",
"valueString": "valid-eicr-report"
}
],
"type": "Bundle",
"profile": [
"http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-document-bundle"
]
}
],
"output": [
{
"id": "submitted-eicr-report",
"type": "Bundle",
"profile": [
"http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-document-bundle"
]
}
]
},
{
"id": "encounter-modified",
"description": "This action represents the start of the reporting workflow in response to the encounter-modified event",
"textEquivalent": "Start the reporting workflow in response to an encounter-modified event",
"code": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-plandefinition-actions",
"code": "initiate-reporting-workflow",
"display": "Initiate a reporting workflow"
}
]
}
],
"trigger": [
{
"id": "encounter-modified-trigger",
"extension": [
{
"url": "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-named-eventtype-extension",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-triggerdefinition-namedevents",
"code": "encounter-modified",
"display": "Indicates modifications to data elements of an encounter"
}
]
}
}
],
"type": "named-event",
"name": "encounter-modified"
}
],
"condition": [
{
"kind": "applicability",
"expression": {
"language": "text/fhirpath",
"expression": "%encounter.where(period.start + %normalReportingDuration < now())"
}
}
],
"relatedAction": [
{
"actionId": "create-eicr",
"relationship": "before-start"
}
]
}
]
}