Stream: questionnaire
Topic: Signature on Questionnaire
Buminda Nawagamuwa (Feb 02 2020 at 01:14):
In one of the forms I need to have patient consent and signature....
similar to the below,
{
"resourceType": "Questionnaire",
"name": "02a7536f-06b2-4dee-94e1-f5cfcb0e8622",
"title": "Patient Signature",
"status": "active",
"date": "2015-05-17T03:07:42.409Z",
"item": [
{
"linkId": "02a7536f-06b2-4dee-94e1-f5cfcb0e8622",
"text": "Patient Signature",
"type": "group",
"item": [
{
"linkId": "1acf93a7-0890-44cd-be48-5421asdasd35248",
"text": "Patient Consent",
"type": "string"
},
{
"linkId": "1acf93a7-0890-44cd-be48-542defb35248",
"text": "string",
"type": "signature"
}
]
}
]
}
Any plans to have it on R4 specification ?
Michele Mottini (Feb 02 2020 at 01:22):
...we have something similar I believe
Last updated: Apr 12 2022 at 19:14 UTC
