-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathStructureDefinition-qicore-devicerequested.json
More file actions
81 lines (81 loc) · 2.21 KB
/
Copy pathStructureDefinition-qicore-devicerequested.json
File metadata and controls
81 lines (81 loc) · 2.21 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"resourceType" : "StructureDefinition",
"id" : "qicore-devicerequested",
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/cqf-modelInfo-primaryCodePath",
"valueString": "code"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/cqf-modelInfo-isIncluded",
"valueBoolean": true
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/cqf-modelInfo-isRetrievable",
"valueBoolean": true
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/cqf-modelInfo-label",
"valueString":"DeviceRequested"
}
],
"url" : "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-devicerequested",
"version" : "6.0.0",
"name" : "QICoreDeviceRequested",
"title" : "QICore DeviceRequested",
"status" : "active",
"experimental" : false,
"date" : "2019-07-11",
"publisher" : "http://www.hl7.org/Special/committees/cqi/index.cfm",
"contact" : [
{
"name" : "Clinical Quality Information WG",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/cqi"
}
]
}
],
"description" : "Positive profile of DeviceRequest for decision support/quality metrics. Indicates a proposal, plan, or order for a device.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "DeviceRequest",
"baseDefinition" : "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-devicerequest",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "DeviceRequest.modifierExtension:doNotPerform.value[x]",
"extension" : [
{
"url" : "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-keyelement",
"valueBoolean" : true
}
],
"path" : "DeviceRequest.modifierExtension.value[x]",
"short" : "(QI) Value of extension",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "boolean"
}
],
"fixedBoolean" : false
}
]
}
}