FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/vl-QuestionnaireProvisioningTask

Packagenictiz.fhir.nl.stu3.questionnaires
Resource TypeStructureDefinition
Idvl-QuestionnaireProvisioningTask
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.questionnaires@2.0.8&canonical=http://nictiz.nl/fhir/StructureDefinition/vl-QuestionnaireProvisioningTask
URLhttp://nictiz.nl/fhir/StructureDefinition/vl-QuestionnaireProvisioningTask
Version1.0.2
Statusactive
Namevl-QuestionnaireProvisioningTask
Titlevl-QuestionnaireProvisioningTask
Realmnl
Authorityhl7
DescriptionA Task resource as used within the Questionnaires (Dutch: Vragenlijsten) information standard. The vl-QuestionnaireProvisioningTask is used to prescribe a Questionnaire to the user of a PHR system and to track the status of fulfillment.
CopyrightCC0
TypeTask
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
vl-Questionnairevl-Questionnaire
vl-QuestionnaireResponsevl-QuestionnaireResponse
zib-MedicalDevicezib MedicalDevice
nl-core-organizationnl-core-organization
nl-core-patientnl-core-patient
nl-core-practitionernl-core-practitioner
zib-PayerHCIM Payer
practitionerrole-referencePractitionerRole Reference

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "vl-QuestionnaireProvisioningTask",
  "url": "http://nictiz.nl/fhir/StructureDefinition/vl-QuestionnaireProvisioningTask",
  "version": "1.0.2",
  "name": "vl-QuestionnaireProvisioningTask",
  "title": "vl-QuestionnaireProvisioningTask",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A Task resource as used within the Questionnaires (Dutch: Vragenlijsten) information standard. The vl-QuestionnaireProvisioningTask is used to prescribe a Questionnaire to the user of a PHR system and to track the status of fulfillment.",
  "copyright": "CC0",
  "fhirVersion": "3.0.2",
  "mapping": [
    {
      "identity": "art-decor-vragenlijsten",
      "uri": "https://decor.nictiz.nl/art-decor/decor-datasets--vl-?id=2.16.840.1.113883.2.4.3.11.60.56.1.2&effectiveDate=2019-03-29T00:00:00&language=nl-NL",
      "name": "ART-DECOR Dataset Vragenlijsten"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Task",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Task",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Task",
        "path": "Task",
        "constraint": [
          {
            "key": "que-1",
            "severity": "error",
            "human": "Status must not be completed unless a QuestionnaireResponse is referenced in output",
            "expression": "status != 'completed' or output.valueReference.exists()"
          }
        ],
        "mapping": [
          {
            "identity": "art-decor-vragenlijsten",
            "map": "vl-dataelement101-5703"
          }
        ]
      },
      {
        "id": "Task.groupIdentifier",
        "path": "Task.groupIdentifier",
        "max": "0"
      },
      {
        "id": "Task.partOf",
        "path": "Task.partOf",
        "max": "0"
      },
      {
        "id": "Task.status",
        "path": "Task.status",
        "definition": "The current status of the task:\r\n* initially: requested\r\n* when the PHR system has retrieved the Questionnaire resource and is able to present it to the user: accepted\r\n* when the PHR system has retrieved the Questionnaire resource and is unable to present it to the user: rejected\r\n* when the PHR system completes the task by attaching a QuestionnaireResponse resource to Task.output:QuestionnaireResponse: completed\r\n* when the PHR system is unable to complete the assigned task: failed",
        "mapping": [
          {
            "identity": "art-decor-vragenlijsten",
            "map": "vl-dataelement101-5717"
          }
        ]
      },
      {
        "id": "Task.statusReason",
        "path": "Task.statusReason",
        "mapping": [
          {
            "identity": "art-decor-vragenlijsten",
            "map": "vl-dataelement101-8621"
          }
        ]
      },
      {
        "id": "Task.statusReason.coding",
        "path": "Task.statusReason.coding",
        "max": "0"
      },
      {
        "id": "Task.statusReason.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Task.statusReason.text",
        "mapping": [
          {
            "identity": "art-decor-vragenlijsten",
            "map": "vl-dataelement101-8621"
          }
        ]
      },
      {
        "id": "Task.businessStatus",
        "path": "Task.businessStatus",
        "max": "0"
      },
      {
        "id": "Task.intent",
        "path": "Task.intent",
        "fixedCode": "order"
      },
      {
        "id": "Task.code",
        "path": "Task.code",
        "definition": "A name or code (or both) briefly describing what should be manipulated or fulfilled.",
        "min": 1
      },
      {
        "id": "Task.code.coding",
        "path": "Task.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "$this"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Task.code.coding:Questionnaire",
        "path": "Task.code.coding",
        "sliceName": "Questionnaire",
        "min": 1,
        "max": "1",
        "patternCoding": {
          "system": "http://loinc.org",
          "code": "74468-0"
        }
      },
      {
        "id": "Task.code.coding:Questionnaire.system",
        "path": "Task.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Task.code.coding:Questionnaire.code",
        "path": "Task.code.coding.code",
        "min": 1,
        "fixedCode": "74468-0"
      },
      {
        "id": "Task.code.coding:Questionnaire.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Task.code.coding.display",
        "defaultValueString": "Questionnaire form definition Document"
      },
      {
        "id": "Task.description",
        "path": "Task.description",
        "mapping": [
          {
            "identity": "art-decor-vragenlijsten",
            "map": "vl-dataelement101-5734"
          }
        ]
      },
      {
        "id": "Task.authoredOn",
        "path": "Task.authoredOn",
        "min": 1,
        "mapping": [
          {
            "identity": "art-decor-vragenlijsten",
            "map": "vl-dataelement101-5739"
          }
        ]
      },
      {
        "id": "Task.lastModified",
        "path": "Task.lastModified",
        "min": 1,
        "mapping": [
          {
            "identity": "art-decor-vragenlijsten",
            "map": "vl-dataelement101-5740"
          }
        ]
      },
      {
        "id": "Task.requester.agent",
        "path": "Task.requester.agent",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner"
          }
        ],
        "mapping": [
          {
            "identity": "art-decor-vragenlijsten",
            "map": "vl-dataelement101-5741"
          }
        ]
      },
      {
        "id": "Task.requester.agent.extension",
        "path": "Task.requester.agent.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Task.requester.agent.extension:practitionerRole",
        "path": "Task.requester.agent.extension",
        "sliceName": "practitionerRole",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference"
          }
        ]
      },
      {
        "id": "Task.owner",
        "path": "Task.owner",
        "definition": "Individual organization or Device currently responsible for task execution. This will most likely be the patient in MedMij context.",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-patient"
          }
        ]
      },
      {
        "id": "Task.owner.reference",
        "path": "Task.owner.reference",
        "short": "Person who received and recorded the answers",
        "definition": "Person who received the answers to the questions in the QuestionnaireResponse and recorded them in the system.",
        "mapping": [
          {
            "identity": "art-decor-vragenlijsten",
            "map": "vl-dataelement101-8622"
          }
        ]
      },
      {
        "id": "Task.restriction.period",
        "path": "Task.restriction.period",
        "mapping": [
          {
            "identity": "art-decor-vragenlijsten",
            "map": "vl-dataelement101-5757"
          }
        ]
      },
      {
        "id": "Task.input",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Parameter"
          }
        ],
        "path": "Task.input",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "type.text"
            }
          ],
          "rules": "closed"
        },
        "min": 1
      },
      {
        "id": "Task.input:Questionnaire",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Parameter"
          }
        ],
        "path": "Task.input",
        "sliceName": "Questionnaire",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Task.input:Questionnaire.type.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Task.input.type.text",
        "min": 1,
        "fixedString": "Questionnaire"
      },
      {
        "id": "Task.input:Questionnaire.value[x]:valueReference",
        "path": "Task.input.valueReference",
        "sliceName": "valueReference",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://nictiz.nl/fhir/StructureDefinition/vl-Questionnaire"
          }
        ],
        "mapping": [
          {
            "identity": "art-decor-vragenlijsten",
            "map": "vl-dataelement101-8077"
          }
        ]
      },
      {
        "id": "Task.input:Questionnaire.value[x]:valueReference.reference",
        "path": "Task.input.valueReference.reference",
        "definition": "A reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference MUST be version specific.",
        "min": 1
      },
      {
        "id": "Task.input:Subject",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Parameter"
          }
        ],
        "path": "Task.input",
        "sliceName": "Subject",
        "max": "1"
      },
      {
        "id": "Task.input:Subject.type.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Task.input.type.text",
        "fixedString": "Subject"
      },
      {
        "id": "Task.input:Subject.value[x]:valueReference",
        "path": "Task.input.value[x]",
        "sliceName": "valueReference",
        "short": "The subject of the questions",
        "definition": "The subject of the questionnaire response. This could be a patient, organization, practitioner, device, etc. This is who/what the answers apply to, but is not necessarily the source of information.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-patient"
          },
          {
            "code": "Reference",
            "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner"
          },
          {
            "code": "Reference",
            "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-organization"
          },
          {
            "code": "Reference",
            "targetProfile": "http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDevice"
          },
          {
            "code": "Reference",
            "targetProfile": "http://nictiz.nl/fhir/StructureDefinition/zib-Payer"
          }
        ],
        "mapping": [
          {
            "identity": "art-decor-vragenlijsten",
            "map": "vl-dataelement101-8554"
          }
        ]
      },
      {
        "id": "Task.output",
        "path": "Task.output",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "type.text"
            }
          ],
          "rules": "open"
        },
        "max": "1"
      },
      {
        "id": "Task.output:QuestionnaireResponse",
        "path": "Task.output",
        "sliceName": "QuestionnaireResponse",
        "max": "1"
      },
      {
        "id": "Task.output:QuestionnaireResponse.type.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Task.output.type.text",
        "min": 1,
        "fixedString": "QuestionnaireResponse"
      },
      {
        "id": "Task.output:QuestionnaireResponse.value[x]:valueReference",
        "path": "Task.output.valueReference",
        "sliceName": "valueReference",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://nictiz.nl/fhir/StructureDefinition/vl-QuestionnaireResponse"
          }
        ],
        "mapping": [
          {
            "identity": "art-decor-vragenlijsten",
            "map": "vl-dataelement101-8076"
          }
        ]
      },
      {
        "id": "Task.output:QuestionnaireResponse.value[x]:valueReference.reference",
        "path": "Task.output.valueReference.reference",
        "min": 1
      }
    ]
  }
}