PackagesCanonicalsLogsProblems
    Packages
    ehealthplatform.be.r4.federalprofiles@1.1.40-beta
    https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-communication
{
  "description": "This is the technical specification for the Communication resource, as it is used in Belgium.\\nThis specification is compatible with the current version of KMEHR Diary Note, namely the selection of attributes that are supported, and the maximum length of the payload (320 characters).\\nIt also relies on the foundation Belgium resources, for example the Belgian Patient, Practitioner and other resources.",
  "_filename": "StructureDefinition-be-communication.json",
  "package_name": "ehealthplatform.be.r4.federalprofiles",
  "date": "2021-01-18T09:02:46+00:00",
  "derivation": "constraint",
  "publisher": "eHealth Platform",
  "fhirVersion": "4.0.1",
  "jurisdiction": [ {
    "text": "Belgium",
    "coding": [ {
      "code": "056",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm"
    } ]
  } ],
  "name": "BeCommunication",
  "mapping": [ {
    "uri": "http://hl7.org/fhir/workflow",
    "name": "Workflow Pattern",
    "identity": "workflow"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  } ],
  "abstract": false,
  "type": "Communication",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "BeCommunication",
  "package_version": "1.1.40-beta",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
    "valueString": "Clinical.Request & Response"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
    "valueCode": "patient"
  } ],
  "status": "active",
  "id": "71f8cc53-efaf-43a3-aef4-5714f9dccdde",
  "kind": "resource",
  "url": "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-communication",
  "version": "1.0.0",
  "differential": {
    "element": [ {
      "id": "Communication.identifier",
      "path": "Communication.identifier",
      "short": "Unique identifier for this communication",
      "definition": "Unique identifier for this communication. Unlike the resource's _id, this identifier must resolve across systems.",
      "mustSupport": true
    }, {
      "id": "Communication.status",
      "path": "Communication.status",
      "short": "Status of this communication: preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown",
      "mustSupport": true
    }, {
      "id": "Communication.category",
      "path": "Communication.category",
      "mustSupport": true
    }, {
      "id": "Communication.priority",
      "path": "Communication.priority",
      "mustSupport": true
    }, {
      "id": "Communication.subject",
      "path": "Communication.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient", "http://hl7.org/fhir/StructureDefinition/Group" ]
      } ],
      "short": "Subject of the communication - typically Patient",
      "mustSupport": true
    }, {
      "id": "Communication.topic",
      "path": "Communication.topic",
      "short": "Topic of the communication",
      "binding": {
        "strength": "preferred",
        "valueSet": "https://www.ehealth.fgov.be/standards/fhir/ValueSet/be-vs-diarytopic"
      },
      "mustSupport": true
    }, {
      "id": "Communication.sent",
      "path": "Communication.sent",
      "short": "Date and Time that the communication has been sent",
      "mustSupport": true
    }, {
      "id": "Communication.recipient",
      "path": "Communication.recipient",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Device", "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient", "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner", "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitionerrole", "http://hl7.org/fhir/StructureDefinition/RelatedPerson", "http://hl7.org/fhir/StructureDefinition/Group", "http://hl7.org/fhir/StructureDefinition/CareTeam", "http://hl7.org/fhir/StructureDefinition/HealthcareService", "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-organization" ]
      } ],
      "short": "Intended receiver of the communication",
      "definition": "This field indicates the intended receiver of the communication. For messages, this SHALL be explicitly indicated, even when it can be assumed e.g. to be the patient's Care Team. For diary notes, this can be optional.",
      "mustSupport": true
    }, {
      "id": "Communication.sender",
      "path": "Communication.sender",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Device", "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient", "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner", "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitionerrole", "http://hl7.org/fhir/StructureDefinition/RelatedPerson", "http://hl7.org/fhir/StructureDefinition/HealthcareService", "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-organization" ]
      } ],
      "short": "The actual sender of the communication",
      "definition": "This field contains the sender of the communication. If the communication is entered by a nurse on behalf of a physician, this shall refer to the nurse.",
      "mustSupport": true
    }, {
      "id": "Communication.payload",
      "path": "Communication.payload",
      "short": "The content of the communication or diary note. Text (up to 320 characters), Attachments (base-64 encoded) or References.",
      "comment": "For systems that are intending to be backwards compatible with KMEHR, only the text is allowed.",
      "definition": "This content can be free Text (up to 320 characters), or Attachments (e.g. a photo) or References to other resources (e.g. a Binary resource containing a photo).",
      "mustSupport": true
    }, {
      "id": "Communication.payload.content[x]",
      "path": "Communication.payload.content[x]",
      "short": "Communication content",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "$this",
          "type": "type"
        } ]
      },
      "definition": "A communicated content (or for multi-part communications, one portion of the communication). This can be a string, an attachment, or a reference to a resource."
    }, {
      "id": "Communication.payload.content[x]:contentString",
      "path": "Communication.payload.content[x]",
      "type": [ {
        "code": "string"
      } ],
      "comment": "NOTE: The string element is valid only for FHIR 4.0.1, and it will likely be replaced by another data type (Annotation) in future releases of FHIR and of this profile.",
      "sliceName": "contentString"
    } ]
  },
  "contact": [ {
    "name": "eHealth Platform",
    "telecom": [ {
      "value": "https://www.ehealth.fgov.be",
      "system": "url"
    } ]
  }, {
    "name": "Message structure",
    "telecom": [ {
      "value": "message-structure@ehealth.fgov.be",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Communication"
}