This page is part of the FUT Infrastructure (v3.4.0: Release) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 3.4.1. For a full list of available versions, see the Directory of published versions
No examples are currently available for the profile.
DELETE [base]/Questionnaire/107
Header
Accept-Charset: utf-8
Authorization: Bearer eyJhbGciOiJub25lIn0.eyJ1c2VyX2lkIjoiaHR0cHM6Ly9vcmdhbml6YXRpb24uY2l0LXF1ZXN0aW9ubmFpcmUtMTUwOS5sb2NhbC9maGlyL1ByYWN0aXRpb25lci81MDA1NiIsInJlYWxtX2FjY2VzcyI6eyJyb2xlcyI6WyJRdWVzdGlvbm5haXJlLmRlbGV0ZSJdfSwiY29udGV4dCI6eyJvcmdhbml6YXRpb25faWQiOiJodHRwczovL29yZ2FuaXphdGlvbi5jaXQtcXVlc3Rpb25uYWlyZS0xNTA5LmxvY2FsL2ZoaXIvT3JnYW5pemF0aW9uLzU2OTI1IiwicGF0aWVudF9pZCI6Imh0dHBzOi8vcGF0aWVudC5jaXQtcXVlc3Rpb25uYWlyZS0xNTA5LmxvY2FsL2ZoaXIvUGF0aWVudC80MjIxIiwidGVhbV9vbl9lb2MiOmZhbHNlfSwidXNlcl90eXBlIjoiUFJBQ1RJVElPTkVSIn0.
Accept: application/fhir+json;q=1.0, application/json+fhir;q=0.9
User-Agent: HAPI-FHIR/6.10.5 (FHIR Client; FHIR 4.0.1/R4; apache)
Accept-Encoding: gzip
Response
{
"resourceType": "OperationOutcome",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h1>Operation Outcome</h1><table border=\"0\"><tr><td style=\"font-weight: bold;\">INFORMATION</td><td>[]</td><td>Successfully deleted 1 resource(s). Took 27ms.</td></tr></table></div>"
},
"issue": [
{
"severity": "information",
"code": "informational",
"details": {
"coding": [
{
"system": "https://hapifhir.io/fhir/CodeSystem/hapi-fhir-storage-response-code",
"code": "SUCCESSFUL_DELETE",
"display": "Delete succeeded."
}
]
},
"diagnostics": "Successfully deleted 1 resource(s). Took 27ms."
}
]
}
GET [base]/Questionnaire/292
Header
Accept-Charset: utf-8
Authorization: Bearer eyJhbGciOiJub25lIn0.eyJyZWFsbV9hY2Nlc3MiOnsicm9sZXMiOlsiUXVlc3Rpb25uYWlyZS5yZWFkIiwiUXVlc3Rpb25uYWlyZS5zZWFyY2giLCIkbWlncmF0ZSIsIkFjdGlvbkd1aWRhbmNlLnJlYWQiLCIkdGVzdC1vbmx5LWNyZWF0ZSJdfSwidXNlcl90eXBlIjoiU1lTVEVNIn0.
Accept: application/fhir+json;q=1.0, application/json+fhir;q=0.9
User-Agent: HAPI-FHIR/6.10.5 (FHIR Client; FHIR 4.0.1/R4; apache)
Accept-Encoding: gzip
Response
{
"resourceType": "Questionnaire",
"id": "292",
"meta": {
"versionId": "1",
"lastUpdated": "2025-02-05T10:46:48.652+00:00",
"source": "#54ef6cf7-337b-4e",
"profile": [
"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire-advanced"
]
},
"extension": [
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire-type",
"valueCodeableConcept": {
"coding": [
{
"system": "http://ehealth.sundhed.dk/cs/questionnaire-types",
"code": "QQ"
}
]
}
},
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role",
"extension": [
{
"url": "reference",
"valueReference": {
"reference": "https://organization.cit-questionnaire-1509.local/fhir/Organization/783"
}
},
{
"url": "role",
"valueCodeableConcept": {
"coding": [
{
"system": "http://ehealth.sundhed.dk/cs/modifier-role",
"code": "owner"
}
]
}
}
]
}
],
"identifier": [
{
"system": "urn:oid:1.2.208.176.7.200.1",
"value": "ee466770-9ff4-4b18-bc62-34a32921b003"
},
{
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:6f05956e-44f4-449c-94ce-fa1805a2bca8"
}
],
"version": "1.0",
"name": "Name 1",
"status": "draft",
"item": [
{
"linkId": "link,link,linkA",
"text": "Root of questionnaire 2 NOT to be migrated",
"type": "group",
"item": [
{
"extension": [
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-external-identifier",
"valueIdentifier": {
"system": "urn:oid:1.2.208.176.1.5",
"value": "val"
}
},
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire-item-is-copyright",
"valueBoolean": true
}
],
"linkId": "link,link,linkB",
"code": [
{
"system": "foo",
"code": "bar",
"display": "bar"
}
],
"text": "First child of questionnaire 2 NOT to be migrated",
"type": "decimal",
"readOnly": true
}
]
}
]
}
GET [base]/Questionnaire?name%3Aexact=a3764d66-20ff-4582-8061-e155ec82146b&ehealthPredecessor=urn%3Auuid%3A53fefa32-fcbb-4ff8-8a92-55ee120877b7
Header
Accept-Charset: utf-8
Authorization: Bearer eyJhbGciOiJub25lIn0.eyJ1c2VyX2lkIjoiZWY4MmU3YzItYjVjNS00NGU1LTk4MjUtZTIyYWMxM2UwZjI1IiwicmVhbG1fYWNjZXNzIjp7InJvbGVzIjpbIlF1ZXN0aW9ubmFpcmUuc2VhcmNoIl19LCJ1c2VyX3R5cGUiOiJTWVNURU0ifQ.
Accept: application/fhir+json;q=1.0, application/json+fhir;q=0.9
User-Agent: HAPI-FHIR/6.10.5 (FHIR Client; FHIR 4.0.1/R4; apache)
Accept-Encoding: gzip
Response
{
"resourceType": "Bundle",
"id": "d11a8383-ce21-4ec4-bea7-059fa5b9c23c",
"meta": {
"lastUpdated": "2025-02-05T10:44:11.522+00:00"
},
"type": "searchset",
"total": 2,
"link": [
{
"relation": "self",
"url": "https://questionnaire.cit-questionnaire-1509.local/fhir/Questionnaire?_format=json&_pretty=true&ehealthPredecessor=urn%3Auuid%3A53fefa32-fcbb-4ff8-8a92-55ee120877b7&name%3Aexact=a3764d66-20ff-4582-8061-e155ec82146b"
}
],
"entry": [
{
"fullUrl": "https://questionnaire.cit-questionnaire-1509.local/fhir/Questionnaire/161",
"resource": {
"resourceType": "Questionnaire",
"id": "161",
"meta": {
"versionId": "1",
"lastUpdated": "2025-02-05T10:44:10.987+00:00",
"source": "#7c2ff018-22ef-4b",
"profile": [
"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire"
]
},
"extension": [
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire-type",
"valueCodeableConcept": {
"coding": [
{
"system": "http://ehealth.sundhed.dk/cs/questionnaire-types",
"code": "QQ"
}
]
}
},
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role",
"extension": [
{
"url": "reference",
"valueReference": {
"reference": "https://organization.cit-questionnaire-1509.local/fhir/Organization/95403"
}
},
{
"url": "role",
"valueCodeableConcept": {
"coding": [
{
"system": "http://ehealth.sundhed.dk/cs/modifier-role",
"code": "owner"
}
]
}
}
]
},
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-predecessor",
"valueIdentifier": {
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:53fefa32-fcbb-4ff8-8a92-55ee120877b7",
"assigner": {
"identifier": {
"system": "http://ehealth.sundhed.dk/id/ehealth-environment",
"value": "cit-questionnaire-1509"
}
}
}
}
],
"version": "1.0",
"name": "a3764d66-20ff-4582-8061-e155ec82146b",
"status": "active"
},
"search": {
"mode": "match"
}
},
{
"fullUrl": "https://questionnaire.cit-questionnaire-1509.local/fhir/Questionnaire/163",
"resource": {
"resourceType": "Questionnaire",
"id": "163",
"meta": {
"versionId": "1",
"lastUpdated": "2025-02-05T10:44:11.395+00:00",
"source": "#d498e179-b830-42",
"profile": [
"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire"
]
},
"extension": [
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire-type",
"valueCodeableConcept": {
"coding": [
{
"system": "http://ehealth.sundhed.dk/cs/questionnaire-types",
"code": "QQ"
}
]
}
},
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role",
"extension": [
{
"url": "reference",
"valueReference": {
"reference": "https://organization.cit-questionnaire-1509.local/fhir/Organization/34355"
}
},
{
"url": "role",
"valueCodeableConcept": {
"coding": [
{
"system": "http://ehealth.sundhed.dk/cs/modifier-role",
"code": "owner"
}
]
}
}
]
},
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-predecessor",
"valueIdentifier": {
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:53fefa32-fcbb-4ff8-8a92-55ee120877b7",
"assigner": {
"identifier": {
"system": "http://ehealth.sundhed.dk/id/ehealth-environment",
"value": "cit-questionnaire-1509"
}
}
}
}
],
"version": "1.0",
"name": "a3764d66-20ff-4582-8061-e155ec82146b",
"status": "active"
},
"search": {
"mode": "match"
}
}
]
}
GET [base]/Questionnaire/176/_history/2
Header
Accept-Charset: utf-8
Authorization: Bearer eyJhbGciOiJub25lIn0.eyJyZWFsbV9hY2Nlc3MiOnsicm9sZXMiOlsiUXVlc3Rpb25uYWlyZS5kZWxldGUiLCJRdWVzdGlvbm5haXJlLnJlYWQiLCJRdWVzdGlvbm5haXJlLnNlYXJjaCIsIlF1ZXN0aW9ubmFpcmUuY3JlYXRlIiwiJHRlc3Qtb25seS1jcmVhdGUiLCJRdWVzdGlvbm5haXJlLnVwZGF0ZSJdfSwidXNlcl90eXBlIjoiU1lTVEVNIn0.
Accept: application/fhir+json;q=1.0, application/json+fhir;q=0.9
User-Agent: HAPI-FHIR/6.10.5 (FHIR Client; FHIR 4.0.1/R4; apache)
Accept-Encoding: gzip
Response
{
"resourceType": "Questionnaire",
"id": "176",
"meta": {
"versionId": "2",
"lastUpdated": "2025-02-05T10:44:56.112+00:00",
"source": "#26c84e64-bc3e-45",
"profile": [
"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire"
]
},
"extension": [
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire-type",
"valueCodeableConcept": {
"coding": [
{
"system": "http://ehealth.sundhed.dk/cs/questionnaire-types",
"code": "QQ"
}
]
}
},
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role",
"extension": [
{
"url": "reference",
"valueReference": {
"reference": "https://organization.cit-questionnaire-1509.local/fhir/Organization/71195"
}
},
{
"url": "role",
"valueCodeableConcept": {
"coding": [
{
"system": "http://ehealth.sundhed.dk/cs/modifier-role",
"code": "owner"
}
]
}
}
]
},
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-base",
"valueIdentifier": {
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:a8c6ff78-58c2-4881-95ff-384d4a85152f",
"assigner": {
"identifier": {
"system": "http://ehealth.sundhed.dk/id/ehealth-environment",
"value": "cit-questionnaire-1509"
}
}
}
},
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-base-environment",
"valueIdentifier": {
"system": "http://ehealth.sundhed.dk/id/ehealth-environment",
"value": "cit-questionnaire-1509"
}
}
],
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:bb3eec0b-39c5-4ee0-9bfe-2a9fb3fccffb"
}
],
"version": "1.0",
"name": "2cfdf822-98cf-4cf5-a080-931f29354587",
"status": "active",
"approvalDate": "2025-02-05"
}
POST [base]/Questionnaire
Header
Accept-Charset: utf-8
Authorization: Bearer eyJhbGciOiJub25lIn0.eyJyZWFsbV9hY2Nlc3MiOnsicm9sZXMiOlsiUXVlc3Rpb25uYWlyZS5kZWxldGUiLCJRdWVzdGlvbm5haXJlLnJlYWQiLCJRdWVzdGlvbm5haXJlLnNlYXJjaCIsIlF1ZXN0aW9ubmFpcmUuY3JlYXRlIiwiJHRlc3Qtb25seS1jcmVhdGUiLCJRdWVzdGlvbm5haXJlLnVwZGF0ZSJdfSwidXNlcl90eXBlIjoiU1lTVEVNIn0.
Accept: application/fhir+json;q=1.0, application/json+fhir;q=0.9
User-Agent: HAPI-FHIR/6.10.5 (FHIR Client; FHIR 4.0.1/R4; apache)
Accept-Encoding: gzip
Content-Type: application/fhir+json; charset=UTF-8
Body:
{
"resourceType": "Questionnaire",
"meta": {
"profile": [
"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire"
]
},
"extension": [
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire-type",
"valueCodeableConcept": {
"coding": [
{
"system": "http://ehealth.sundhed.dk/cs/questionnaire-types",
"code": "QQ"
}
]
}
},
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role",
"extension": [
{
"url": "reference",
"valueReference": {
"reference": "https://organization.cit-questionnaire-1509.local/fhir/Organization/1320"
}
},
{
"url": "role",
"valueCodeableConcept": {
"coding": [
{
"system": "http://ehealth.sundhed.dk/cs/modifier-role",
"code": "owner"
}
]
}
}
]
}
],
"version": "1.0",
"name": "744708f5-392e-4fbc-9ff8-c5108e1ef9d5",
"status": "draft"
}
Response
{
"resourceType": "Questionnaire",
"id": "181",
"meta": {
"versionId": "1",
"lastUpdated": "2025-02-05T10:45:03.294+00:00",
"source": "#b6a75862-2245-945f-8180-3dd48d157073",
"profile": [
"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire"
]
},
"extension": [
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire-type",
"valueCodeableConcept": {
"coding": [
{
"system": "http://ehealth.sundhed.dk/cs/questionnaire-types",
"code": "QQ"
}
]
}
},
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role",
"extension": [
{
"url": "reference",
"valueReference": {
"reference": "https://organization.cit-questionnaire-1509.local/fhir/Organization/1320"
}
},
{
"url": "role",
"valueCodeableConcept": {
"coding": [
{
"system": "http://ehealth.sundhed.dk/cs/modifier-role",
"code": "owner"
}
]
}
}
]
},
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-base",
"valueIdentifier": {
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:7d97391f-27a8-4e2a-bdf4-a1ccf4135db6",
"assigner": {
"identifier": {
"system": "http://ehealth.sundhed.dk/id/ehealth-environment",
"value": "cit-questionnaire-1509"
}
}
}
},
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-base-environment",
"valueIdentifier": {
"system": "http://ehealth.sundhed.dk/id/ehealth-environment",
"value": "cit-questionnaire-1509"
}
}
],
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:242ac31c-e19b-4473-9899-92e47b7f4bef"
}
],
"version": "1.0",
"name": "744708f5-392e-4fbc-9ff8-c5108e1ef9d5",
"status": "draft"
}
POST [base]/Questionnaire/$validate
Header
Accept-Charset: utf-8
Authorization: Bearer eyJhbGciOiJub25lIn0.eyJyZWFsbV9hY2Nlc3MiOnsicm9sZXMiOlsiUXVlc3Rpb25uYWlyZS5kZWxldGUiLCJRdWVzdGlvbm5haXJlLnJlYWQiLCJRdWVzdGlvbm5haXJlLnNlYXJjaCIsIlF1ZXN0aW9ubmFpcmUuY3JlYXRlIiwiJHRlc3Qtb25seS1jcmVhdGUiLCJRdWVzdGlvbm5haXJlLnVwZGF0ZSJdfSwidXNlcl90eXBlIjoiU1lTVEVNIn0.
Accept: application/fhir+json;q=1.0, application/json+fhir;q=0.9
User-Agent: HAPI-FHIR/6.10.5 (FHIR Client; FHIR 4.0.1/R4; apache)
Accept-Encoding: gzip
Content-Type: application/fhir+json; charset=UTF-8
Body:
{
"resourceType": "Parameters",
"parameter": [
{
"name": "resource",
"resource": {
"resourceType": "Questionnaire",
"meta": {
"profile": [
"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire"
]
},
"extension": [
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire-type",
"valueCodeableConcept": {
"coding": [
{
"system": "http://ehealth.sundhed.dk/cs/questionnaire-types",
"code": "QQ"
}
]
}
},
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role",
"extension": [
{
"url": "reference",
"valueReference": {
"reference": "https://organization.cit-questionnaire-1509.local/fhir/Organization/26874"
}
},
{
"url": "role",
"valueCodeableConcept": {
"coding": [
{
"system": "http://ehealth.sundhed.dk/cs/modifier-role",
"code": "owner"
}
]
}
}
]
}
],
"version": "1.0",
"name": "a947430b-8e14-422b-be54-c622d6122d13",
"status": "active"
}
}
]
}
Response
{
"resourceType": "OperationOutcome",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h1>Operation Outcome</h1><table border=\"0\"><tr><td style=\"font-weight: bold;\">WARNING</td><td>[Parameters.parameter[0].resource/*Questionnaire/null*/, Line[1] Col[839]]</td><td>Rule que-0: 'Name should be usable as an identifier for the module by machine processing applications such as code generation' Failed</td></tr><tr><td style=\"font-weight: bold;\">WARNING</td><td>[Parameters.parameter[0].resource/*Questionnaire/null*/, Line[1] Col[839]]</td><td>Rule que-0: 'Name should be usable as an identifier for the module by machine processing applications such as code generation' Failed</td></tr></table></div>"
},
"issue": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-line",
"valueInteger": 1
},
{
"url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-col",
"valueInteger": 839
}
],
"severity": "warning",
"code": "processing",
"diagnostics": "Rule que-0: 'Name should be usable as an identifier for the module by machine processing applications such as code generation' Failed",
"location": [
"Parameters.parameter[0].resource/*Questionnaire/null*/",
"Line[1] Col[839]"
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-line",
"valueInteger": 1
},
{
"url": "http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-col",
"valueInteger": 839
}
],
"severity": "warning",
"code": "processing",
"diagnostics": "Rule que-0: 'Name should be usable as an identifier for the module by machine processing applications such as code generation' Failed",
"location": [
"Parameters.parameter[0].resource/*Questionnaire/null*/",
"Line[1] Col[839]"
]
}
]
}
PUT [base]/Questionnaire/181
Header
Accept-Charset: utf-8
Authorization: Bearer eyJhbGciOiJub25lIn0.eyJyZWFsbV9hY2Nlc3MiOnsicm9sZXMiOlsiUXVlc3Rpb25uYWlyZS5kZWxldGUiLCJRdWVzdGlvbm5haXJlLnJlYWQiLCJRdWVzdGlvbm5haXJlLnNlYXJjaCIsIlF1ZXN0aW9ubmFpcmUuY3JlYXRlIiwiJHRlc3Qtb25seS1jcmVhdGUiLCJRdWVzdGlvbm5haXJlLnVwZGF0ZSJdfSwidXNlcl90eXBlIjoiU1lTVEVNIn0.
If-Match: "1"
Accept: application/fhir+json;q=1.0, application/json+fhir;q=0.9
User-Agent: HAPI-FHIR/6.10.5 (FHIR Client; FHIR 4.0.1/R4; apache)
Accept-Encoding: gzip
Content-Type: application/fhir+json; charset=UTF-8
Body:
{
"resourceType": "Questionnaire",
"id": "181",
"meta": {
"versionId": "1",
"lastUpdated": "2025-02-05T10:45:03.294+00:00",
"source": "#b6a75862-2245-945f-8180-3dd48d157073",
"profile": [
"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire"
]
},
"extension": [
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire-type",
"valueCodeableConcept": {
"coding": [
{
"system": "http://ehealth.sundhed.dk/cs/questionnaire-types",
"code": "QQ"
}
]
}
},
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role",
"extension": [
{
"url": "reference",
"valueReference": {
"reference": "https://organization.cit-questionnaire-1509.local/fhir/Organization/1320"
}
},
{
"url": "role",
"valueCodeableConcept": {
"coding": [
{
"system": "http://ehealth.sundhed.dk/cs/modifier-role",
"code": "owner"
}
]
}
}
]
},
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-base",
"valueIdentifier": {
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:7d97391f-27a8-4e2a-bdf4-a1ccf4135db6",
"assigner": {
"identifier": {
"system": "http://ehealth.sundhed.dk/id/ehealth-environment",
"value": "cit-questionnaire-1509"
}
}
}
},
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-base-environment",
"valueIdentifier": {
"system": "http://ehealth.sundhed.dk/id/ehealth-environment",
"value": "cit-questionnaire-1509"
}
}
],
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:242ac31c-e19b-4473-9899-92e47b7f4bef"
}
],
"version": "1.0",
"name": "744708f5-392e-4fbc-9ff8-c5108e1ef9d5",
"status": "active",
"useContext": [
{
"code": {
"system": "http://ehealth.sundhed.dk/cs/ehealth-usage-context-type",
"code": "range",
"display": "Range"
},
"valueCodeableConcept": {
"coding": [
{
"system": "urn:oid:1.2.208.184.100.1",
"code": "RAL",
"display": "display"
}
]
}
}
]
}
Response
{
"resourceType": "Questionnaire",
"id": "181",
"meta": {
"versionId": "2",
"lastUpdated": "2025-02-05T10:45:03.445+00:00",
"source": "#39ff56b0-5bdf-4bcd-9697-00ba11346719",
"profile": [
"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire"
]
},
"extension": [
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire-type",
"valueCodeableConcept": {
"coding": [
{
"system": "http://ehealth.sundhed.dk/cs/questionnaire-types",
"code": "QQ"
}
]
}
},
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-modifier-role",
"extension": [
{
"url": "reference",
"valueReference": {
"reference": "https://organization.cit-questionnaire-1509.local/fhir/Organization/1320"
}
},
{
"url": "role",
"valueCodeableConcept": {
"coding": [
{
"system": "http://ehealth.sundhed.dk/cs/modifier-role",
"code": "owner"
}
]
}
}
]
},
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-base",
"valueIdentifier": {
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:7d97391f-27a8-4e2a-bdf4-a1ccf4135db6",
"assigner": {
"identifier": {
"system": "http://ehealth.sundhed.dk/id/ehealth-environment",
"value": "cit-questionnaire-1509"
}
}
}
},
{
"url": "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-base-environment",
"valueIdentifier": {
"system": "http://ehealth.sundhed.dk/id/ehealth-environment",
"value": "cit-questionnaire-1509"
}
}
],
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:242ac31c-e19b-4473-9899-92e47b7f4bef"
}
],
"version": "1.0",
"name": "744708f5-392e-4fbc-9ff8-c5108e1ef9d5",
"status": "active",
"useContext": [
{
"code": {
"system": "http://ehealth.sundhed.dk/cs/ehealth-usage-context-type",
"code": "range",
"display": "Range"
},
"valueCodeableConcept": {
"coding": [
{
"system": "urn:oid:1.2.208.184.100.1",
"code": "RAL",
"display": "display"
}
]
}
}
],
"approvalDate": "2025-02-05"
}