FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"id": "il-core-device-definition",
"url": "http://fhir.health.gov.il/StructureDefinition/il-core-device-definition",
"version": "0.12.1",
"name": "ILCoreDeviceDefinition",
"title": "ILCore DeviceDefinition Profile",
"status": "draft",
"date": "2021-05-02",
"publisher": "Israel Core Team",
"contact": [
{
"telecom": [
{
"system": "email",
"value": "ido.levin@moh.gov.il"
}
]
}
],
"description": "Israel Core proposed constraints and extensions on the DeviceDefinition Resource",
"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": "ILCore DeviceDefinition Profile",
"definition": "Definitions for the profile-DeviceDefinition resource profile."
},
{
"id": "DeviceDefinition.manufacturer[x]",
"path": "DeviceDefinition.manufacturer[x]",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "$this"
}
],
"ordered": false,
"rules": "open"
}
},
{
"id": "DeviceDefinition.manufacturer[x]:manufacturerReference",
"path": "DeviceDefinition.manufacturer[x]",
"sliceName": "manufacturerReference",
"min": 0,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-organization"
]
}
]
},
{
"id": "DeviceDefinition.owner",
"path": "DeviceDefinition.owner",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-organization"
]
}
]
},
{
"id": "DeviceDefinition.parentDevice",
"path": "DeviceDefinition.parentDevice",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-device-definition"
]
}
]
}
]
}
}