ImplantDevice

FHIR Profile

The Implant Device Resource refers to the implant used for breast surgery. The profile is accessible via ImplantDevice and presented below.

This profile is based on the Device base profile for FHIR version R4, see also Device.

idΣ0..1string
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
deviceFeaturesI0..*Extension(CodeableConcept)
modifierExtension?! I0..*Extension
id0..1string
extensionI0..*Extension
useΣ ?!0..1codeBinding
typeΣ0..1CodeableConceptBinding
systemΣ1..1uriFixed Value
valueΣ1..1string
periodΣ0..1Period
assignerΣ0..1Reference(Organization)
ReferenceNumber1..1Identifier
definition0..1Reference(DeviceDefinition)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
deviceIdentifierΣ1..1string
issuer0..1uri
jurisdiction0..1uri
carrierAIDCΣ0..1base64Binary
carrierHRFΣ1..1string
entryType1..1codeBinding
statusΣ ?!0..1codeBinding
statusReason0..*CodeableConceptBinding
distinctIdentifier0..1string
manufacturer1..1stringBinding
manufactureDate0..1dateTime
expirationDate1..1dateTime
lotNumber1..1string
serialNumber1..1string
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
name1..1string
type1..1codeBinding
modelNumber0..1string
partNumber0..1string
id0..1string
extensionI0..*Extension
id0..1string
extensionI0..*Extension
systemΣ1..1uriFixed Value
versionΣ0..1string
codeΣ1..1code
displayΣ0..1string
userSelectedΣ0..1boolean
textΣ0..1string
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
systemType1..1CodeableConcept
version0..1string
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
type0..1CodeableConcept
component0..1Identifier
value1..1string
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
type1..1CodeableConcept
valueQuantity0..*Quantity
valueCode0..*CodeableConcept
patient0..1Reference(Patient)
owner0..1Reference(Organization)
contact0..*ContactPoint
location0..1Reference(Location)
url0..1uri
note0..*Annotation
safetyΣ0..*CodeableConcept
parent0..1Reference(Device)

Mapping

Here is a list of the exact mapping for this FHIR Profile. The mapping includes the DICA variable and corresponding FHIR data element. In case of a DICA option set, the relation between the DICA options and available values within the FHIR data element are defined.

DICA variable FHIR Data Element DICA OptionSet Value DICA OptionSet FHIR ValueSet/Code/System
manufacturer manufacturer 131 n/a ImplantManufacturer
manother manufacturer n/a n/a n/a
gs1-serialno serialNumber n/a n/a n/a
gs1-lotno lotNumber n/a n/a n/a
refno identifier n/a n/a n/a
admcatalogus type.coding.system n/a n/a http://snomed.info/sct
implanttype type.coding.code 136 1-Permanent Implant 2282003
implanttype type.coding.code 136 2-Tissue expander 310630001
texture extension.deviceFeatures.texture 105 identical to ValueSet Implant Texture
coating extension.deviceFeatures.coating 139 identical to ValueSet Implant Coating
coatingother extension.deviceFeatures.coating n/a n/a n/a
fill extension.deviceFeatures.fill 106 identical to ValueSet Implant Fill
fillother extension.deviceFeatures.fillother n/a n/a n/a
shape extension.deviceFeatures.shape 107 identical to ValueSet Implant Shape
maxweightvol extension.deviceFeatures.weight n/a n/a n/a
gs1-expiry expirationDate n/a n/a n/a
gs1-gtin identifier.system n/a n/a 2.16.840.1.113883.2.4.3.11.60.40.2.10.1.3
gs1-gtin identifier.value n/a n/a n/a
gs1-ai-processing-status status 140 1-Success FHIRDeviceStatus - active
gs1-ai-processing-status status 140 2-Failure FHIRDeviceStatus - inactive
UDI udiCarrier.deviceIdentifier n/a n/a n/a
gs1-barcode udiCarrier.carrierHRF n/a n/a n/a
scan-manual-indicator udiCarrier.entryType 143 0-no UDIEntryType-manual
scan-manual-indicator udiCarrier.entryType 143 1-yes UDIEntryType-barcode
isdeviceregistered owner 101 1-yes n/a

Constraints

Constraints can refer to the cardinality of an element, required value or type of value.

The following constraints apply:

  • The Device Resource should contain at least one identifier. The identifier defines the GTIN represented by DICA variable gs1-gtin using predefined system and coding. See the example Resource below for its system and coding values.
  • The Device Resource should include the udiCarrier element. In this element, subelements carrierHRF, deviceIdentifier and entryType are required.
  • The Device should include the extension DeviceFeatures, which is explained in detail in DeviceFeatures.
  • If the device is registered by the hospital for the DBIR (isdeviceregistered), the owner element should refer to the Organization id of this hospital.
  • Element manufacturer is mandatory. The value should contain a code listed in ValueSet ImplantManufacturer. The codes in this ValueSet are identical to the codes used in DICA option set 131. In case of manother, set the value for this variable in the element, see example 2.

Example Device using coating and weightmaxvol variables and which has been registered by the hospital

{
   "resourceType":"Device",
   "id":"example-1-dbir-device",
   "meta":{
      "profile":[
         "http://mrdm.nl/profiles/fhir/r4/dbir/StructureDefinition/ImplantDevice"
      ]
   },
   "identifier":[
      {
         "system":"urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2.10.1.3",
         "value":"12345678901234",
         "type":{
            "coding":[
               {
                  "system":"http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code":"GTIN",
                  "display":"Global Trade Item Number"
               }
            ]
         }
      }
   ],
   "udiCarrier":{
      "deviceIdentifier":"12345678901234-20251231-LOT123456-SN1234567890",
      "carrierHRF":"(01)12345678901234",
      "entryType":"barcode"
   },
   "status":"active",
   "manufacturer":"32",
   "expirationDate":"2025-12-31",
   "lotNumber":"LOT123456",
   "serialNumber":"SN1234567890",
   "type":{
      "coding":[
         {
            "system":"http://snomed.info/sct",
            "code":"2282003",
            "display":"Breast prosthesis"
         }
      ]
   },
   "owner":{
      "reference":"Organization/1"
   },
  "extension": [
    {
      "url": "http://mrdm.nl/profiles/fhir/r4/dbir/StructureDefinition/DeviceFeatures",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://mrdm.nl/profiles/fhir/r4/dbir/StructureDefinition/DeviceFeatures/fill",
            "code": "4",
            "display": "Air"
          },
         {
            "system": "http://mrdm.nl/profiles/fhir/r4/dbir/StructureDefinition/DeviceFeatures/maxweightvol",
            "code": "445"
          }
        ]
      }
    }
  ]
}