{
  "resourceType": "StructureDefinition",
  "id": "DbirMeshAdmDevice",
  "url": "http://mrdm.nl/profiles/fhir/r4/dbir/StructureDefinition/MeshAdmDevice",
  "name": "DbirMeshAdmDevice",
  "status": "draft",
  "description": "The use of either an: • ADM: acellular dermal matrix • Mesh: absorbable or non-absorbable synthetic mesh.\r\n\r\nBoth are medical devices used in breast implant surgery where the mesh or matrix provides a soft tissue scaffold.\r\n\r\nExample of Mesh: A subpectoral implant-based breast reconstruction with mesh sewn in the inframammary fold, mastectomy flap, and lateral chest wall.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Device",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Device",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Device.identifier",
        "path": "Device.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "exists",
              "path": "id"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Device.identifier:catalogusno",
        "path": "Device.identifier",
        "sliceName": "catalogusno"
      },
      {
        "id": "Device.identifier:catalogusno.id",
        "path": "Device.identifier.id",
        "min": 1
      },
      {
        "id": "Device.identifier:catalogusno.value",
        "path": "Device.identifier.value",
        "min": 1
      },
      {
        "id": "Device.manufacturer",
        "path": "Device.manufacturer",
        "min": 1,
        "binding": {
          "strength": "preferred",
          "valueSet": "http://mrdm.nl/profiles/fhir/r4/dbir/ValueSet/Manufacturer"
        }
      },
      {
        "id": "Device.lotNumber",
        "path": "Device.lotNumber",
        "min": 1
      },
      {
        "id": "Device.serialNumber",
        "path": "Device.serialNumber",
        "min": 1
      },
      {
        "id": "Device.type",
        "path": "Device.type",
        "min": 1
      },
      {
        "id": "Device.type.coding.system",
        "path": "Device.type.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Device.type.coding.code",
        "path": "Device.type.coding.code",
        "min": 1
      }
    ]
  }
}