{
"id": 12,
"isConsent": true,
"resourceType": "Survey",
"userType": "CONSUMER",
"organizationId": 123,
"url": "http://example.com/survey",
"version": "1.0",
"name": "Customer Satisfaction Survey",
"title": "Customer Satisfaction Survey 2023",
"status": "active",
"experimental": true,
"subjectType": [
"Patient",
"Practitioner"
],
"date": "2023-01-01T00:00:00Z",
"publisher": "Health Organization",
"description": "This survey is intended to gather feedback on customer satisfaction.",
"purpose": "To improve customer service",
"copyRight": "© 2023 Health Organization",
"approvalDate": "2023-01-01T00:00:00Z",
"lastReviewDate": "2023-01-01T00:00:00Z",
"effectivePeriod": {
"start": "2023-01-01T00:00:00Z",
"end": "2023-12-31T23:59:59Z"
},
"item": [
{
"question": "How satisfied are you with our service?"
}
],
"text": "Please answer the following questions.",
"meta": {
"versionId": "1",
"lastUpdated": "2023-01-01T00:00:00Z"
},
"contained": [],
"implicitRules": "http://example.com/rules",
"language": "en",
"identifier": [
{
"system": "http://example.com",
"value": "12345"
}
],
"derivedFrom": [
"http://example.com/source1",
"http://example.com/source2"
],
"contact": [
{
"name": "John Doe",
"email": "[email protected]"
}
],
"useContext": [
{
"code": "context1",
"display": "Context 1"
}
],
"jurisdiction": [
{
"code": "US",
"display": "United States"
}
],
"code": [
{
"code": "code1",
"display": "Code 1"
}
],
"extension": [
{
"url": "http://example.com/extension",
"value": "extensionValue"
}
],
"attributes": {
"attribute1": "value1",
"attribute2": "value2"
},
"contentHtml": "<h1>Survey Content</h1>",
"rewardAmount": null
}