{
"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.2.0-dft",
"status": "draft",
"id": "5cf9e0d7-f909-44b1-9b2a-bbd06d4e09c3",
"kind": "resource",
"url": "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Communication",
"version": null,
"differential": {
"element": [ {
"id": "Communication.meta",
"path": "Communication.meta",
"mustSupport": true
}, {
"id": "Communication.meta.profile",
"path": "Communication.meta.profile",
"comment": "Implementers should be aware that some Canadian jurisdictions require vendors to use meta.profile to declare which FHIR profile(s) and version(s) the resource conforms to.",
"mustSupport": true
}, {
"id": "Communication.basedOn",
"max": "1",
"min": 1,
"path": "Communication.basedOn",
"type": [ {
"code": "Reference",
"targetProfile": [ "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ServiceRequest" ]
} ],
"mustSupport": true
}, {
"id": "Communication.basedOn.reference",
"path": "Communication.basedOn.reference",
"mustSupport": true
}, {
"id": "Communication.basedOn.identifier",
"path": "Communication.basedOn.identifier",
"mustSupport": true
}, {
"id": "Communication.basedOn.identifier.use",
"min": 1,
"path": "Communication.basedOn.identifier.use",
"mustSupport": true
}, {
"id": "Communication.basedOn.identifier.system",
"min": 1,
"path": "Communication.basedOn.identifier.system",
"mustSupport": true
}, {
"id": "Communication.basedOn.identifier.value",
"min": 1,
"path": "Communication.basedOn.identifier.value",
"mustSupport": true
}, {
"id": "Communication.inResponseTo",
"path": "Communication.inResponseTo",
"mustSupport": true
}, {
"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": "extensible",
"valueSet": "https://fhir.infoway-inforoute.ca/ValueSet/ca-referralcommunicationcategory"
}
}, {
"id": "Communication.subject",
"path": "Communication.subject",
"type": [ {
"code": "Reference",
"targetProfile": [ "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Patient" ]
} ],
"mustSupport": true
}, {
"id": "Communication.subject.reference",
"path": "Communication.subject.reference",
"mustSupport": true
}, {
"id": "Communication.subject.identifier",
"path": "Communication.subject.identifier",
"mustSupport": true
}, {
"id": "Communication.subject.identifier.system",
"min": 1,
"path": "Communication.subject.identifier.system",
"mustSupport": true
}, {
"id": "Communication.subject.identifier.value",
"min": 1,
"path": "Communication.subject.identifier.value",
"mustSupport": true
}, {
"id": "Communication.sent",
"path": "Communication.sent",
"mustSupport": true
}, {
"id": "Communication.received",
"path": "Communication.received",
"mustSupport": true
}, {
"id": "Communication.sender",
"path": "Communication.sender",
"type": [ {
"code": "Reference",
"targetProfile": [ "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole", "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-HealthcareService" ]
} ],
"comment": "When the communication comes from a CAT, then HealthcareService can be used to identify the sender.",
"mustSupport": true
}, {
"id": "Communication.sender.reference",
"path": "Communication.sender.reference",
"mustSupport": true
}, {
"id": "Communication.sender.identifier",
"path": "Communication.sender.identifier",
"mustSupport": true
}, {
"id": "Communication.sender.identifier.system",
"min": 1,
"path": "Communication.sender.identifier.system",
"mustSupport": true
}, {
"id": "Communication.sender.identifier.value",
"min": 1,
"path": "Communication.sender.identifier.value",
"mustSupport": true
}, {
"id": "Communication.payload",
"path": "Communication.payload",
"mustSupport": true
}, {
"id": "Communication.payload.content[x]",
"path": "Communication.payload.content[x]",
"type": [ {
"code": "string"
}, {
"code": "Reference",
"targetProfile": [ "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-DocumentReference" ]
} ],
"mustSupport": true
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Communication"
}