ResMed Core Implementation Guide
0.37.0 - ci-build
ResMed Core Implementation Guide - Local Development build (v0.37.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Active as of 2024-01-11 |
{
"resourceType" : "PlanDefinition",
"id" : "rmd-sully-rule2",
"meta" : {
"profile" : [
🔗 "http://resmed.com/fhir/core/StructureDefinition/rmd-rule-plandefinition"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PlanDefinition</b><a name=\"rmd-sully-rule2\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource PlanDefinition "rmd-sully-rule2" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-rmd-rule-plandefinition.html\">ResMed Rule Instance PlanDefinition</a></p></div><p><b>url</b>: <code>http://resmed.com/fhir/core/PlanDefinition/rmd-sully-rule2</code></p><p><b>version</b>: 0.37.0</p><p><b>name</b>: SpontTriggerOverPctofMedianforConsecutiveDays</p><p><b>type</b>: Rule Instance <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-plandefinition-type-identifier-code-system.html\">ResMed Plan Definition Type Identifier CodeSystem</a>#rule)</span></p><p><b>status</b>: active</p><p><b>date</b>: 2024-01-11 18:32:48+0000</p><p><b>publisher</b>: ResMed Corp</p><p><b>contact</b>: ResMed Corp: <a href=\"https://www.resmed.com\">https://www.resmed.com</a>,<a href=\"mailto:atomteam-halifax@resmed.com\">atomteam-halifax@resmed.com</a></p><h3>UseContexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Program (Details: http://terminology.hl7.org/CodeSystem/usage-context-type code program = 'Program', stated as 'null')</td><td>airview-compliance-engine <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-rule-implementer-identifier-code-system.html\">ResMed Rule Implementer Identifier CodeSystem</a>#ACE)</span></td></tr></table><p><b>jurisdiction</b>: Global (Whole world) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (m49.htm#001)</span></p><blockquote><p><b>action</b></p><blockquote><p><b>trigger</b></p><p><b>type</b>: data-added</p><blockquote><p><b>data</b></p><table class=\"grid\"><tr><td colspan=\"2\"><b>Type</b>: <a href=\"http://hl7.org/fhir/R4/observation.html\">Observation</a></td></tr></table></blockquote><blockquote><p><b>condition</b></p><p><span title=\"application/x.rmd-ace+json\"><code>{\n "name": "SpontTriggerOverPctofMedianforConsecutiveDays",\n "ruleId": "0782bc2d-8c14-424d-ae13-5625a7f80d00",\n "operator": "<",\n "threshold": 4,\n "enabled": false,\n "alertName": "SpontTrigger_Median_Abnormal",\n "days": 2,\n "custom": [],\n "calculatedMedian": {\n "value": 1.01,\n "endDay": "2022-06-06",\n "startDay": "2022-06-06",\n "validDays": 5\n },\n "isMedianRule": true\n }</code></span></p></blockquote></blockquote></blockquote></div>"
},
"url" : "http://resmed.com/fhir/core/PlanDefinition/rmd-sully-rule2",
"version" : "0.37.0",
"name" : "SpontTriggerOverPctofMedianforConsecutiveDays",
"type" : {
"coding" : [
{
"system" : "http://terminology.resmed.com/CodeSystem/resmed-plandefinition-type-identifier",
"code" : "rule"
}
]
},
"status" : "active",
"date" : "2024-01-11T18:32:48+00:00",
"publisher" : "ResMed Corp",
"contact" : [
{
"name" : "ResMed Corp",
"telecom" : [
{
"system" : "url",
"value" : "https://www.resmed.com"
},
{
"system" : "email",
"value" : "atomteam-halifax@resmed.com"
}
]
}
],
"useContext" : [
{
"code" : {
"system" : "http://terminology.hl7.org/CodeSystem/usage-context-type",
"code" : "program"
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.resmed.com/CodeSystem/resmed-rule-implementer-identifier",
"code" : "ACE"
}
]
}
}
],
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}
]
}
],
"action" : [
{
"trigger" : [
{
"type" : "data-added",
"data" : [
{
"type" : "Observation"
}
],
"condition" : {
"language" : "application/x.rmd-ace+json",
"expression" : "{\n \"name\": \"SpontTriggerOverPctofMedianforConsecutiveDays\",\n \"ruleId\": \"0782bc2d-8c14-424d-ae13-5625a7f80d00\",\n \"operator\": \"<\",\n \"threshold\": 4,\n \"enabled\": false,\n \"alertName\": \"SpontTrigger_Median_Abnormal\",\n \"days\": 2,\n \"custom\": [],\n \"calculatedMedian\": {\n \"value\": 1.01,\n \"endDay\": \"2022-06-06\",\n \"startDay\": \"2022-06-06\",\n \"validDays\": 5\n },\n \"isMedianRule\": true\n }"
}
}
]
}
]
}