You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fsh-generated/resources/ImplementationGuide-hl7.fhir.us.healthedata1-sandbox.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,14 @@
126
126
"description": "The US Core PMO ServiceRequest Profile defines constraints for Portable Medical Orders (PMO) based on the FHIR R4 ServiceRequest resource. It establishes minimum expectations for recording, searching, and fetching PMO-related ServiceRequest information, specifying core elements, extensions, vocabularies, and value sets that SHALL be present to promote interoperability for PMO use cases, such as POLST and MOLST.\n",
Copy file name to clipboardExpand all lines: input/resources-yaml/StructureDefinition-uscore-pmo-servicerequest.yml
+49-32Lines changed: 49 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,17 @@ differential:
17
17
- id: ServiceRequest
18
18
path: ServiceRequest
19
19
mustSupport: false
20
+
20
21
- id: ServiceRequest.status
21
22
path: ServiceRequest.status
22
23
mustSupport: true
24
+
23
25
- id: ServiceRequest.intent
24
26
path: ServiceRequest.intent
27
+
short: 'Note: To allow for the resource life cycle, no constraint on intent, use "directive" in PMO document'
25
28
mustSupport: true
26
-
fixedCode: directive
29
+
# fixedCode: directive
30
+
27
31
- id: ServiceRequest.category
28
32
path: ServiceRequest.category
29
33
slicing:
@@ -32,17 +36,22 @@ differential:
32
36
path: $this
33
37
rules: open
34
38
mustSupport: true
39
+
40
+
# 'Multiple portable medical order categories vs a single "PMO" category?'
41
+
# currently a 2-level heirarchy
42
+
# Option to move the panel codes to code and answers to orderDetails? for 3 level heirarchy
35
43
- id: ServiceRequest.category:us-core-pmo
36
44
path: ServiceRequest.category
37
45
sliceName: us-core-pmo
38
-
short: |
39
-
100821-8 (National POLST Form: A Portable Medical Order panel) | 100822-6 (Cardiopulmonary resuscitation orders) | 100823-4 (Initial portable medical treatment orders) | 100824-2 (Additional portable medical orders or instructions) | 100825-9 (Medically assisted nutrition orders) | 100970-3 (Portable medical order completion information) | 100826-7 (Portable medical order &or advance directive review) | 100827-5 (Portable medical order discussion participants) | 100828-3 (Portable medical order administrative information)
46
+
short: 'Multiple portable medical order categories vs a single "PMO" category (2 vs 3 level code heirarchy)?'
40
47
mustSupport: true
41
48
binding:
42
49
strength: extensible
43
50
description: |
44
51
[Portable Medical Order panel codes](https://loinc.org/100821-8)
Copy file name to clipboardExpand all lines: input/resources/StructureDefinition-uscore-pmo-servicerequest.json
+11-70Lines changed: 11 additions & 70 deletions
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,8 @@
27
27
{
28
28
"id": "ServiceRequest.intent",
29
29
"path": "ServiceRequest.intent",
30
-
"mustSupport": true,
31
-
"fixedCode": "directive"
30
+
"short": "Note: To allow for the resource life cycle, no constraint on intent, use \"directive\" in PMO document",
31
+
"mustSupport": true
32
32
},
33
33
{
34
34
"id": "ServiceRequest.category",
@@ -48,12 +48,12 @@
48
48
"id": "ServiceRequest.category:us-core-pmo",
49
49
"path": "ServiceRequest.category",
50
50
"sliceName": "us-core-pmo",
51
-
"short": "100821-8 (National POLST Form: A Portable Medical Order panel) | 100822-6 (Cardiopulmonary resuscitation orders) | 100823-4 (Initial portable medical treatment orders) | 100824-2 (Additional portable medical orders or instructions) | 100825-9 (Medically assisted nutrition orders) | 100970-3 (Portable medical order completion information) | 100826-7 (Portable medical order &or advance directive review) | 100827-5 (Portable medical order discussion participants) | 100828-3 (Portable medical order administrative information)\n",
51
+
"short": "Multiple portable medical order categories vs a single \"PMO\" category (2 vs 3 level code heirarchy)?",
52
52
"mustSupport": true,
53
53
"binding": {
54
54
"strength": "extensible",
55
55
"description": "[Portable Medical Order panel codes](https://loinc.org/100821-8)\n",
0 commit comments