FHIR IG Statistics: StructureDefinition/Profile-HealthAppModule
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"url": "https://fhir.trustedhealthapps.org/StructureDefinition/HealthAppModule",
"version": "1.1.6",
"name": "HealthAppModule",
"title": "HealthAppModule",
"status": "active",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
},
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
}
],
"kind": "resource",
"abstract": false,
"type": "DeviceDefinition",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DeviceDefinition",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "DeviceDefinition",
"path": "DeviceDefinition",
"short": "Modul einer DiGA",
"definition": "In diesem Profil werden Informationen zu einem Modul einer digitalen Gesundheitsanwendung (DiGA) repräsentiert.",
"mustSupport": true
},
{
"id": "DeviceDefinition.extension",
"path": "DeviceDefinition.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"rules": "open"
}
},
{
"id": "DeviceDefinition.extension:category",
"path": "DeviceDefinition.extension",
"sliceName": "category",
"type": [
{
"code": "Extension",
"profile": [
"https://fhir.trustedhealthapps.org/StructureDefinition/HealthAppModuleCategory"
]
}
]
},
{
"id": "DeviceDefinition.extension:hardware",
"path": "DeviceDefinition.extension",
"sliceName": "hardware",
"type": [
{
"code": "Extension",
"profile": [
"https://fhir.trustedhealthapps.org/StructureDefinition/HealthAppModuleHardware"
]
}
]
},
{
"id": "DeviceDefinition.extension:medicalDevice",
"path": "DeviceDefinition.extension",
"sliceName": "medicalDevice",
"type": [
{
"code": "Extension",
"profile": [
"https://fhir.trustedhealthapps.org/StructureDefinition/HealthAppModuleMedicalDevice"
]
}
]
},
{
"id": "DeviceDefinition.deviceName",
"path": "DeviceDefinition.deviceName",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "type"
}
],
"rules": "open"
},
"short": "Modulname",
"definition": "Die namentliche Bezeichnung eines Moduls einer digitalen Gesundheitsanwendung (DiGA).",
"mustSupport": true
},
{
"id": "DeviceDefinition.deviceName:udi-label-name",
"path": "DeviceDefinition.deviceName",
"sliceName": "udi-label-name",
"short": "Name",
"definition": "Der Name des Moduls.",
"max": "1",
"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.specialization",
"path": "DeviceDefinition.specialization",
"short": "Plattformverfügbarkeiten und -anforderungen eines Moduls einer DiGA",
"definition": "Angaben zu Plattformen, auf denen ein Modul einer digitale Gesundheitsanwendung (DiGA) verfügbar ist, sowie zu den Anforderungen an diese Plattformen (z.B. Hard- und Softwarekompatibilität).",
"mustSupport": true
},
{
"id": "DeviceDefinition.specialization.extension",
"path": "DeviceDefinition.specialization.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"rules": "open"
}
},
{
"id": "DeviceDefinition.specialization.extension:compatibility",
"path": "DeviceDefinition.specialization.extension",
"sliceName": "compatibility",
"short": "Hardware- und Softwarekompatibilität eines Moduls einer DiGA",
"definition": "Angaben zur Hardware- und Softwarekompatibilität eines Moduls einer digitalen Gesundheitsanwendung (DiGA) für die jeweilige Plattform.",
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"https://fhir.trustedhealthapps.org/StructureDefinition/HealthAppModuleSpecializationCompatibility"
]
}
]
},
{
"id": "DeviceDefinition.specialization.extension:url",
"path": "DeviceDefinition.specialization.extension",
"sliceName": "url",
"type": [
{
"code": "Extension",
"profile": [
"https://fhir.trustedhealthapps.org/StructureDefinition/HealthAppModuleSpecializationUrl"
]
}
]
},
{
"id": "DeviceDefinition.specialization.systemType",
"path": "DeviceDefinition.specialization.systemType",
"short": "Plattform, auf der ein Modul einer DiGA verfügbar ist",
"definition": "Bezeichner der Plattform, auf der ein Modul einer digitalen Gesundheitsanwendung (DiGA) verfügbar ist, also heruntergeladen bzw. genutzt werden kann.",
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "https://fhir.trustedhealthapps.org/ValueSet/HealthAppPlatformType"
}
},
{
"id": "DeviceDefinition.specialization.version",
"path": "DeviceDefinition.specialization.version",
"short": "Versionsnummer eines Moduls einer DiGA",
"definition": "Versionsnummer eines Moduls einer digitalen Gesundheitsanwendung (DiGA) auf der jeweiligen Plattform.",
"mustSupport": true
},
{
"id": "DeviceDefinition.languageCode",
"path": "DeviceDefinition.languageCode",
"short": "Sprachversionen",
"definition": "Gibt an in welchen Sprachen das Modul bereitgestellt wird.",
"mustSupport": true
},
{
"id": "DeviceDefinition.languageCode.coding",
"path": "DeviceDefinition.languageCode.coding",
"min": 1,
"max": "1",
"type": [
{
"code": "Coding",
"profile": [
"https://fhir.trustedhealthapps.org/StructureDefinition/CodingHealthAppLanguage"
]
}
]
},
{
"id": "DeviceDefinition.parentDevice",
"path": "DeviceDefinition.parentDevice",
"short": "Übergeordnete DiGA",
"definition": "Die Referenz zur übergeordneten digitale Gesundheitsanwendung (DiGA) des Moduls.",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.trustedhealthapps.org/StructureDefinition/HealthApp"
]
}
],
"mustSupport": true
},
{
"id": "DeviceDefinition.parentDevice.reference",
"path": "DeviceDefinition.parentDevice.reference",
"min": 1,
"mustSupport": true
},
{
"id": "DeviceDefinition.parentDevice.display",
"path": "DeviceDefinition.parentDevice.display",
"short": "Name der übergeordneten DiGA",
"definition": "Der Name der übergeordneten digitalen Gesundheitsanwendung (DiGA) des Moduls.",
"mustSupport": true
}
]
}
}