forked from argonautproject/subscription-backport-ig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 876 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "hl7.fhir.us.subscriptions-backport",
"version": "0.1.0",
"canonical": "http://hl7.org/fhir/us/subscriptions-backport",
"url": "http://hl7.org/fhir/us/subscriptions-backport",
"title": "Subscriptions R5 Backport",
"description": "The Subscription R5 Backport Implementation Guide enables servers running verions of FHIR earlier than R5 to implement a subset of R5 Subscriptions in a standardized way.",
"dependencies": {
"hl7.fhir.r4.core": "4.0.1"
},
"keywords": [
"Subscription",
"Subscriptions",
"Notification",
"Notifications"
],
"language": "en",
"author": "The Argonaut Project",
"maintainers": [
{
"name": "The Argonaut Project",
"url": "https://argonautwiki.hl7.org"
},
{
"name": "Gino Canessa",
"email": "mailto:[email protected]"
}
],
"license": "CC0-1.0"
}