{
"description": "A device whose maintenance is tracked.",
"_filename": "MaintainedDevice.json",
"package_name": "acme.canada.2023",
"date": null,
"derivation": "constraint",
"publisher": null,
"fhirVersion": "4.0.1",
"name": "MaintainedDevice",
"mapping": [ {
"uri": "http://hl7.org/v3",
"name": "RIM Mapping",
"identity": "rim"
}, {
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping",
"identity": "w5"
}, {
"uri": "http://fda.gov/UDI",
"name": "UDI Mapping",
"identity": "udi"
} ],
"abstract": false,
"type": "Device",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "Maintained Device",
"package_version": "0.0.1-alpha",
"status": "active",
"id": "a89d530b-362a-4a19-a512-add4d8d6cd3c",
"kind": "resource",
"url": "http://example.org/StructureDefinition/maintained-device",
"version": null,
"differential": {
"element": [ {
"id": "Device.extension",
"path": "Device.extension",
"slicing": {
"rules": "open",
"ordered": false,
"discriminator": [ {
"path": "url",
"type": "value"
} ]
}
}, {
"id": "Device.extension:totalDeviceHours",
"max": "1",
"min": 0,
"path": "Device.extension",
"type": [ {
"code": "Extension",
"profile": [ "http://example.org/StructureDefinition/total-device-hours" ]
} ],
"sliceName": "totalDeviceHours",
"mustSupport": true
}, {
"id": "Device.extension:maintenanceEvent",
"max": "*",
"min": 0,
"path": "Device.extension",
"type": [ {
"code": "Extension",
"profile": [ "http://example.org/StructureDefinition/maintenance-event" ]
} ],
"sliceName": "maintenanceEvent",
"mustSupport": true
} ]
},
"baseDefinition": "http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-device-medical"
}