forked from HL7/fhir-project-mhealth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.03 KB
/
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
31
32
33
{
"name": "hl7.fhir.uv.mhealth-framework",
"version": "0.1.0",
"canonical": "http://hl7.org/fhir/uv/mhealth-framework",
"url": "http://hl7.org/fhir/uv/mhealth-framework",
"title": "Application Data Exchange Assessment Framework and Functional Requirements for Mobile Health",
"description": "This IG provides an the assessment framework and functional requirements for mobile health devices and apps to support the exchange of observations and other data in support of consumer health monitoring.",
"dependencies": {
"hl7.fhir.r4.core": "4.0.1"
},
"jurisdiction": "http://unstats.un.org/unsd/methods/m49/m49.htm#001",
"keywords": [
"Mobile",
"mHealth",
"ADE",
"Functional",
"Requirements",
"Framework"
],
"language": "en",
"author": "HL7 International",
"maintainers": [
{
"name": "HL7 Mobile Health Workgroup",
"url": "http://hl7.org/Special/committees/mobile/index.cfm"
},
{
"name": "Keith W. Boone",
"email": "[email protected]"
}
],
"license": "CC0-1.0"
}