{
  "resourceType": "StructureDefinition",
  "id": "DeviceDefinition",
  "meta": {
    "lastUpdated": "2021-01-01T21:58:31.578+00:00"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
      "valueString": "Specialized.Definitional Artifacts"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
      "valueCode": "anonymous"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "oo"
    },
    {
      "url": "http://hl7.org/fhir/build/StructureDefinition/entered-in-error-status",
      "valueCode": ".operationalStatus = entered-in-error"
    }
  ],
  "url": "http://hl7.org/fhir/StructureDefinition/DeviceDefinition",
  "version": "4.6.0",
  "name": "DeviceDefinition",
  "status": "draft",
  "date": "2021-01-01T21:58:31+00:00",
  "publisher": "Health Level Seven International (Orders and Observations)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/orders/index.cfm"
        }
      ]
    }
  ],
  "description": "This is a specialized resource that defines the characteristics and capabilities of a device.",
  "fhirVersion": "4.6.0",
  "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/DomainResource",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "DeviceDefinition",
        "extension": [
          {
            "url": "http://hl7.org/fhir/build/StructureDefinition/svg",
            "valueCode": "0,0"
          }
        ],
        "path": "DeviceDefinition",
        "short": "An instance of a medical-related component of a medical device",
        "definition": "The characteristics, operational status and capabilities of a medical-related component of a medical device.",
        "comment": "For the initial scope, this DeviceDefinition resource is only applicable to describe a single node in the containment tree that is produced by the context scanner in any medical device that implements or derives from the ISO/IEEE 11073 standard and that does not represent a metric. Examples for such a node are MDS, VMD, or Channel.",
        "min": 0,
        "max": "*",
        "mapping": [
          {
            "identity": "w5",
            "map": "administrative.device"
          }
        ]
      },
      {
        "id": "DeviceDefinition.description",
        "path": "DeviceDefinition.description",
        "short": "Additional information to describe the device",
        "definition": "Additional information to describe the device.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ]
      },
      {
        "id": "DeviceDefinition.identifier",
        "path": "DeviceDefinition.identifier",
        "short": "Instance identifier",
        "definition": "Unique instance identifiers assigned to a device by the software, manufacturers, other organizations or owners. For example: handle ID. The identifier is typically valued if the udiDeviceIdentifier, partNumber or modelNumber is not valued and represents a different type of identifier.  However, it is permissible to still include those identifiers in DeviceDefinition.identifier with the appropriate identifier.type.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "mapping": [
          {
            "identity": "w5",
            "map": "FiveWs.identifier"
          }
        ]
      },
      {
        "id": "DeviceDefinition.udiDeviceIdentifier",
        "extension": [
          {
            "url": "http://hl7.org/fhir/build/StructureDefinition/svg",
            "valueCode": "600,0"
          }
        ],
        "path": "DeviceDefinition.udiDeviceIdentifier",
        "short": "Unique Device Identifier (UDI) Barcode string",
        "definition": "Unique device identifier (UDI) assigned to device label or package.  Note that the Device may include multiple udiCarriers as it either may include just the udiCarrier for the jurisdiction it is sold, or for multiple jurisdictions it could have been sold.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "DeviceDefinition.udiDeviceIdentifier.deviceIdentifier",
        "path": "DeviceDefinition.udiDeviceIdentifier.deviceIdentifier",
        "short": "The identifier that is to be associated with every Device that references this DeviceDefintiion for the issuer and jurisdiction provided in the DeviceDefinition.udiDeviceIdentifier",
        "definition": "The identifier that is to be associated with every Device that references this DeviceDefintiion for the issuer and jurisdiction provided in the DeviceDefinition.udiDeviceIdentifier.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DeviceDefinition.udiDeviceIdentifier.issuer",
        "path": "DeviceDefinition.udiDeviceIdentifier.issuer",
        "short": "The organization that assigns the identifier algorithm",
        "definition": "The organization that assigns the identifier algorithm.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ]
      },
      {
        "id": "DeviceDefinition.udiDeviceIdentifier.jurisdiction",
        "path": "DeviceDefinition.udiDeviceIdentifier.jurisdiction",
        "short": "The jurisdiction to which the deviceIdentifier applies",
        "definition": "The jurisdiction to which the deviceIdentifier applies.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ]
      },
      {
        "id": "DeviceDefinition.udiDeviceIdentifier.marketDistribution",
        "path": "DeviceDefinition.udiDeviceIdentifier.marketDistribution",
        "short": "Indicates whether and when the device is available on the market",
        "definition": "Indicates where and when the device is available on the market.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "DeviceDefinition.udiDeviceIdentifier.marketDistribution.marketPeriod",
        "path": "DeviceDefinition.udiDeviceIdentifier.marketDistribution.marketPeriod",
        "short": "Begin and end dates for the commercial distribution of the device",
        "definition": "Begin and end dates for the commercial distribution of the device.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "DeviceDefinition.udiDeviceIdentifier.marketDistribution.subJurisdiction",
        "path": "DeviceDefinition.udiDeviceIdentifier.marketDistribution.subJurisdiction",
        "short": "National state or territory where the device is commercialized",
        "definition": "National state or territory to which the marketDistribution recers, typically where the device is commercialized.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ]
      },
      {
        "id": "DeviceDefinition.partNumber",
        "extension": [
          {
            "url": "http://hl7.org/fhir/build/StructureDefinition/committee-notes",
            "valueString": "W5 note what = what.productidentification."
          }
        ],
        "path": "DeviceDefinition.partNumber",
        "short": "The part number or catalog number of the device",
        "definition": "The part number or catalog number of the device.",
        "comment": "Alphanumeric Maximum 20.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "w5",
            "map": "FiveWs.what[x]"
          },
          {
            "identity": "rim",
            "map": ".playedRole[typeCode=MANU].id"
          }
        ]
      },
      {
        "id": "DeviceDefinition.manufacturer[x]",
        "path": "DeviceDefinition.manufacturer[x]",
        "short": "Name of device manufacturer",
        "definition": "A name of the manufacturer  or legal representative e.g. labeler. Whether this is the actual manufacturer or the labeler or responsible depends on implementation and jurisdiction.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          },
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization"
            ]
          }
        ],
        "mapping": [
          {
            "identity": "w5",
            "map": "FiveWs.what[x]"
          },
          {
            "identity": "rim",
            "map": ".playedRole[typeCode=MANU].scoper.name"
          }
        ]
      },
      {
        "id": "DeviceDefinition.deviceName",
        "extension": [
          {
            "url": "http://hl7.org/fhir/build/StructureDefinition/svg",
            "valueCode": "350,0"
          }
        ],
        "path": "DeviceDefinition.deviceName",
        "short": "The name or names of the device as given by the manufacturer",
        "definition": "The name or names of the device as given by the manufacturer.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "DeviceDefinition.deviceName.name",
        "path": "DeviceDefinition.deviceName.name",
        "short": "A name that is used to refer to the device",
        "definition": "A human-friendly name that is used to refer to the device - depending on the type, it can be the brand name, the common name or alias, or other.",
        "alias": [
          "Σ"
        ],
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DeviceDefinition.deviceName.type",
        "extension": [
          {
            "url": "http://hl7.org/fhir/build/StructureDefinition/committee-notes",
            "valueString": "W5 note what = what.productidentification."
          }
        ],
        "path": "DeviceDefinition.deviceName.type",
        "short": "registered-name | user-friendly-name | patient-reported-name",
        "definition": "The type of deviceName.\nRegisteredName | UserFriendlyName | PatientReportedName.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "DeviceNameType"
            }
          ],
          "strength": "required",
          "description": "The type of name the device is referred by.",
          "valueSet": "http://hl7.org/fhir/ValueSet/device-nametype"
        },
        "mapping": [
          {
            "identity": "w5",
            "map": "FiveWs.what[x]"
          },
          {
            "identity": "rim",
            "map": ".playedRole[typeCode=MANU].code"
          }
        ]
      },
      {
        "id": "DeviceDefinition.modelNumber",
        "extension": [
          {
            "url": "http://hl7.org/fhir/build/StructureDefinition/committee-notes",
            "valueString": "W5 note what = what.productidentification."
          }
        ],
        "path": "DeviceDefinition.modelNumber",
        "short": "The catalog or model number for the device for example as defined by the manufacturer",
        "definition": "The model number for the device for example as defined by the manufacturer or labeler, or other agency.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "mapping": [
          {
            "identity": "w5",
            "map": "FiveWs.what[x]"
          },
          {
            "identity": "rim",
            "map": ".softwareName (included as part)"
          }
        ]
      },
      {
        "id": "DeviceDefinition.classification",
        "path": "DeviceDefinition.classification",
        "short": "What kind of device or device system this is",
        "definition": "What kind of device or device system this is.",
        "comment": "In this element various classifications can be used, such as GMDN, EMDN, SNOMED CT, risk classes, national product codes.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "DeviceDefinition.classification.type",
        "path": "DeviceDefinition.classification.type",
        "short": "A classification or risk class of the device model",
        "definition": "A classification or risk class of the device model.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "DeviceKind"
            }
          ],
          "strength": "example",
          "description": "Type of device e.g. according to official classification.",
          "valueSet": "http://hl7.org/fhir/ValueSet/device-type"
        }
      },
      {
        "id": "DeviceDefinition.classification.justification",
        "path": "DeviceDefinition.classification.justification",
        "short": "Further information qualifying this classification of the device model",
        "definition": "Further information qualifying this classification of the device model.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "RelatedArtifact"
          }
        ]
      },
      {
        "id": "DeviceDefinition.specialization",
        "extension": [
          {
            "url": "http://hl7.org/fhir/build/StructureDefinition/svg",
            "valueCode": "600,170"
          }
        ],
        "path": "DeviceDefinition.specialization",
        "short": "The capabilities supported on a  device, the standards to which the device conforms for a particular purpose, and used for the communication",
        "definition": "The capabilities supported on a  device, the standards to which the device conforms for a particular purpose, and used for the communication.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "RelatedArtifact"
          }
        ]
      },
      {
        "id": "DeviceDefinition.hasPart",
        "path": "DeviceDefinition.hasPart",
        "short": "A device, part of the current one",
        "definition": "A device that is part (for example a component) of the present device.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "DeviceDefinition.hasPart.reference",
        "path": "DeviceDefinition.hasPart.reference",
        "short": "Reference to the part",
        "definition": "Reference to the device that is part of the current device.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/DeviceDefinition"
            ]
          }
        ]
      },
      {
        "id": "DeviceDefinition.hasPart.count",
        "path": "DeviceDefinition.hasPart.count",
        "short": "Number of occurrences of the part",
        "definition": "Number of instances of the component device in the current device.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "DeviceDefinition.packaging",
        "path": "DeviceDefinition.packaging",
        "short": "Information about the packaging of the device, i.e. how the device is packaged",
        "definition": "Information about the packaging of the device, i.e. how the device is packaged.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "DeviceDefinition.packaging.identifier",
        "path": "DeviceDefinition.packaging.identifier",
        "short": "Business identifier of the packaged medication",
        "definition": "The business identifier of the packaged medication.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "DeviceDefinition.packaging.type",
        "path": "DeviceDefinition.packaging.type",
        "short": "A code that defines the specific type of packaging",
        "definition": "A code that defines the specific type of packaging.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "DeviceDefinition.packaging.count",
        "path": "DeviceDefinition.packaging.count",
        "short": "The number of items contained in the package (devices or sub-packages)",
        "definition": "The number of items contained in the package (devices or sub-packages).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "DeviceDefinition.packaging.distributor",
        "path": "DeviceDefinition.packaging.distributor",
        "short": "An organization that distributes the packaged device",
        "definition": "An organization that distributes the packaged device.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "DeviceDefinition.packaging.distributor.name",
        "path": "DeviceDefinition.packaging.distributor.name",
        "short": "Distributor's human-readable name",
        "definition": "Distributor's human-readable name.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DeviceDefinition.packaging.distributor.organizationReference",
        "path": "DeviceDefinition.packaging.distributor.organizationReference",
        "short": "Distributor as an Organization resource",
        "definition": "Distributor as an Organization resource.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/Organization"
            ]
          }
        ]
      },
      {
        "id": "DeviceDefinition.packaging.udiDeviceIdentifier",
        "path": "DeviceDefinition.packaging.udiDeviceIdentifier",
        "short": "Unique Device Identifier (UDI) Barcode string on the packaging",
        "definition": "Unique Device Identifier (UDI) Barcode string on the packaging.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "DeviceDefinition.packaging.udiDeviceIdentifier.deviceIdentifier",
        "path": "DeviceDefinition.packaging.udiDeviceIdentifier.deviceIdentifier",
        "short": "Identifier to be associated with every instance for issuer and jurisdiction",
        "definition": "Identifier to be associated with every instance for issuer and jurisdiction.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DeviceDefinition.packaging.udiDeviceIdentifier.issuer",
        "path": "DeviceDefinition.packaging.udiDeviceIdentifier.issuer",
        "short": "The organization that assigns the identifier algorithm",
        "definition": "The organization that assigns the identifier algorithm.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ]
      },
      {
        "id": "DeviceDefinition.packaging.udiDeviceIdentifier.jurisdiction",
        "path": "DeviceDefinition.packaging.udiDeviceIdentifier.jurisdiction",
        "short": "The jurisdiction to which the deviceIdentifier applies",
        "definition": "The jurisdiction to which the deviceIdentifier applies.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ]
      },
      {
        "id": "DeviceDefinition.packaging.udiDeviceIdentifier.marketDistribution",
        "path": "DeviceDefinition.packaging.udiDeviceIdentifier.marketDistribution",
        "short": "Indicates whether and when the device is available on the market",
        "definition": "The organization that assigns the identifier algorithm.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "DeviceDefinition.packaging.udiDeviceIdentifier.marketDistribution.marketPeriod",
        "path": "DeviceDefinition.packaging.udiDeviceIdentifier.marketDistribution.marketPeriod",
        "short": "Begin and end dates for the commercial distribution of the device",
        "definition": "Begin and end dates for the commercial distribution of the device.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "DeviceDefinition.packaging.udiDeviceIdentifier.marketDistribution.subJurisdiction",
        "path": "DeviceDefinition.packaging.udiDeviceIdentifier.marketDistribution.subJurisdiction",
        "short": "National state or territory where the device is commercialized",
        "definition": "National state or territory to which the marketDistribution refers, typically where the device is commercialized.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ]
      },
      {
        "id": "DeviceDefinition.packaging.packaging",
        "path": "DeviceDefinition.packaging.packaging",
        "short": "Allows packages within packages",
        "definition": "Allows packages within packages.",
        "min": 0,
        "max": "*",
        "contentReference": "#DeviceDefinition.packaging"
      },
      {
        "id": "DeviceDefinition.version",
        "path": "DeviceDefinition.version",
        "short": "The version of the device or software",
        "definition": "The version of the device or software.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "DeviceDefinition.version.type",
        "path": "DeviceDefinition.version.type",
        "short": "The type of the device version, e.g. manufacturer, approved, internal",
        "definition": "The type of the device version, e.g. manufacturer, approved, internal.",
        "alias": [
          "Σ"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "DeviceDefinition.version.component",
        "path": "DeviceDefinition.version.component",
        "short": "The hardware or software module of the device to which the version applies",
        "definition": "The hardware or software module of the device to which the version applies.",
        "comment": "Note that the module of the device would not need to be tracked as a separate device, e.g., using different UDI, thus would typically involve one or more software modules. For example, a device may involve two software modules each on a different version.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "mapping": [
          {
            "identity": "w5",
            "map": "FiveWs.what[x]"
          }
        ]
      },
      {
        "id": "DeviceDefinition.version.value",
        "path": "DeviceDefinition.version.value",
        "short": "The version text",
        "definition": "The version text.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DeviceDefinition.safety",
        "path": "DeviceDefinition.safety",
        "short": "Safety characteristics of the device",
        "definition": "Safety characteristics of the device.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "isSummary": true,
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "Safety"
            }
          ],
          "strength": "example",
          "valueSet": "http://hl7.org/fhir/ValueSet/device-safety"
        }
      },
      {
        "id": "DeviceDefinition.shelfLifeStorage",
        "path": "DeviceDefinition.shelfLifeStorage",
        "short": "Shelf Life and storage information",
        "definition": "Shelf Life and storage information.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ProductShelfLife"
          }
        ]
      },
      {
        "id": "DeviceDefinition.languageCode",
        "path": "DeviceDefinition.languageCode",
        "short": "Language code for the human-readable text strings produced by the device (all supported)",
        "definition": "Language code for the human-readable text strings produced by the device (all supported).",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "DeviceDefinition.property",
        "extension": [
          {
            "url": "http://hl7.org/fhir/build/StructureDefinition/svg",
            "valueCode": "600,240"
          }
        ],
        "path": "DeviceDefinition.property",
        "short": "The potential, valid configuration settings of a device, e.g., regulation status, time properties",
        "definition": "The potential, valid configuration settings of a device, e.g., regulation status, time properties.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "DeviceDefinition.property.type",
        "path": "DeviceDefinition.property.type",
        "short": "Code that specifies the property",
        "definition": "Code that specifies the property.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "DeviceDefinition.property.value[x]",
        "path": "DeviceDefinition.property.value[x]",
        "short": "Property value - as a code or quantity",
        "definition": "Property value - the data type depends on the property type.",
        "comment": "The usage of CodeableConcept is for concepts that are normally coded but for which a code is not available - for example a device implant size that is not standardized. The property string is for text characteristics, e.g. long descriptions, warnings, etc.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity"
          },
          {
            "code": "CodeableConcept"
          },
          {
            "code": "string"
          },
          {
            "code": "boolean"
          },
          {
            "code": "integer"
          },
          {
            "code": "Range"
          },
          {
            "code": "Attachment"
          }
        ]
      },
      {
        "id": "DeviceDefinition.owner",
        "path": "DeviceDefinition.owner",
        "short": "Organization responsible for device",
        "definition": "An organization that is responsible for the provision and ongoing maintenance of the device.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Organization"
            ]
          }
        ],
        "mapping": [
          {
            "identity": "w5",
            "map": "FiveWs.source"
          },
          {
            "identity": "rim",
            "map": ".playedRole[typeCode=OWN].scoper"
          }
        ]
      },
      {
        "id": "DeviceDefinition.contact",
        "path": "DeviceDefinition.contact",
        "short": "Details for human/organization for support",
        "definition": "Contact details for an organization or a particular human that is responsible for the device.",
        "comment": "used for troubleshooting etc.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactPoint"
          }
        ],
        "mapping": [
          {
            "identity": "w5",
            "map": "FiveWs.source"
          },
          {
            "identity": "rim",
            "map": ".scopedRole[typeCode=CON].player"
          }
        ]
      },
      {
        "id": "DeviceDefinition.link",
        "path": "DeviceDefinition.link",
        "short": "An associated device, attached to, used with, communicating with or linking a previous or new device model to the focal device",
        "definition": "An associated device, attached to, used with, communicating with or linking a previous or new device model to the focal device.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "DeviceDefinition.link.relation",
        "path": "DeviceDefinition.link.relation",
        "short": "The type indicates the relationship of the related device to the device instance",
        "definition": "The type indicates the relationship of the related device to the device instance.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "DeviceDefinitionRelationType"
            }
          ],
          "strength": "extensible",
          "description": "The type of relation between this and the linked device.",
          "valueSet": "http://hl7.org/fhir/ValueSet/devicedefinition-relationtype"
        }
      },
      {
        "id": "DeviceDefinition.link.relatedDevice",
        "path": "DeviceDefinition.link.relatedDevice",
        "short": "A reference to the linked device",
        "definition": "A reference to the linked device.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableReference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/DeviceDefinition"
            ]
          }
        ]
      },
      {
        "id": "DeviceDefinition.note",
        "path": "DeviceDefinition.note",
        "short": "Device notes and comments",
        "definition": "Descriptive information, usage information or implantation information that is not captured in an existing element.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Annotation"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": ".text"
          }
        ]
      },
      {
        "id": "DeviceDefinition.parentDevice",
        "path": "DeviceDefinition.parentDevice",
        "short": "The parent device it can be part of",
        "definition": "The parent device it can be part of.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/DeviceDefinition"
            ]
          }
        ],
        "isSummary": true
      },
      {
        "id": "DeviceDefinition.material",
        "extension": [
          {
            "url": "http://hl7.org/fhir/build/StructureDefinition/svg",
            "valueCode": "350,240"
          }
        ],
        "path": "DeviceDefinition.material",
        "short": "A substance used to create the material(s) of which the device is made",
        "definition": "A substance used to create the material(s) of which the device is made.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "DeviceDefinition.material.substance",
        "path": "DeviceDefinition.material.substance",
        "short": "A relevant substance that the device contains, may contain, or is made of",
        "definition": "A substance that the device contains, may contain, or is made of - for example latex - to be used to determine patient compatibility. This is not intended to represent the composition of the device, only the clinically relevant materials.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "DeviceDefinition.material.alternate",
        "path": "DeviceDefinition.material.alternate",
        "short": "Indicates an alternative material of the device",
        "definition": "Indicates an alternative material of the device.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "DeviceDefinition.material.allergenicIndicator",
        "path": "DeviceDefinition.material.allergenicIndicator",
        "short": "Whether the substance is a known or suspected allergen",
        "definition": "Whether the substance is a known or suspected allergen.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "DeviceDefinition.productionIdentifierInUDI",
        "path": "DeviceDefinition.productionIdentifierInUDI",
        "short": "lot-number | manufactured-date | serial-number | expiration-date | biological-source | software-version",
        "definition": "Indicates the production identifier(s) that are expected to appear in the UDI carrier on the device label.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "DeviceProductionIdentifierInUDI"
            }
          ],
          "strength": "required",
          "description": "The production identifier(s) that are expected to appear in the UDI carrier.",
          "valueSet": "http://hl7.org/fhir/ValueSet/device-productidentifierinudi"
        }
      },
      {
        "id": "DeviceDefinition.guideline",
        "path": "DeviceDefinition.guideline",
        "short": "Information aimed at providing directions for the usage of this model of device",
        "definition": "Information aimed at providing directions for the usage of this model of device.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "DeviceDefinition.guideline.useContext",
        "path": "DeviceDefinition.guideline.useContext",
        "short": "The circumstances that form the setting for using the device",
        "definition": "The circumstances that form the setting for using the device.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "UsageContext"
          }
        ]
      },
      {
        "id": "DeviceDefinition.guideline.usageInstruction",
        "path": "DeviceDefinition.guideline.usageInstruction",
        "short": "Detailed written and visual directions for the user on how to use the device",
        "definition": "Detailed written and visual directions for the user on how to use the device.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "markdown"
          }
        ]
      },
      {
        "id": "DeviceDefinition.guideline.relatedArtifact",
        "path": "DeviceDefinition.guideline.relatedArtifact",
        "short": "A source of information or reference for this guideline",
        "definition": "A source of information or reference for this guideline.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "RelatedArtifact"
          }
        ]
      },
      {
        "id": "DeviceDefinition.guideline.indication",
        "path": "DeviceDefinition.guideline.indication",
        "short": "A clinical condition for which the device was designed to be used",
        "definition": "A clinical condition for which the device was designed to be used.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableReference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/ClinicalUseDefinition"
            ]
          }
        ]
      },
      {
        "id": "DeviceDefinition.guideline.contraindication",
        "path": "DeviceDefinition.guideline.contraindication",
        "short": "A specific situation when a device should not be used because it may cause harm",
        "definition": "A specific situation when a device should not be used because it may cause harm.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableReference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/ClinicalUseDefinition"
            ]
          }
        ]
      },
      {
        "id": "DeviceDefinition.guideline.warning",
        "path": "DeviceDefinition.guideline.warning",
        "short": "Specific hazard alert information that a user needs to know before using the device",
        "definition": "Specific hazard alert information that a user needs to know before using the device.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableReference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/ClinicalUseDefinition"
            ]
          }
        ]
      },
      {
        "id": "DeviceDefinition.guideline.intendedUse",
        "path": "DeviceDefinition.guideline.intendedUse",
        "short": "A description of the general purpose or medical use of the device or its function",
        "definition": "A description of the general purpose or medical use of the device or its function.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DeviceDefinition.correctiveAction",
        "extension": [
          {
            "url": "http://hl7.org/fhir/build/StructureDefinition/svg",
            "valueCode": "350,0"
          }
        ],
        "path": "DeviceDefinition.correctiveAction",
        "short": "Tracking of latest field safety corrective action",
        "definition": "Tracking of latest field safety corrective action.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "DeviceDefinition.correctiveAction.recall",
        "path": "DeviceDefinition.correctiveAction.recall",
        "short": "Whether the corrective action was a recall",
        "definition": "Whether the last corrective action known for this device was a recall.",
        "comment": "When a field safety action has been initiated but not yet resulted in a recall, this element will be set to 'false'.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "DeviceDefinition.correctiveAction.scope",
        "path": "DeviceDefinition.correctiveAction.scope",
        "short": "model | lot-numbers | serial-numbers",
        "definition": "The scope of the corrective action - whether the action targeted all units of a given device model, or only a specific set of batches identified by lot numbers, or individually identified devices identified by the serial name.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString": "DeviceCorrectiveActionScope"
            }
          ],
          "strength": "required",
          "description": "The type or scope of the corrective action.",
          "valueSet": "http://hl7.org/fhir/ValueSet/device-correctiveactionscope"
        }
      },
      {
        "id": "DeviceDefinition.correctiveAction.period",
        "path": "DeviceDefinition.correctiveAction.period",
        "short": "Start and end dates of the  corrective action",
        "definition": "Start and end dates of the  corrective action.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "DeviceDefinition.chargeItem",
        "path": "DeviceDefinition.chargeItem",
        "short": "Billing code or reference associated with the device",
        "definition": "Billing code or reference associated with the device.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "DeviceDefinition.chargeItem.chargeItemCode",
        "path": "DeviceDefinition.chargeItem.chargeItemCode",
        "short": "The code or reference for the charge item",
        "definition": "The code or reference for the charge item.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableReference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition"
            ]
          }
        ]
      },
      {
        "id": "DeviceDefinition.chargeItem.count",
        "path": "DeviceDefinition.chargeItem.count",
        "short": "Coefficient applicable to the billing code",
        "definition": "Coefficient applicable to the billing code.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "DeviceDefinition.chargeItem.effectivePeriod",
        "path": "DeviceDefinition.chargeItem.effectivePeriod",
        "short": "A specific time period in which this charge item applies",
        "definition": "A specific time period in which this charge item applies.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "DeviceDefinition.chargeItem.useContext",
        "path": "DeviceDefinition.chargeItem.useContext",
        "short": "The context to which this charge item applies",
        "definition": "The context to which this charge item applies.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "UsageContext"
          }
        ]
      }
    ]
  }
}