{ "description": "Eine digitalen Gesundheitsanwendung (DiGA) bzw. Health-App.", "_filename": "Profile-HealthApp.json", "package_name": "fhir.trustedhealthapps.org", "date": null, "derivation": "constraint", "publisher": null, "fhirVersion": "4.0.1", "name": "HealthApp", "mapping": [ { "uri": "http://hl7.org/fhir/fivews", "name": "FiveWs Pattern Mapping", "identity": "w5" }, { "uri": "http://hl7.org/v3", "name": "RIM Mapping", "identity": "rim" } ], "abstract": false, "type": "DeviceDefinition", "experimental": null, "resourceType": "StructureDefinition", "title": "HealthApp", "package_version": "1.1.0", "status": "active", "id": "3c03403d-1f09-4877-b84e-c33342d0ddff", "kind": "resource", "url": "https://fhir.trustedhealthapps.org/StructureDefinition/HealthApp", "version": "1.1.0", "differential": { "element": [ { "id": "DeviceDefinition", "path": "DeviceDefinition", "short": "Health-App bzw. DiGA", "definition": "In diesem Profil werden Informationen zu einer Health-App bzw. digitalen Gesundheitsanwendung (DiGA) repräsentiert.", "mustSupport": true }, { "id": "DeviceDefinition.extension", "path": "DeviceDefinition.extension", "slicing": { "rules": "open", "discriminator": [ { "path": "url", "type": "value" } ] } }, { "id": "DeviceDefinition.extension:handbook", "path": "DeviceDefinition.extension", "type": [ { "code": "Extension", "profile": [ "https://fhir.trustedhealthapps.org/StructureDefinition/HealthAppHandbook" ] } ], "sliceName": "handbook" }, { "id": "DeviceDefinition.extension:media", "path": "DeviceDefinition.extension", "type": [ { "code": "Extension", "profile": [ "https://fhir.trustedhealthapps.org/StructureDefinition/HealthAppMedia" ] } ], "sliceName": "media" }, { "id": "DeviceDefinition.extension:nutzungshinweis", "max": "1", "path": "DeviceDefinition.extension", "type": [ { "code": "Extension", "profile": [ "https://fhir.trustedhealthapps.org/StructureDefinition/HealthAppNutzungshinweis" ] } ], "short": "Nutzungshinweise zu einer Health-App bzw. DiGA", "sliceName": "nutzungshinweis", "definition": "Hinweise, die bei der Nutzung einer Health-App bzw. digitalen Gesundheitsanwendung (DiGA) berücksichtigt werden sollen." }, { "id": "DeviceDefinition.extension:summaries", "path": "DeviceDefinition.extension", "type": [ { "code": "Extension", "profile": [ "https://fhir.trustedhealthapps.org/StructureDefinition/HealthAppSummaries" ] } ], "sliceName": "summaries" }, { "id": "DeviceDefinition.identifier", "min": 1, "path": "DeviceDefinition.identifier", "short": "IDs einer Health-App bzw. DiGA", "slicing": { "rules": "open", "discriminator": [ { "path": "system", "type": "value" } ] }, "definition": "Enthält Werte zur eindeutigen Identifizierung einer Health-App bzw. digitalen Gesundheitsanwendung (DiGA).", "mustSupport": true }, { "id": "DeviceDefinition.identifier:digaId", "max": "1", "path": "DeviceDefinition.identifier", "short": "DiGA-ID im Verzeichnis nach § 139e SGB V", "sliceName": "digaId", "definition": "Die eindeutige Verzeichnisnummer der digitalen Gesundheitsanwendung (DiGA-ID) im Verzeichnis nach § 139e SGB V.", "mustSupport": true }, { "id": "DeviceDefinition.identifier:digaId.system", "min": 1, "path": "DeviceDefinition.identifier.system", "fixedUri": "https://fhir.trustedhealthapps.org/sid/DigaId", "mustSupport": true }, { "id": "DeviceDefinition.identifier:digaId.value", "min": 1, "path": "DeviceDefinition.identifier.value", "mustSupport": true }, { "id": "DeviceDefinition.identifier:healthAppId", "max": "1", "min": 1, "path": "DeviceDefinition.identifier", "short": "Health-App-ID", "sliceName": "healthAppId", "definition": "Die eindeutige Identifikationsnummer einer Health-App.", "mustSupport": true }, { "id": "DeviceDefinition.identifier:healthAppId.system", "min": 1, "path": "DeviceDefinition.identifier.system", "fixedUri": "https://fhir.trustedhealthapps.org/sid/HealthAppId", "mustSupport": true }, { "id": "DeviceDefinition.identifier:healthAppId.value", "min": 1, "path": "DeviceDefinition.identifier.value", "mustSupport": true }, { "id": "DeviceDefinition.manufacturer[x]", "path": "DeviceDefinition.manufacturer[x]", "type": [ { "code": "Reference", "targetProfile": [ "https://fhir.trustedhealthapps.org/StructureDefinition/HealthAppManufacturer" ] } ], "short": "Hersteller einer Health-App bzw. DiGA", "definition": "Verweis auf einen Hersteller einer Health-App bzw. digitalen Gesundheitsanwendung (DiGA).", "mustSupport": true }, { "id": "DeviceDefinition.manufacturer[x].reference", "min": 1, "path": "DeviceDefinition.manufacturer[x].reference", "mustSupport": true }, { "id": "DeviceDefinition.manufacturer[x].display", "path": "DeviceDefinition.manufacturer[x].display", "short": "Klarname des Herstellers", "definition": "Klarname des Herstellers (Organisation oder Privatperson), der die Health-App bzw. digitale Gesundheitsanwendung (DiGA) bereitstellt.", "mustSupport": true }, { "id": "DeviceDefinition.deviceName", "path": "DeviceDefinition.deviceName", "short": "Name einer Health-App bzw. DiGA", "slicing": { "rules": "open", "discriminator": [ { "path": "type", "type": "value" } ] }, "definition": "Namentliche Bezeichnung einer Health-App bzw. digitalen Gesundheitsanwendung (DiGA) in offizieller Form (udi-label-name) sowie nutzerfreundlicher Kurzform (user-friendly-name).", "mustSupport": true }, { "id": "DeviceDefinition.deviceName:udi-label-name", "max": "1", "path": "DeviceDefinition.deviceName", "short": "Name", "sliceName": "udi-label-name", "definition": "Der offizielle, vollständige Name.", "mustSupport": true }, { "id": "DeviceDefinition.deviceName:udi-label-name.name", "path": "DeviceDefinition.deviceName.name", "mustSupport": true }, { "id": "DeviceDefinition.deviceName:udi-label-name.type", "path": "DeviceDefinition.deviceName.type", "fixedCode": "udi-label-name", "mustSupport": true }, { "id": "DeviceDefinition.deviceName:user-friendly-name", "max": "1", "path": "DeviceDefinition.deviceName", "short": "Kurzname", "sliceName": "user-friendly-name", "definition": "Eine nutzerfreundlichen Kurzform des Namens.", "mustSupport": true }, { "id": "DeviceDefinition.deviceName:user-friendly-name.name", "path": "DeviceDefinition.deviceName.name", "mustSupport": true }, { "id": "DeviceDefinition.deviceName:user-friendly-name.type", "path": "DeviceDefinition.deviceName.type", "fixedCode": "user-friendly-name", "mustSupport": true }, { "id": "DeviceDefinition.onlineInformation", "path": "DeviceDefinition.onlineInformation", "short": "Informationswebsite einer Health-App bzw. DiGA", "definition": "URL zur Informationswebsite einer Health-App bzw. digitalen Gesundheitsanwendung (DiGA).", "mustSupport": true } ] }, "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DeviceDefinition" }