FHIR IG Statistics: StructureDefinition/DataStandardsWales-PSOM-QuestionnaireResponse
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "DataStandardsWales-PSOM-QuestionnaireResponse",
"url": "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-PSOM-QuestionnaireResponse",
"name": "DataStandardsWalesPSOMQuestionnaireResponse",
"title": "Data Standards Wales PSOM QuestionnaireResponse",
"status": "draft",
"publisher": "NHS Wales",
"contact": [
{
"name": "Data Standards",
"telecom": [
{
"system": "email",
"value": "data.standards@wales.nhs.uk",
"use": "work"
}
]
}
],
"description": "Outcome of a PROMs collection event. Contains PROMs answers and scores.",
"copyright": "© 2023 NHS Wales.",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "PROMs-Metadata-2024004",
"name": "NHS Wales DSCN Metadata Mapping"
}
],
"kind": "resource",
"abstract": false,
"type": "QuestionnaireResponse",
"baseDefinition": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-QuestionnaireResponse",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "QuestionnaireResponse.language",
"path": "QuestionnaireResponse.language",
"short": "PROMs Language",
"definition": "The code representing the language of the completed PROMs form.",
"min": 1,
"binding": {
"strength": "required",
"description": "PSOM Language",
"valueSet": "https://fhir.nhs.wales/ValueSet/DataStandardsWales-PSOM-Language"
},
"mapping": [
{
"identity": "PROMs-Metadata-2024004",
"map": "MPRPX008X",
"comment": "PROMs Language"
}
]
},
{
"id": "QuestionnaireResponse.identifier",
"path": "QuestionnaireResponse.identifier",
"min": 1
},
{
"id": "QuestionnaireResponse.identifier.system",
"path": "QuestionnaireResponse.identifier.system",
"min": 1
},
{
"id": "QuestionnaireResponse.identifier.value",
"path": "QuestionnaireResponse.identifier.value",
"min": 1
},
{
"id": "QuestionnaireResponse.identifier.assigner",
"path": "QuestionnaireResponse.identifier.assigner",
"short": "Originating System",
"definition": "Originating System. For PROMs, this would be the PROMs platform that collects the PROMs information from the patient, e.g. DrDoctor, PKB, Amplitude, National Platform, etc.",
"comment": "The `.identifier.assigner` may omit the `.reference` element and only contain an `.identifier` or `.display` element reflecting the identifier and/or name or other textual information about the originating system.",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Organization"
]
}
],
"mapping": [
{
"identity": "PROMs-Metadata-2024004",
"map": "MDDPX001X",
"comment": "Originating System (implicit, main mapping is on Organization.identifier)"
}
]
},
{
"id": "QuestionnaireResponse.questionnaire",
"path": "QuestionnaireResponse.questionnaire",
"short": "(Local) PROMs Tool",
"definition": "The Questionnaire that defines and organises the questions for which answers are being provided. A reference to the canonical identifier including the `.version` (MPRPX012X) of the PROMs Tool SHALL be implemented, to specify the correct version.",
"min": 1,
"mapping": [
{
"identity": "PROMs-Metadata-2024004",
"map": "MPRPX006X",
"comment": "PROMs Tool (implicit, main mapping is on Questionnaire.url)"
},
{
"identity": "PROMs-Metadata-2024004",
"map": "MPRPX010X",
"comment": "Local PROMs Tool (implicit, main mapping is on Questionnaire.url)"
},
{
"identity": "PROMs-Metadata-2024004",
"map": "MPRPX012X",
"comment": "PROMs Data Standard Version (implicit, main mapping is on Questionnaire.version)"
}
]
},
{
"id": "QuestionnaireResponse.subject",
"path": "QuestionnaireResponse.subject",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient"
]
}
]
},
{
"id": "QuestionnaireResponse.authored",
"path": "QuestionnaireResponse.authored",
"short": "PROMs Completion Date & Time",
"definition": "The date and time the PROMs form was completed (or when the last item was recorded for incomplete records).",
"min": 1,
"mapping": [
{
"identity": "PROMs-Metadata-2024004",
"map": "MPRPX003X",
"comment": "PROMs Completion Date & Time"
}
]
},
{
"id": "QuestionnaireResponse.item.linkId.extension:sensitivityFlag",
"path": "QuestionnaireResponse.item.linkId.extension",
"sliceName": "sensitivityFlag",
"short": "Sensitivity flag",
"definition": "An extension to flag questions as sensitive, allowing for the identification and special handling of potentially privacy-sensitive information within a questionnaire.",
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"http://hl7.org/fhir/uv/security-label-ds4p/StructureDefinition/extension-inline-sec-label"
]
}
],
"isModifier": false
},
{
"id": "QuestionnaireResponse.item.linkId.extension:sensitivityFlag.value[x]:valueCoding",
"path": "QuestionnaireResponse.item.linkId.extension.value[x]",
"sliceName": "valueCoding",
"binding": {
"strength": "required",
"description": "Sensitivity policy",
"valueSet": "http://terminology.hl7.org/ValueSet/v3-InformationSensitivityPolicy"
}
}
]
}
}