Skip to content

Commit 3d9a956

Browse files
authored
Merge pull request #14 from mlaletina95/remove-fields-in-initial-expression
Removed fields left only patient-name
2 parents e185257 + 94bd492 commit 3d9a956

1 file changed

Lines changed: 0 additions & 51 deletions

File tree

resources/Questionnaire/initial-expression.yaml

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ item:
2020
initialExpression:
2121
language: text/fhirpath
2222
expression: "%Patient.id"
23-
24-
- linkId: instructions
25-
text: >-
26-
Instructions: Open the form to review fields pre-populated by
27-
`initialExpression` from launch context Patient.
28-
type: display
2923

3024
- linkId: patient-name
3125
text: Name
@@ -35,48 +29,3 @@ item:
3529
initialExpression:
3630
language: text/fhirpath
3731
expression: "%Patient.name.given.first() & ' ' & %Patient.name.family.first()"
38-
39-
- linkId: patient-gender
40-
text: Gender
41-
type: string
42-
readOnly: true
43-
entryFormat: Female/Male/Other
44-
initialExpression:
45-
language: text/fhirpath
46-
expression: "%Patient.gender"
47-
48-
- linkId: patient-birth-date
49-
text: Date of birth
50-
type: date
51-
readOnly: true
52-
entryFormat: dd/mm/yyyy
53-
initialExpression:
54-
language: text/fhirpath
55-
expression: "%Patient.birthDate"
56-
57-
- linkId: patient-phone
58-
text: Phone number
59-
type: string
60-
readOnly: true
61-
entryFormat: Phone number
62-
initialExpression:
63-
language: text/fhirpath
64-
expression: "%Patient.telecom.where(system='phone').value.first()"
65-
66-
- linkId: patient-email
67-
text: Email
68-
type: string
69-
readOnly: true
70-
entryFormat: Email address
71-
initialExpression:
72-
language: text/fhirpath
73-
expression: "%Patient.telecom.where(system='email').value.first()"
74-
75-
- linkId: patient-ssn
76-
text: SSN
77-
type: string
78-
readOnly: true
79-
entryFormat: SSN
80-
initialExpression:
81-
language: text/fhirpath
82-
expression: "%Patient.identifier.where(system='http://hl7.org/fhir/sid/us-ssn').value.first()"

0 commit comments

Comments
 (0)