{
  "resourceType": "StructureDefinition",
  "id": "SurgeryImplantInsertion",
  "url": "http://mrdm.nl/profiles/fhir/r4/dbir/StructureDefinition/ImplantInsertion",
  "name": "SurgeryImplantInsertion",
  "status": "draft",
  "description": "This type of breast surgery is defined as the insertion of one or multiple breast implants. There are two types of surgery:\r\n\r\n- Primary surgery: initial insertion of a new device, i.e. an implant or tissue expander. \r\n- Insertion of a new device in a patient who has had previous surgery.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Procedure",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Procedure",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Procedure.code",
        "path": "Procedure.code",
        "min": 1
      },
      {
        "id": "Procedure.code.coding",
        "path": "Procedure.code.coding",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Procedure.code.coding.system",
        "path": "Procedure.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Procedure.code.coding.code",
        "path": "Procedure.code.coding.code",
        "short": "Insertion of prosthesis for breast",
        "min": 1,
        "fixedCode": "302343007"
      },
      {
        "id": "Procedure.performed[x]",
        "path": "Procedure.performed[x]",
        "min": 1
      },
      {
        "id": "Procedure.bodySite",
        "path": "Procedure.bodySite",
        "code": [
          {
            "system": "http://snomed.info/sct",
            "code": "24028007",
            "display": "Right"
          },
          {
            "system": "http://snomed.info/sct",
            "code": "7771000",
            "display": "Left"
          }
        ],
        "definition": "The breast implant surgery can be performed on either the left or right breast",
        "min": 1
      }
    ]
  }
}