PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.core@0.0.0
    http://hl7.org/fhir/us/core/StructureDefinition/us-core-device
{
  "description": null,
  "_filename": "StructureDefinition-us-core-device.json",
  "package_name": "hl7.fhir.us.core",
  "date": "2016-08-01",
  "derivation": "constraint",
  "publisher": "Health Level Seven International (FHIR-Infrastructure)",
  "name": "US Core Implanted Device Profile",
  "mapping": [ {
    "uri": "http://www.fda.gov/MedicalDevices/DeviceRegulationandGuidance/UniqueDeviceIdentification/default.htm",
    "name": "UDI Mapping",
    "identity": "udi"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/fhir/w5",
    "name": "W5 Mapping",
    "identity": "w5"
  } ],
  "abstract": false,
  "type": "Device",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "0.0.0",
  "snapshot": {
    "element": [ {
      "constraint": [ {
        "key": "dom-2",
        "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources",
        "xpath": "not(parent::f:contained and f:contained)",
        "source": "DomainResource",
        "severity": "error",
        "expression": "contained.contained.empty()"
      }, {
        "key": "dom-1",
        "human": "If the resource is contained in another resource, it SHALL NOT contain any narrative",
        "xpath": "not(parent::f:contained and f:text)",
        "source": "DomainResource",
        "severity": "error",
        "expression": "contained.text.empty()"
      }, {
        "key": "dom-4",
        "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated",
        "xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))",
        "source": "DomainResource",
        "severity": "error",
        "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()"
      }, {
        "key": "dom-3",
        "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource",
        "xpath": "not(exists(for $id in f:contained/*/@id return $id[not(ancestor::f:contained/parent::*/descendant::f:reference/@value=concat('#', $id))]))",
        "source": "DomainResource",
        "severity": "error",
        "expression": "contained.where(('#'+id in %resource.descendants().reference).not()).empty()"
      } ],
      "path": "Device",
      "min": 0,
      "definition": "The US Core Implanted Device Profile is based upon the core FHIR Device Resource and created to meet the 2015 Edition Common Clinical Data Set 'Unique device identifier(s) for a patient’s implantable device(s)' requirements.",
      "short": "US Core Implanted Device Profile",
      "mapping": [ {
        "map": "Entity. Role, or Act",
        "identity": "rim"
      }, {
        "map": "N/A",
        "identity": "udi"
      }, {
        "map": "Device",
        "identity": "rim"
      }, {
        "map": "administrative.device",
        "identity": "w5"
      } ],
      "mustSupport": false,
      "sliceName": "USCoreDevice",
      "max": "*",
      "id": "Device:uscoredevice",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Device"
      },
      "isSummary": false
    }, {
      "path": "Device.id",
      "min": 0,
      "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
      "short": "Logical id of this artifact",
      "comments": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.",
      "type": [ {
        "code": "id"
      } ],
      "max": "1",
      "id": "Device:uscoredevice.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.id"
      },
      "isSummary": true
    }, {
      "path": "Device.meta",
      "min": 0,
      "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource.",
      "short": "Metadata about the resource",
      "type": [ {
        "code": "Meta"
      } ],
      "max": "1",
      "id": "Device:uscoredevice.meta",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.meta"
      },
      "isSummary": true
    }, {
      "path": "Device.implicitRules",
      "min": 0,
      "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content.",
      "isModifier": true,
      "short": "A set of rules under which this content was created",
      "comments": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element as much as possible.",
      "type": [ {
        "code": "uri"
      } ],
      "max": "1",
      "id": "Device:uscoredevice.implicitRules",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.implicitRules"
      },
      "isSummary": true
    }, {
      "path": "Device.language",
      "min": 0,
      "definition": "The base language in which the resource is written.",
      "short": "Language of the resource content",
      "comments": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies  to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource  Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).",
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "extensible",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
          "valueReference": {
            "reference": "http://hl7.org/fhir/ValueSet/all-languages"
          }
        } ],
        "description": "A human language.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "max": "1",
      "id": "Device:uscoredevice.language",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.language"
      }
    }, {
      "path": "Device.text",
      "min": 0,
      "definition": "A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
      "short": "Text summary of the resource, for human interpretation",
      "comments": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied).  This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded in formation is added later.",
      "mapping": [ {
        "map": "Act.text?",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Narrative"
      } ],
      "alias": [ "narrative", "html", "xhtml", "display" ],
      "max": "1",
      "id": "Device:uscoredevice.text",
      "condition": [ "dom-1" ],
      "base": {
        "max": "1",
        "min": 0,
        "path": "DomainResource.text"
      }
    }, {
      "path": "Device.contained",
      "min": 0,
      "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
      "short": "Contained, inline Resources",
      "comments": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again.",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Resource"
      } ],
      "alias": [ "inline resources", "anonymous resources", "contained resources" ],
      "max": "*",
      "id": "Device:uscoredevice.contained",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.contained"
      }
    }, {
      "path": "Device.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the resource. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "short": "Additional Content defined by implementations",
      "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "Device:uscoredevice.extension",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.extension"
      }
    }, {
      "path": "Device.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "Device:uscoredevice.modifierExtension",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.modifierExtension"
      }
    }, {
      "path": "Device.identifier",
      "min": 0,
      "definition": "Unique instance identifiers assigned to a device by manufacturers other organizations or owners.",
      "short": "Instance identifier",
      "comments": "The barcode string from a barcode present on a device label or package may identify the instance, include names given to the device in local usage, or may identify the type of device. If the identifier identifies the type of device, Device.type element should be used.  For [UDI](device.html#5.11.3.2.2),  this element corresponds to the variable portion of the UDI that identifies the serial number of a specific device. See [UDI mappings](device-mappings.html#udi) for a complete mapping of UDI parts to Device.",
      "mapping": [ {
        "map": "The serial number which is a component of the the production identifier (PI), a conditional, variable portion of a UDI.   The identifier.type code should be set to “SNO”(Serial Number) and the system left empty.",
        "identity": "udi"
      }, {
        "map": ".id",
        "identity": "rim"
      }, {
        "map": "id",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "Identifier"
      } ],
      "alias": [ "Serial Number" ],
      "max": "*",
      "id": "Device:uscoredevice.identifier",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Device.identifier"
      }
    }, {
      "path": "Device.udiCarrier",
      "min": 1,
      "definition": "[Unique device identifier (UDI)](device.html#5.11.3.2.2) barcode or rfid string assigned to device label or package.",
      "short": "Unique Device Identifier (UDI) Barcode string",
      "comments": "The udiCarrier string may identify an unique instance of a device, or it may only identify the type of the device. The Human Readable format (HRF) is required in FHIR. AIDC identifiers cannot be conveyed in FHIR, Because of limitations on character sets in XML and the need to round-trip JSON data through XML.  See [UDI mappings](device-mappings.html#udi) for a complete mapping of UDI parts to Device.",
      "mapping": [ {
        "map": "The full UDI carrier - The Human Readable Form (HRF) representation of the barcode string as printed on the packaging of the device.  The  'type' component should be set to “UDI” and the 'system' component to the the appropriate repository url.  the additional URL is needed to identify the authoritative source for UDI generation within the jurisdiction.  All UDIs are globally unique within a single namespace. with the appropriate repository uri as the system.  This allows a recipient of a UDI to know which database will contain the UDI-associated metadata.  For example,  UDIs of devices managed in the U.S. by the FDA, the value is  http://hl7.org/fhir/NamingSystem/fda-udi.  Because of limitations on character sets in XML and the need to round-trip JSON data through XML, AIDC identifiers cannot be conveyed in FHIR.",
        "identity": "udi"
      }, {
        "map": ".id[where root is root for UDI]",
        "identity": "rim"
      }, {
        "map": "id",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "Identifier"
      } ],
      "mustSupport": true,
      "alias": [ "UDI", "Barcode String" ],
      "max": "1",
      "id": "Device:uscoredevice.udiCarrier",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Device.udiCarrier"
      },
      "isSummary": false
    }, {
      "path": "Device.status",
      "min": 0,
      "definition": "Status of the Device availability.",
      "isModifier": true,
      "short": "available | not-available | entered-in-error",
      "mapping": [ {
        "map": "N/A",
        "identity": "udi"
      }, {
        "map": ".statusCode",
        "identity": "rim"
      }, {
        "map": "status",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "required",
        "description": "The availability status of the device.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/devicestatus"
        }
      },
      "max": "1",
      "id": "Device:uscoredevice.status",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Device.status"
      },
      "isSummary": true
    }, {
      "path": "Device.type",
      "min": 1,
      "definition": "Code or identifier to identify a kind of device.",
      "short": "What kind of device this is",
      "comments": "There can be different code values thath may correspond to different granularities of the same concept.  These can be represented as translations using  the [codeableConcept](datatypes.html#codeableconcept) datatype.  For [UDI](device.html#5.11.3.2.2), this element corresponds to the UDI device identifier (DI) part. See [UDI mappings](device-mappings.html#udi) for a complete mapping of UDI parts to Device.",
      "mapping": [ {
        "map": "The device identifier (DI), a mandatory, fixed portion of a UDI that identifies the labeler and the specific version or model of a devicet.  The system uri should be included. Possible URIs include GS1 DIs:   http://hl7.org/fhir/NamingSystem/gs1-di HIBCC DIs:  http://hl7.org/fhir/NamingSystem/hibcc-di ICCBBA DIs for blood containers:  http://hl7.org/fhir/NamingSystem/iccbba-blood-di ICCBA DIs for other devices:  http://hl7.org/fhir/NamingSystem/iccbba-other-di",
        "identity": "udi"
      }, {
        "map": ".code",
        "identity": "rim"
      }, {
        "map": "what",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "mustSupport": true,
      "binding": {
        "strength": "extensible",
        "description": "Codes to identify medical devices",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/device-kind"
        }
      },
      "max": "1",
      "id": "Device:uscoredevice.type",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Device.type"
      },
      "isSummary": false
    }, {
      "path": "Device.lotNumber",
      "min": 0,
      "definition": "Lot number assigned by the manufacturer.",
      "short": "Lot number of manufacture",
      "comments": "Alphanumeric. For [UDI](device.html#5.11.3.2.2), this element corresponds to the variable portion of a UDI that identifies the lot or batch number within which a physical instance of a device was manufactured. See [UDI mappings](device-mappings.html#udi) for a complete mapping of UDI parts to Device.",
      "mapping": [ {
        "map": "The lot or batch number within which a device was manufactured - which is a component of the the production identifier (PI), a conditional, variable portion of a UDI.",
        "identity": "udi"
      }, {
        "map": ".lotNumberText",
        "identity": "rim"
      }, {
        "map": "what",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "max": "1",
      "id": "Device:uscoredevice.lotNumber",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Device.lotNumber"
      }
    }, {
      "path": "Device.manufacturer",
      "min": 0,
      "definition": "A name of the manufacturer.",
      "short": "Name of device manufacturer",
      "mapping": [ {
        "map": "N/A",
        "identity": "udi"
      }, {
        "map": ".playedRole[typeCode=MANU].scoper.name",
        "identity": "rim"
      }, {
        "map": "what",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "max": "1",
      "id": "Device:uscoredevice.manufacturer",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Device.manufacturer"
      }
    }, {
      "path": "Device.manufactureDate",
      "min": 0,
      "definition": "The date and time when the device was manufactured.",
      "short": "Date when the device was made",
      "comments": "For [UDI](device.html#5.11.3.2.2), this element corresponds to the variable portion of a UDI that identifies the date a physical instance of a device was manufactured. See [UDI mappings](device-mappings.html#udi) for a complete mapping of UDI parts to Device.",
      "mapping": [ {
        "map": "The date a specific device was manufactured - which is a component of the the production identifier (PI), a conditional, variable portion of a UDI.  For FHIR, The datetime syntax must converted to YYYY-MM-DD[THH:MM:SS].  If hour is present, the minutes and seconds should both be set to “00”.",
        "identity": "udi"
      }, {
        "map": ".existenceTime.low",
        "identity": "rim"
      }, {
        "map": "what",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "dateTime"
      } ],
      "max": "1",
      "id": "Device:uscoredevice.manufactureDate",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Device.manufactureDate"
      }
    }, {
      "path": "Device.expirationDate",
      "min": 0,
      "definition": "The date and time beyond which this device is no longer valid or should not be used (if applicable).",
      "short": "Date and time of expiry of this device (if applicable)",
      "comments": "For [UDI](device.html#5.11.3.2.2), this element corresponds to the variable portion of a UDI that identifies the expiration date of a physical instance of a device. See [UDI mappings](device-mappings.html#udi) for a complete mapping of UDI parts to Device.",
      "mapping": [ {
        "map": "the expiration date of a specific device -  which is a component of the the production identifier (PI), a conditional, variable portion of a UDI.  For FHIR, The datetime syntax must converted to YYYY-MM-DD[THH:MM:SS].  If hour is present, the minutes and seconds should both be set to “00”.",
        "identity": "udi"
      }, {
        "map": ".expirationTime",
        "identity": "rim"
      }, {
        "map": "what",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "dateTime"
      } ],
      "max": "1",
      "id": "Device:uscoredevice.expirationDate",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Device.expirationDate"
      }
    }, {
      "path": "Device.model",
      "min": 0,
      "definition": "The \"model\" is an identifier assigned by the manufacturer to identify the product by its type. This number is shared by the all devices sold as the same type.",
      "short": "Model id assigned by the manufacturer",
      "mapping": [ {
        "map": "N/A",
        "identity": "udi"
      }, {
        "map": ".playedRole[typeCode=MANU].code",
        "identity": "rim"
      }, {
        "map": "what",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "max": "1",
      "id": "Device:uscoredevice.model",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Device.model"
      }
    }, {
      "path": "Device.version",
      "min": 0,
      "definition": "The version of the device, if the device has multiple releases under the same model, or if the device is software or carries firmware.",
      "short": "Version number (i.e. software)",
      "mapping": [ {
        "map": "N/A",
        "identity": "udi"
      }, {
        "map": ".softwareName (included as part)",
        "identity": "rim"
      }, {
        "map": "what",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "max": "1",
      "id": "Device:uscoredevice.version",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Device.version"
      }
    }, {
      "path": "Device.patient",
      "requirements": "If the device is implanted in a patient, then need to associate the device to the patient.",
      "min": 1,
      "definition": "Patient information, If the device is affixed to a person.",
      "short": "Patient to whom Device is affixed",
      "mapping": [ {
        "map": "N/A",
        "identity": "udi"
      }, {
        "map": ".playedRole[typeCode=USED].scoper.playedRole[typeCode=PAT]",
        "identity": "rim"
      }, {
        "map": "who.focus",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "Device:uscoredevice.patient",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Device.patient"
      },
      "isSummary": false
    }, {
      "path": "Device.owner",
      "min": 0,
      "definition": "An organization that is responsible for the provision and ongoing maintenance of the device.",
      "short": "Organization responsible for device",
      "mapping": [ {
        "map": "N/A",
        "identity": "udi"
      }, {
        "map": ".playedRole[typeCode=OWN].scoper",
        "identity": "rim"
      }, {
        "map": "who.source",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
      } ],
      "max": "1",
      "id": "Device:uscoredevice.owner",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Device.owner"
      }
    }, {
      "path": "Device.contact",
      "min": 0,
      "definition": "Contact details for an organization or a particular human that is responsible for the device.",
      "short": "Details for human/organization for support",
      "comments": "used for troubleshooting etc.",
      "mapping": [ {
        "map": "N/A",
        "identity": "udi"
      }, {
        "map": ".scopedRole[typeCode=CON].player",
        "identity": "rim"
      }, {
        "map": "who.source",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "ContactPoint"
      } ],
      "max": "*",
      "id": "Device:uscoredevice.contact",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Device.contact"
      }
    }, {
      "path": "Device.location",
      "requirements": "Device.location can be used to track device location.",
      "min": 0,
      "definition": "The place where the device can be found.",
      "short": "Where the resource is found",
      "mapping": [ {
        "map": "N/A",
        "identity": "udi"
      }, {
        "map": ".playedRole[typeCode=LOCE].scoper",
        "identity": "rim"
      }, {
        "map": "where",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": "http://hl7.org/fhir/StructureDefinition/Location"
      } ],
      "max": "1",
      "id": "Device:uscoredevice.location",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Device.location"
      }
    }, {
      "path": "Device.url",
      "min": 0,
      "definition": "A network address on which the device may be contacted directly.",
      "short": "Network address to contact device",
      "comments": "If the device is running a FHIR server, the network address should  be the Base URL from which a conformance statement may be retrieved.",
      "mapping": [ {
        "map": "N/A",
        "identity": "udi"
      }, {
        "map": ".telecom",
        "identity": "rim"
      }, {
        "map": "where",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "uri"
      } ],
      "max": "1",
      "id": "Device:uscoredevice.url",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Device.url"
      }
    }, {
      "path": "Device.note",
      "min": 0,
      "definition": "Descriptive information, usage information or implantation information that is not captured in an existing element.",
      "short": "Device notes and comments",
      "mapping": [ {
        "map": "N/A",
        "identity": "udi"
      }, {
        "map": ".text",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Annotation"
      } ],
      "max": "*",
      "id": "Device:uscoredevice.note",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Device.note"
      }
    } ]
  },
  "status": "draft",
  "id": "1b7ad37c-0241-4814-8b78-e2a8e59b8e03",
  "kind": "resource",
  "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-device",
  "version": null,
  "differential": {
    "element": [ {
      "id": "Device:uscoredevice",
      "path": "Device",
      "short": "US Core Implanted Device Profile",
      "isSummary": false,
      "sliceName": "USCoreDevice",
      "definition": "The US Core Implanted Device Profile is based upon the core FHIR Device Resource and created to meet the 2015 Edition Common Clinical Data Set 'Unique device identifier(s) for a patient’s implantable device(s)' requirements.",
      "isModifier": false,
      "mustSupport": false
    }, {
      "path": "Device.udiCarrier",
      "min": 1,
      "isModifier": false,
      "type": [ {
        "code": "Identifier"
      } ],
      "mustSupport": true,
      "alias": [ "UDI", "Barcode String" ],
      "max": "1",
      "id": "Device:uscoredevice.udiCarrier",
      "isSummary": false
    }, {
      "path": "Device.type",
      "min": 1,
      "isModifier": false,
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "mustSupport": true,
      "binding": {
        "strength": "extensible",
        "description": "Codes to identify medical devices",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/device-kind"
        }
      },
      "max": "1",
      "id": "Device:uscoredevice.type",
      "isSummary": false
    }, {
      "id": "Device:uscoredevice.patient",
      "max": "1",
      "min": 1,
      "path": "Device.patient",
      "type": [ {
        "code": "Reference",
        "targetProfile": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
      } ],
      "isSummary": false,
      "isModifier": false,
      "mustSupport": true
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "http://www.healthit.gov",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Device"
}