-
Type:
Change Request
-
Resolution: Persuasive
-
Priority:
Medium
-
US Making EHR Data More available for Research and Public Health (MedMorph) (FHIR)
-
0.1.0
-
Public Health
-
US Public Health PlanDefinition
-
Provisioning Workflow Specification
-
6.1.3
-
-
Becky Angeles / Genny Luensman : 31 - 0 - 4
-
Correction
-
Compatible, substantive
Section 6.1.3 Creating Knowledge Artifacts defines limitation on the PlanDefinition which does not exist on the profile. The profile should be updated to match the requirements of section 6.1.3.
- PlanDefinition.type currently allows PlanDefinitionType (extensible) but 6.1.3 requires "eca-rule" | "workflow-definition"
- PlanDefinition.action.trigger.type currently allows TriggerType (extensible) but 6.1.3 requires "named-event"
- PlanDefinition.action.condition.expression does not enforce the rule in 6.1.3 that it shall contain a text/fhirpath expression. Since element has cardinality 0..1 the type Expression could be replaced with a new MedMorphExpression type which requires language to be text/fhirpath
- PlanDefinition.action.condition.kind currently allows any ActionConditionKind but 6.1.3 requires "applicability".
- PlanDefinition.action.relatedAction.relationship currently allows for any ActionRelationshipType but 6.1.3 requires it to be "before-start".
This may not be a complete list.