{ "description": "Anforderung zum Ausfüllen bestimmter Fragebögen", "_filename": "StructureDefinition-EcpTask.json", "package_name": "de.thieme-compliance.anamnese", "date": "2023-05-02", "derivation": "constraint", "publisher": "Thieme Compliance GmbH", "fhirVersion": "4.0.1", "name": "EcpTask", "abstract": false, "copyright": "Copyright 2020-2023 Thieme Compliance GmbH", "type": "Task", "experimental": null, "resourceType": "StructureDefinition", "title": "ECP Task", "package_version": "0.0.1-dev", "status": "draft", "id": "a0d31608-e596-418b-93ff-d8de1024891b", "kind": "resource", "url": "https://thieme-compliance.de/fhir/StructureDefinition/EcpTask", "version": "1.0.0", "differential": { "element": [ { "id": "Task.status", "path": "Task.status", "mustSupport": true }, { "id": "Task.intent", "path": "Task.intent", "mustSupport": true }, { "id": "Task.code", "min": 1, "path": "Task.code", "mustSupport": true, "patternCodeableConcept": { "coding": [ { "code": "fill-questionnaires", "system": "https://thieme-compliance.de/fhir/CodeSystem/TaskTypes" } ] } }, { "id": "Task.code.coding", "min": 1, "path": "Task.code.coding", "mustSupport": true }, { "id": "Task.code.coding.system", "min": 1, "path": "Task.code.coding.system", "mustSupport": true }, { "id": "Task.code.coding.code", "min": 1, "path": "Task.code.coding.code", "mustSupport": true }, { "id": "Task.for", "min": 1, "path": "Task.for", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ] } ], "mustSupport": true }, { "id": "Task.for.reference", "path": "Task.for.reference", "mustSupport": true }, { "id": "Task.for.identifier", "path": "Task.for.identifier", "mustSupport": true }, { "id": "Task.for.identifier.system", "min": 1, "path": "Task.for.identifier.system", "mustSupport": true }, { "id": "Task.for.identifier.value", "min": 1, "path": "Task.for.identifier.value", "mustSupport": true }, { "id": "Task.encounter", "path": "Task.encounter", "mustSupport": true }, { "id": "Task.encounter.reference", "path": "Task.encounter.reference", "mustSupport": true }, { "id": "Task.encounter.identifier", "path": "Task.encounter.identifier", "mustSupport": true }, { "id": "Task.encounter.identifier.system", "min": 1, "path": "Task.encounter.identifier.system", "mustSupport": true }, { "id": "Task.encounter.identifier.value", "min": 1, "path": "Task.encounter.identifier.value", "mustSupport": true }, { "id": "Task.input", "min": 1, "path": "Task.input", "mustSupport": true }, { "id": "Task.input.type", "path": "Task.input.type", "mustSupport": true, "patternCodeableConcept": { "coding": [ { "code": "Questionnaire", "system": "http://hl7.org/fhir/resource-types" } ] } }, { "id": "Task.input.value[x]", "path": "Task.input.value[x]", "type": [ { "code": "canonical" }, { "code": "Reference" } ], "mustSupport": true } ] }, "contact": [ { "name": "Thieme Compliance GmbH", "telecom": [ { "use": "work", "value": "http://thieme-compliance.de/", "system": "url" } ] } ], "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Task" }