Skip to content

Commit ef06a27

Browse files
committed
goal worse causal pathway and opportunity_to_imptove_goal template are added
1 parent 27f7df6 commit ef06a27

File tree

2 files changed

+194
-0
lines changed

2 files changed

+194
-0
lines changed

causal_pathways/goal_worse.json

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
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 Worse"
52+
},
53+
"description": {
54+
"@value": "The causal pathway \"goal worse\" describes the influence of feedback interventions informing the recipient that their performance is worse than that of a goal comparator. 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": "message recency"
65+
},
66+
{
67+
"@value": "message delivery count"
68+
}
69+
],
70+
"Outcomes": {
71+
"@value": "Clinical performance improvement"
72+
},
73+
"Mechanisms": {
74+
"@value": "Awareness (knowledge), Subjective Norms, Motivation"
75+
},
76+
"Has precondition": [
77+
{
78+
"@id": "http://purl.obolibrary.org/obo/PSDO_0000094",
79+
"rdfs:label": "goal comparator content"
80+
},
81+
{
82+
"@id": "http://purl.obolibrary.org/obo/PSDO_0000105",
83+
"rdfs:label": "negative performance gap content"
84+
},
85+
{
86+
"@id": "http://purl.obolibrary.org/obo/PSDO_0000046",
87+
"rdfs:label": "goal comparator element"
88+
},
89+
{
90+
"@id": "http://purl.obolibrary.org/obo/PSDO_0000116",
91+
"rdfs:label": "negative performance gap set"
92+
}
93+
],
94+
"schema:isBasedOn": "https://repo.metadatacenter.org/templates/2c8ca8b3-868b-4b65-aabf-1ed955b024c2",
95+
"schema:name": "goal worse",
96+
"schema:description": "This is a temporary causal path way, the actual one is going to be created by CEDAR.",
97+
"pav:createdOn": "2023-07-31T15:10:38-07:00",
98+
"pav:createdBy": "https://metadatacenter.org/users/da882240-ad9e-42ea-a48b-215e54161ad3",
99+
"pav:lastUpdatedOn": "2023-08-03T14:46:57-07:00",
100+
"oslc:modifiedBy": "https://metadatacenter.org/users/da882240-ad9e-42ea-a48b-215e54161ad3",
101+
"@id": "http://example.com/goal_worse_temporary"
102+
}
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+
"Name": {
60+
"@value": "Opportunity to Improve Goal"
61+
},
62+
"Message text": [
63+
{
64+
"@value": "You may have an opportunity to improve for the measure [measure name]. Your performance was [recipient performance level], below the goal."
65+
}
66+
],
67+
"schema:isBasedOn": "https://repo.metadatacenter.org/templates/707d3573-8ac9-4e2c-b53b-2026a795308c",
68+
"schema:name": "Opportunity to Improve Goal",
69+
"schema:description": "specification for a possible precision feedback message",
70+
"pav:createdOn": "2023-06-28T12:45:57-07:00",
71+
"pav:createdBy": "https://metadatacenter.org/users/da882240-ad9e-42ea-a48b-215e54161ad3",
72+
"pav:lastUpdatedOn": "2024-01-27T14:00:32-08:00",
73+
"oslc:modifiedBy": "https://metadatacenter.org/users/da882240-ad9e-42ea-a48b-215e54161ad3",
74+
"Display compatibility": {
75+
"@value": "text-only, bar chart, line chart"
76+
},
77+
"Short message ID": {
78+
"@value": "27",
79+
"@type": "xsd:decimal"
80+
},
81+
"pav:derivedFrom": "https://repo.metadatacenter.org/template-instances/ffb029f4-104f-437d-9ea3-d85a46b4b87b",
82+
"@id": "https://repo.metadatacenter.org/template-instances/0a7d1907-7884-4705-a503-df4a5687c493",
83+
"Additional message text": {
84+
"@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)]."
85+
},
86+
"default_display": {
87+
"@value": "bar chart"
88+
},
89+
"Default display": {
90+
"@value": "bar chart"
91+
}
92+
}

0 commit comments

Comments
 (0)