{ "description": "Patientenressource für Einwilligungsbögen", "_filename": "StructureDefinition-ConsentingPatient.json", "package_name": "de.thieme-compliance.anamnese", "date": "2023-05-02", "derivation": "constraint", "publisher": "Thieme Compliance GmbH", "fhirVersion": "4.0.1", "name": "ConsentingPatient", "abstract": false, "copyright": "Copyright 2020-2023 Thieme Compliance GmbH", "type": "Patient", "experimental": null, "resourceType": "StructureDefinition", "title": "Consentig Patient", "package_version": "0.0.1-dev", "status": "draft", "id": "1984f211-6806-4286-87e0-215374cfc9be", "kind": "resource", "url": "https://thieme-compliance.de/fhir/StructureDefinition/ConsentingPatient", "version": "1.0.0", "differential": { "element": [ { "id": "Patient.meta", "path": "Patient.meta", "mustSupport": true }, { "id": "Patient.meta.tag", "path": "Patient.meta.tag", "binding": { "strength": "extensible", "valueSet": "https://thieme-compliance.de/fhir/ValueSet/ConsentTags" }, "mustSupport": true }, { "id": "Patient.meta.tag.system", "min": 1, "path": "Patient.meta.tag.system", "mustSupport": true }, { "id": "Patient.meta.tag.code", "min": 1, "path": "Patient.meta.tag.code", "mustSupport": true }, { "id": "Patient.identifier", "min": 1, "path": "Patient.identifier", "mustSupport": true }, { "id": "Patient.identifier.system", "min": 1, "path": "Patient.identifier.system", "mustSupport": true }, { "id": "Patient.identifier.value", "min": 1, "path": "Patient.identifier.value", "mustSupport": true }, { "id": "Patient.name", "max": "1", "min": 1, "path": "Patient.name", "mustSupport": true }, { "id": "Patient.name.family", "min": 1, "path": "Patient.name.family", "mustSupport": true }, { "id": "Patient.name.given", "max": "1", "min": 1, "path": "Patient.name.given", "mustSupport": true }, { "id": "Patient.name.prefix", "max": "1", "path": "Patient.name.prefix", "mustSupport": true }, { "id": "Patient.telecom", "max": "2", "path": "Patient.telecom", "slicing": { "rules": "open", "discriminator": [ { "path": "system", "type": "value" } ] }, "mustSupport": true }, { "id": "Patient.telecom:eMail", "max": "1", "min": 0, "path": "Patient.telecom", "sliceName": "eMail", "mustSupport": true }, { "id": "Patient.telecom:eMail.system", "min": 1, "path": "Patient.telecom.system", "fixedCode": "email", "mustSupport": true }, { "id": "Patient.telecom:eMail.value", "min": 1, "path": "Patient.telecom.value", "mustSupport": true }, { "id": "Patient.telecom:privatePhone", "max": "1", "min": 0, "path": "Patient.telecom", "sliceName": "privatePhone", "mustSupport": true }, { "id": "Patient.telecom:privatePhone.system", "min": 1, "path": "Patient.telecom.system", "fixedCode": "phone", "mustSupport": true }, { "id": "Patient.telecom:privatePhone.value", "min": 1, "path": "Patient.telecom.value", "mustSupport": true }, { "id": "Patient.telecom:privatePhone.use", "min": 1, "path": "Patient.telecom.use", "fixedCode": "home", "mustSupport": true }, { "id": "Patient.gender", "path": "Patient.gender", "mustSupport": true }, { "id": "Patient.gender.extension:salutation", "max": "1", "min": 0, "path": "Patient.gender.extension", "type": [ { "code": "Extension", "profile": [ "https://thieme-compliance.de/fhir/StructureDefinition/Salutation" ] } ], "sliceName": "salutation", "mustSupport": true }, { "id": "Patient.gender.extension:salutation.value[x]", "path": "Patient.gender.extension.value[x]", "mustSupport": true }, { "id": "Patient.birthDate", "min": 1, "path": "Patient.birthDate", "mustSupport": true }, { "id": "Patient.address", "max": "1", "path": "Patient.address", "mustSupport": true }, { "id": "Patient.address.line", "max": "1", "path": "Patient.address.line", "mustSupport": true }, { "id": "Patient.address.city", "path": "Patient.address.city", "mustSupport": true }, { "id": "Patient.address.postalCode", "path": "Patient.address.postalCode", "mustSupport": true } ] }, "contact": [ { "name": "Thieme Compliance GmbH", "telecom": [ { "use": "work", "value": "http://thieme-compliance.de/", "system": "url" } ] } ], "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient" }