PackagesCanonicalsLogsProblems
    Packages
    ca.infoway.io.erec@1.0.0-dft-ballot
    https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Communication
{
  "description": "Communication resource is used to achieve the bi-directional communication between two systems. The Communication resource can be used to ask questions regarding a referral, request a referral be updated with missing information, or request additional information not covered by the specific referral dataset.",
  "_filename": "Communication.StructureDefinition.json",
  "package_name": "ca.infoway.io.erec",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "Communication",
  "abstract": false,
  "type": "Communication",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Communication",
  "package_version": "1.0.0-dft-ballot",
  "status": "draft",
  "id": "ac15d773-376e-403d-853c-618c7f5cb24b",
  "kind": "resource",
  "url": "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Communication",
  "version": "0.1.0",
  "differential": {
    "element": [ {
      "id": "Communication.meta",
      "path": "Communication.meta",
      "comment": "The MustSupport flag on this element has been relaxed in this version until further confirmation of the use of meta.profile (outside of use for certain validation suites) and impact can be assessed by the working group."
    }, {
      "id": "Communication.instantiatesCanonical",
      "path": "Communication.instantiatesCanonical"
    }, {
      "id": "Communication.instantiatesUri",
      "path": "Communication.instantiatesUri"
    }, {
      "id": "Communication.basedOn",
      "path": "Communication.basedOn",
      "type": [ {
        "code": "Reference",
        "aggregation": [ "referenced" ],
        "targetProfile": [ "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ServiceRequest" ]
      } ],
      "mustSupport": true
    }, {
      "id": "Communication.basedOn.reference",
      "min": 1,
      "path": "Communication.basedOn.reference",
      "mustSupport": true
    }, {
      "id": "Communication.partOf",
      "path": "Communication.partOf"
    }, {
      "id": "Communication.status",
      "path": "Communication.status",
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/event-status"
      },
      "fixedCode": "completed",
      "mustSupport": true
    }, {
      "id": "Communication.category",
      "path": "Communication.category",
      "binding": {
        "strength": "example",
        "valueSet": "https://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/communication-category"
      },
      "mustSupport": true
    }, {
      "id": "Communication.category.coding",
      "path": "Communication.category.coding",
      "mustSupport": true
    }, {
      "id": "Communication.category.coding.code",
      "path": "Communication.category.coding.code",
      "mustSupport": true
    }, {
      "id": "Communication.priority",
      "path": "Communication.priority",
      "binding": {
        "strength": "required",
        "valueSet": "http://hl7.org/fhir/ValueSet/request-priority"
      }
    }, {
      "id": "Communication.medium",
      "path": "Communication.medium"
    }, {
      "id": "Communication.subject",
      "path": "Communication.subject",
      "type": [ {
        "code": "Reference",
        "aggregation": [ "referenced" ],
        "targetProfile": [ "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Patient" ]
      } ],
      "mustSupport": true
    }, {
      "id": "Communication.subject.reference",
      "min": 1,
      "path": "Communication.subject.reference",
      "mustSupport": true
    }, {
      "id": "Communication.about",
      "path": "Communication.about"
    }, {
      "id": "Communication.sender",
      "path": "Communication.sender",
      "type": [ {
        "code": "Reference",
        "aggregation": [ "referenced" ],
        "targetProfile": [ "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole" ]
      } ],
      "mustSupport": true
    }, {
      "id": "Communication.sender.reference",
      "min": 1,
      "path": "Communication.sender.reference",
      "mustSupport": true
    }, {
      "id": "Communication.reasonCode",
      "path": "Communication.reasonCode"
    }, {
      "id": "Communication.reasonReference",
      "path": "Communication.reasonReference"
    }, {
      "id": "Communication.payload",
      "path": "Communication.payload",
      "mustSupport": true
    }, {
      "id": "Communication.note.author[x]",
      "path": "Communication.note.author[x]",
      "type": [ {
        "code": "string"
      } ]
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Communication"
}