Skip to content

Commit

Permalink
Prepopulate signature question
Browse files Browse the repository at this point in the history
  • Loading branch information
vesnushka committed Jan 14, 2025
1 parent 44cf7e8 commit ea65f70
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions resources/seeds/Questionnaire/patient-informed-consent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -496,17 +496,13 @@ item:
- text: Signature of Participant
type: string
linkId: hgqGGjA5
initialExpression:
language: text/fhirpath
expression: >-
%Patient.name.first().given.first() + ' ' + %Patient.name.first().family
- text: Date
type: date
linkId: mskpK4lQ
- text: PatientId
type: string
hidden: true
linkId: patientId
initialExpression:
language: text/fhirpath
expression: '%Patient.id'

meta:
profile:
- https://beda.software/beda-emr-questionnaire
Expand Down

0 comments on commit ea65f70

Please sign in to comment.