We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc68807 commit 9a92c09Copy full SHA for 9a92c09
1 file changed
resources/Questionnaire/source-queries.yaml
@@ -23,14 +23,6 @@ contained:
23
method: GET
24
url: /Condition?patient=Patient/{{ %Patient.id }}&_sort=-recorded-date&_count=200
25
item:
26
- - linkId: patientId
27
- text: PatientId
28
- type: string
29
- hidden: true
30
- initialExpression:
31
- language: text/fhirpath
32
- expression: "%Patient.id.first()"
33
-
34
- linkId: conditions-summary
35
text: Conditions
36
type: text
@@ -42,4 +34,4 @@ item:
42
.select(
43
'Name: ' & (code.coding.first().display | code.text).first()
44
)
45
- .join('\n')
37
+ .join('\n')
0 commit comments