Skip to content

Commit 2af62d6

Browse files
committed
approach causal pathways and message templates are added
1 parent ef06a27 commit 2af62d6

File tree

6 files changed

+595
-0
lines changed

6 files changed

+595
-0
lines changed

causal_pathways/goal_approach.json

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
{
2+
"@context": {
3+
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
4+
"xsd": "http://www.w3.org/2001/XMLSchema#",
5+
"pav": "http://purl.org/pav/",
6+
"schema": "http://schema.org/",
7+
"oslc": "http://open-services.net/ns/core#",
8+
"skos": "http://www.w3.org/2004/02/skos/core#",
9+
"rdfs:label": {
10+
"@type": "xsd:string"
11+
},
12+
"schema:isBasedOn": {
13+
"@type": "@id"
14+
},
15+
"schema:name": {
16+
"@type": "xsd:string"
17+
},
18+
"schema:description": {
19+
"@type": "xsd:string"
20+
},
21+
"pav:derivedFrom": {
22+
"@type": "@id"
23+
},
24+
"pav:createdOn": {
25+
"@type": "xsd:dateTime"
26+
},
27+
"pav:createdBy": {
28+
"@type": "@id"
29+
},
30+
"pav:lastUpdatedOn": {
31+
"@type": "xsd:dateTime"
32+
},
33+
"oslc:modifiedBy": {
34+
"@type": "@id"
35+
},
36+
"skos:notation": {
37+
"@type": "xsd:string"
38+
},
39+
"type": "https://schema.metadatacenter.org/properties/827f2744-2cb7-439d-a8d3-cdd3a6fc7a4c",
40+
"name": "https://schema.metadatacenter.org/properties/4a88e066-a289-4a09-a0fc-a24c28c65215",
41+
"description": "https://schema.metadatacenter.org/properties/989a48cd-1da8-4332-ac53-a7a9a773e026",
42+
"Moderators": "https://schema.metadatacenter.org/properties/c93ed038-0c67-4add-99c8-d1a0f1c0a864",
43+
"Outcomes": "https://schema.metadatacenter.org/properties/5e5d9c40-bca5-4142-9c2e-96ab3f768a10",
44+
"Mechanisms": "https://schema.metadatacenter.org/properties/facca32e-9ce9-4bde-a20c-0bb6fcea5114",
45+
"Has precondition": "http://purl.bioontology.org/ontology/SNOMEDCT/has_precondition"
46+
},
47+
"type": {
48+
"@value": "http://purl.obolibrary.org/obo/cpo_0000029"
49+
},
50+
"name": {
51+
"@value": "Goal Approach"
52+
},
53+
"description": {
54+
"@value": "The pathway \"goal approach\" describes the influence of feedback interventions that show the message recipient that their performance is improving, and is approaching an explicit performance goal. This goal is institutional, and invariate with changes to peer performance. The goal approach causal pathway model is made up of preconditions, moderators, mechanisms, and outcomes."
55+
},
56+
"Moderators": [
57+
{
58+
"@value": "regulatory fit"
59+
},
60+
{
61+
"@value": "gap size"
62+
},
63+
{
64+
"@value": "slope of trend"
65+
},
66+
{
67+
"@value": "message recency"
68+
},
69+
{
70+
"@value": "message delivery count"
71+
}
72+
],
73+
"Outcomes": {
74+
"@value": "Clinical process performance improvement"
75+
},
76+
"Mechanisms": {
77+
"@value": "Awareness (knowledge), Goals, Motivation, Optimism"
78+
},
79+
"Has precondition": [
80+
{
81+
"@id": "http://purl.obolibrary.org/obo/PSDO_0000094",
82+
"rdfs:label": "goal comparator content"
83+
},
84+
{
85+
"@id": "http://purl.obolibrary.org/obo/PSDO_0000105",
86+
"rdfs:label": "negative performance gap content"
87+
},
88+
{
89+
"@id": "http://purl.obolibrary.org/obo/PSDO_0000099",
90+
"rdfs:label": "positive performance trend content"
91+
},
92+
{
93+
"@id": "http://purl.obolibrary.org/obo/PSDO_0000046",
94+
"rdfs:label": "goal comparator element"
95+
},
96+
{
97+
"@id": "http://purl.obolibrary.org/obo/PSDO_0000116",
98+
"rdfs:label": "negative performance gap set"
99+
},
100+
{
101+
"@id": "http://purl.obolibrary.org/obo/PSDO_0000120",
102+
"rdfs:label": "positive performance trend set"
103+
}
104+
],
105+
"schema:isBasedOn": "https://repo.metadatacenter.org/templates/2c8ca8b3-868b-4b65-aabf-1ed955b024c2",
106+
"schema:name": "goal approach",
107+
"schema:description": "",
108+
"pav:createdOn": "2023-08-02T09:01:17-07:00",
109+
"pav:createdBy": "https://metadatacenter.org/users/da882240-ad9e-42ea-a48b-215e54161ad3",
110+
"pav:lastUpdatedOn": "2023-08-03T16:07:49-07:00",
111+
"oslc:modifiedBy": "https://metadatacenter.org/users/da882240-ad9e-42ea-a48b-215e54161ad3",
112+
"@id": "https://repo.metadatacenter.org/template-instances/66c607b6-800b-4071-8a0a-627110f698e2"
113+
}
Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
{
2+
"@context": {
3+
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
4+
"xsd": "http://www.w3.org/2001/XMLSchema#",
5+
"pav": "http://purl.org/pav/",
6+
"schema": "http://schema.org/",
7+
"oslc": "http://open-services.net/ns/core#",
8+
"skos": "http://www.w3.org/2004/02/skos/core#",
9+
"rdfs:label": {
10+
"@type": "xsd:string"
11+
},
12+
"schema:isBasedOn": {
13+
"@type": "@id"
14+
},
15+
"schema:name": {
16+
"@type": "xsd:string"
17+
},
18+
"schema:description": {
19+
"@type": "xsd:string"
20+
},
21+
"pav:derivedFrom": {
22+
"@type": "@id"
23+
},
24+
"pav:createdOn": {
25+
"@type": "xsd:dateTime"
26+
},
27+
"pav:createdBy": {
28+
"@type": "@id"
29+
},
30+
"pav:lastUpdatedOn": {
31+
"@type": "xsd:dateTime"
32+
},
33+
"oslc:modifiedBy": {
34+
"@type": "@id"
35+
},
36+
"skos:notation": {
37+
"@type": "xsd:string"
38+
},
39+
"type": "https://schema.metadatacenter.org/properties/827f2744-2cb7-439d-a8d3-cdd3a6fc7a4c",
40+
"name": "https://schema.metadatacenter.org/properties/4a88e066-a289-4a09-a0fc-a24c28c65215",
41+
"description": "https://schema.metadatacenter.org/properties/989a48cd-1da8-4332-ac53-a7a9a773e026",
42+
"Moderators": "https://schema.metadatacenter.org/properties/c93ed038-0c67-4add-99c8-d1a0f1c0a864",
43+
"Outcomes": "https://schema.metadatacenter.org/properties/5e5d9c40-bca5-4142-9c2e-96ab3f768a10",
44+
"Mechanisms": "https://schema.metadatacenter.org/properties/facca32e-9ce9-4bde-a20c-0bb6fcea5114",
45+
"Has precondition": "http://purl.bioontology.org/ontology/SNOMEDCT/has_precondition"
46+
},
47+
"type": {
48+
"@value": "http://purl.obolibrary.org/obo/cpo_0000029"
49+
},
50+
"name": {
51+
"@value": "Social Approach"
52+
},
53+
"description": {
54+
"@value": "The pathway \"social approach\" describes the influence of feedback interventions informing the recipient that their performance is approaching that of a social comparator, such as a top performer benchmark or peer average. The causal pathway model is made up of preconditions, moderators, mechanisms, and outcomes."
55+
},
56+
"Moderators": [
57+
{
58+
"@value": "regulatory fit"
59+
},
60+
{
61+
"@value": "gap size"
62+
},
63+
{
64+
"@value": "slope of trend"
65+
},
66+
{
67+
"@value": "message recency"
68+
},
69+
{
70+
"@value": "message delivery count"
71+
}
72+
],
73+
"Outcomes": {
74+
"@value": "Clinical process performance improvement"
75+
},
76+
"Mechanisms": {
77+
"@value": "Awareness (knowledge), Subjective Norms, Motivation, Optimism"
78+
},
79+
"Has precondition": [
80+
{
81+
"@id": "http://purl.obolibrary.org/obo/PSDO_0000095",
82+
"rdfs:label": "social comparator content"
83+
},
84+
{
85+
"@id": "http://purl.obolibrary.org/obo/PSDO_0000105",
86+
"rdfs:label": "negative performance gap content"
87+
},
88+
{
89+
"@id": "http://purl.obolibrary.org/obo/PSDO_0000099",
90+
"rdfs:label": "positive performance trend content"
91+
},
92+
{
93+
"@id": "http://purl.obolibrary.org/obo/PSDO_0000045",
94+
"rdfs:label": "social comparator element"
95+
},
96+
{
97+
"@id": "http://purl.obolibrary.org/obo/PSDO_0000116",
98+
"rdfs:label": "negative performance gap set"
99+
},
100+
{
101+
"@id": "http://purl.obolibrary.org/obo/PSDO_0000120",
102+
"rdfs:label": "positive performance trend set"
103+
}
104+
],
105+
"schema:isBasedOn": "https://repo.metadatacenter.org/templates/2c8ca8b3-868b-4b65-aabf-1ed955b024c2",
106+
"schema:name": "social approach",
107+
"schema:description": "",
108+
"pav:createdOn": "2023-08-01T15:35:29-07:00",
109+
"pav:createdBy": "https://metadatacenter.org/users/da882240-ad9e-42ea-a48b-215e54161ad3",
110+
"pav:lastUpdatedOn": "2023-08-03T15:23:13-07:00",
111+
"oslc:modifiedBy": "https://metadatacenter.org/users/da882240-ad9e-42ea-a48b-215e54161ad3",
112+
"@id": "https://repo.metadatacenter.org/template-instances/0884af75-ed8c-4b61-aa15-67b41b93d834"
113+
}
Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
{
2+
"@context": {
3+
"schema:isBasedOn": {
4+
"@type": "@id"
5+
},
6+
"schema:name": {
7+
"@type": "xsd:string"
8+
},
9+
"schema": "http://schema.org/",
10+
"pav": "http://purl.org/pav/",
11+
"xsd": "http://www.w3.org/2001/XMLSchema#",
12+
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
13+
"oslc:modifiedBy": {
14+
"@type": "@id"
15+
},
16+
"rdfs:label": {
17+
"@type": "xsd:string"
18+
},
19+
"skos": "http://www.w3.org/2004/02/skos/core#",
20+
"pav:derivedFrom": {
21+
"@type": "@id"
22+
},
23+
"pav:lastUpdatedOn": {
24+
"@type": "xsd:dateTime"
25+
},
26+
"oslc": "http://open-services.net/ns/core#",
27+
"pav:createdOn": {
28+
"@type": "xsd:dateTime"
29+
},
30+
"skos:notation": {
31+
"@type": "xsd:string"
32+
},
33+
"schema:description": {
34+
"@type": "xsd:string"
35+
},
36+
"pav:createdBy": {
37+
"@type": "@id"
38+
},
39+
"is_about": "http://purl.obolibrary.org/obo/IAO_0000136",
40+
"Name": "https://schema.metadatacenter.org/properties/26450fa6-bb2c-4126-8229-79efda7f863a",
41+
"Message text": "https://schema.metadatacenter.org/properties/6b9dfdf9-9c8a-4d85-8684-a24bee4b85a8",
42+
"Default display": "https://schema.metadatacenter.org/properties/5b4f16a9-feb7-4724-8741-2739d8808760"
43+
},
44+
"@type": "http://data.bioontology.org/ontologies/PSDO/classes/http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FPSDO_0000002",
45+
"is_about": [
46+
{
47+
"@id": "http://purl.obolibrary.org/obo/PSDO_0000094",
48+
"rdfs:label": "goal comparator content"
49+
},
50+
{
51+
"@id": "http://purl.obolibrary.org/obo/PSDO_0000116",
52+
"rdfs:label": "negative performance gap set"
53+
},
54+
{
55+
"@id": "http://purl.obolibrary.org/obo/PSDO_0000046",
56+
"rdfs:label": "goal comparator element"
57+
},
58+
{
59+
"@id": "http://purl.obolibrary.org/obo/PSDO_0000120",
60+
"rdfs:label": "positive performance trend set"
61+
}
62+
],
63+
"Name": {
64+
"@value": "Approach Goal"
65+
},
66+
"Message text": [
67+
{
68+
"@value": "Your performance is approaching the goal this month for the measure [measure name]. Your performance was [recipient performance level]."
69+
}
70+
],
71+
"schema:isBasedOn": "https://repo.metadatacenter.org/templates/707d3573-8ac9-4e2c-b53b-2026a795308c",
72+
"schema:name": "Approach Goal",
73+
"schema:description": "specification for a possible precision feedback message",
74+
"pav:createdOn": "2023-04-26T15:32:17-07:00",
75+
"pav:createdBy": "https://metadatacenter.org/users/da882240-ad9e-42ea-a48b-215e54161ad3",
76+
"pav:lastUpdatedOn": "2023-10-31T15:57:29-07:00",
77+
"oslc:modifiedBy": "https://metadatacenter.org/users/da882240-ad9e-42ea-a48b-215e54161ad3",
78+
"@id": "https://repo.metadatacenter.org/template-instances/70fbdb71-fd31-45b0-8432-2bfa1bff200d",
79+
"Display compatibility": {
80+
"@value": "Text-only, bar chart, line chart"
81+
},
82+
"Short message ID": {
83+
"@value": "17",
84+
"@type": "xsd:decimal"
85+
},
86+
"Additional message text": {
87+
"@value": "A case-by-case breakdown of your results are available at your [clinical quality dashboard (link)]. More information about the rationale for the measure [measure name] and how it is calculated is available [here (link to measure spec)]."
88+
},
89+
"Default display": {
90+
"@value": "line chart"
91+
}
92+
}

0 commit comments

Comments
 (0)