Skip to content

Commit 9a92c09

Browse files
authored
Remove patient.id
1 parent cc68807 commit 9a92c09

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

resources/Questionnaire/source-queries.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@ contained:
2323
method: GET
2424
url: /Condition?patient=Patient/{{ %Patient.id }}&_sort=-recorded-date&_count=200
2525
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-
3426
- linkId: conditions-summary
3527
text: Conditions
3628
type: text
@@ -42,4 +34,4 @@ item:
4234
.select(
4335
'Name: ' & (code.coding.first().display | code.text).first()
4436
)
45-
.join('\n')
37+
.join('\n')

0 commit comments

Comments
 (0)