{
  "resourceType": "StructureDefinition",
  "id": "zd-communication",
  "url": "http://zorgdomein.nl/fhir/StructureDefinition/zd-communication",
  "name": "ZD Communication",
  "status": "draft",
  "date": "2020-06-17T11:00:00+00:00",
  "publisher": "ZorgDomein",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://zorgdomein.com/integrator"
        },
        {
          "system": "email",
          "value": "io@zorgdomein.nl"
        }
      ]
    }
  ],
  "fhirVersion": "3.0.2",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/w5",
      "name": "W5 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Communication",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Communication",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Communication.basedOn",
        "path": "Communication.basedOn",
        "short": "Task resource that is used to communicate a specific task to ZorgDomein during SSO",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://zorgdomein.nl/fhir/StructureDefinition/zd-task"
          }
        ]
      },
      {
        "id": "Communication.basedOn.reference",
        "path": "Communication.basedOn.reference",
        "min": 1
      },
      {
        "id": "Communication.payload",
        "path": "Communication.payload",
        "short": "Body text of the message or document",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Communication.payload.content[x]:contentString",
        "path": "Communication.payload.contentString",
        "sliceName": "contentString",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}