File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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()"
You can’t perform that action at this time.
0 commit comments