{
  "resourceType": "StructureDefinition",
  "status": "active",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Communication",
  "abstract": false,
  "url": "http://legacy.aidbox.app/fhir/StructureDefinition/Communication",
  "name": "Communication",
  "title": "MediKIT Communication Profile",
  "description": "Patient profile for MediKIT with Dutch healthcare extensions",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Communication profile for MediKIT with Dutch healthcare extensions</div>"
  },
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Communication",
        "path": "Communication"
      },
      {
        "id": "Communication._recipient.extension:practitionerRole",
        "path": "Communication._recipient.extension",
        "sliceName": "practitionerRole",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://medikit.nl/fhir/StructureDefinition/aidbox-legacy-fce/Communication._recipient/practitionerRole"
            ]
          }
        ]
      },
      {
        "id": "Communication._sender.extension:practitionerRole",
        "path": "Communication._sender.extension",
        "sliceName": "practitionerRole",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://medikit.nl/fhir/StructureDefinition/aidbox-legacy-fce/Communication._sender/practitionerRole"
            ]
          }
        ]
      }
    ]
  }
}