Skip to content

Commit 5da1eaf

Browse files
authored
Create test
1 parent 72dde31 commit 5da1eaf

File tree

1 file changed

+91
-0
lines changed
  • message_templates

1 file changed

+91
-0
lines changed

message_templates/test

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
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+
"Display compatibility": "https://schema.metadatacenter.org/properties/537a99db-422e-4916-88b5-f8b188b9f936",
43+
"Short message ID": "https://schema.metadatacenter.org/properties/cd6dcfc0-9083-4a73-bf7e-fd310b238bd6",
44+
"Additional message text": "https://schema.metadatacenter.org/properties/df7c7ba0-07dd-4930-aad6-62e1ca9dd6fa",
45+
"Default display": "https://schema.metadatacenter.org/properties/5b4f16a9-feb7-4724-8741-2739d8808760"
46+
},
47+
"@type": "http://data.bioontology.org/ontologies/PSDO/classes/http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FPSDO_0000002",
48+
"is_about": [
49+
{
50+
"@id": "http://purl.obolibrary.org/obo/PSDO_0000129",
51+
"rdfs:label": "peer 90th percentile benchmark"
52+
},
53+
{
54+
"@id": "http://purl.obolibrary.org/obo/PSDO_0000045",
55+
"rdfs:label": "social comparator element"
56+
},
57+
{
58+
"@id": "http://purl.obolibrary.org/obo/PSDO_0000116",
59+
"rdfs:label": "negative performance gap set"
60+
}
61+
],
62+
"Name": {
63+
"@value": "Opportunity to Improve Top 10 Peer Benchmark"
64+
},
65+
"Message text": [
66+
{
67+
"@value": "You may have an opportunity to improve for the measure [measure name]. Your performance was [recipient performance level], below the top 10% peer benchmark, which was [comparator performance level] this month."
68+
}
69+
],
70+
"Display compatibility": {
71+
"@value": "text-only, bar chart, line chart"
72+
},
73+
"Short message ID": {
74+
"@value": "28",
75+
"@type": "xsd:decimal"
76+
},
77+
"Additional message text": {
78+
"@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)]."
79+
},
80+
"Default display": {
81+
"@value": "bar chart"
82+
},
83+
"schema:isBasedOn": "https://repo.metadatacenter.org/templates/707d3573-8ac9-4e2c-b53b-2026a795308c",
84+
"schema:name": "Opportunity to Improve Top 10 Peer Benchmark",
85+
"schema:description": "specification for a possible precision feedback message",
86+
"pav:createdOn": "2023-12-06T12:21:12-08:00",
87+
"pav:createdBy": "https://metadatacenter.org/users/da882240-ad9e-42ea-a48b-215e54161ad3",
88+
"pav:lastUpdatedOn": "2024-01-27T14:07:00-08:00",
89+
"oslc:modifiedBy": "https://metadatacenter.org/users/da882240-ad9e-42ea-a48b-215e54161ad3",
90+
"@id": "https://repo.metadatacenter.org/template-instances/9e71ec9e-26f3-442a-8278-569bcd58e708"
91+
}

0 commit comments

Comments
 (0)