Skip to content

Commit 1f4ef50

Browse files
committed
adding the social worse peer average message
1 parent 9490504 commit 1f4ef50

File tree

1 file changed

+88
-0
lines changed

1 file changed

+88
-0
lines changed
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
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+
},
43+
"@type": "http://data.bioontology.org/ontologies/PSDO/classes/http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FPSDO_0000002",
44+
"is_about": [
45+
{
46+
"@id": "http://purl.obolibrary.org/obo/PSDO_0000116",
47+
"rdfs:label": "negative performance gap set"
48+
},
49+
{
50+
"@id": "http://purl.obolibrary.org/obo/PSDO_0000045",
51+
"rdfs:label": "social comparator element"
52+
},
53+
{
54+
"@id": "http://purl.obolibrary.org/obo/PSDO_0000126",
55+
"rdfs:label": "peer average comparator"
56+
}
57+
],
58+
"Name": {
59+
"@value": "Opportunity to Improve Peer Average"
60+
},
61+
"Message text": [
62+
{
63+
"@value": "You may have an opportunity to improve for the measure [measure name]. Your performance was [recipient performance level], below the peer average."
64+
}
65+
],
66+
"schema:isBasedOn": "https://repo.metadatacenter.org/templates/707d3573-8ac9-4e2c-b53b-2026a795308c",
67+
"schema:name": "Opportunity to Improve Peer Average",
68+
"schema:description": "specification for a possible precision feedback message",
69+
"pav:createdOn": "2023-06-28T12:45:49-07:00",
70+
"pav:createdBy": "https://metadatacenter.org/users/da882240-ad9e-42ea-a48b-215e54161ad3",
71+
"pav:lastUpdatedOn": "2024-01-27T13:59:27-08:00",
72+
"oslc:modifiedBy": "https://metadatacenter.org/users/da882240-ad9e-42ea-a48b-215e54161ad3",
73+
"Display compatibility": {
74+
"@value": "text-only, bar chart, line chart"
75+
},
76+
"Short message ID": {
77+
"@value": "14",
78+
"@type": "xsd:decimal"
79+
},
80+
"pav:derivedFrom": "https://repo.metadatacenter.org/template-instances/ffb029f4-104f-437d-9ea3-d85a46b4b87b",
81+
"@id": "https://repo.metadatacenter.org/template-instances/2bcbbc2c-37de-4b5c-ab0d-f3104e49cb50",
82+
"Additional message text": {
83+
"@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)]."
84+
},
85+
"Default display": {
86+
"@value": "bar chart"
87+
}
88+
}

0 commit comments

Comments
 (0)