Draft preBallot - This specification is under preBallot review and subject to change. It should not be used for implementation purposes. . . . . For a full list of available versions, see the Directory of published versions
Example Communication
Communication |
id : example-communication-ca-core |
meta |
profile : http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/communication-ca-core |
basedOn |
reference : ServiceRequest/example-servicerequest-ca-core |
identifier |
system : http://example.ca/NamingSystem/ServiceRequest |
value : SR123456 |
status : completed |
category |
coding |
system : http://snomed.info/sct |
code : 404684003 |
display : Clinical finding (finding) |
subject |
reference : Patient/example-patient-ca-core |
identifier |
system : http://example.ca/NamingSystem/Patient |
value : 9876543210 |
encounter |
reference : Encounter/example-encounter-ca-core |
sent : 2024-03-27T14:30:00-07:00 |
received : 2024-03-27T14:35:00-07:00 |
recipient |
reference : Organization/example-organization-ca-core |
sender |
reference : Practitioner/example-practitioner-ca-core |
identifier |
system : http://example.ca/NamingSystem/Practitioner |
value : PR123456 |
reasonReference |
reference : Condition/example-condition-ca-core |
payload |
content : Consultation Note: Patient presented with symptoms of acute bronchitis including persistent cough and shortness of breath. Physical examination revealed wheezing in both lung fields. Recommended rest, increased fluid intake, and prescribed antibiotics. Follow-up appointment scheduled for next week. |
<Communication xmlns="http://hl7.org/fhir"> <id value="example-communication-ca-core" /> <meta> <profile value="http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/communication-ca-core" /> </meta> <basedOn> <reference value="ServiceRequest/example-servicerequest-ca-core" /> <identifier> <system value="http://example.ca/NamingSystem/ServiceRequest" /> <value value="SR123456" /> </identifier> </basedOn> <status value="completed" /> <category> <coding> <system value="http://snomed.info/sct" /> <code value="404684003" /> <display value="Clinical finding (finding)" /> </coding> </category> <subject> <reference value="Patient/example-patient-ca-core" /> <identifier> <system value="http://example.ca/NamingSystem/Patient" /> <value value="9876543210" /> </identifier> </subject> <encounter> <reference value="Encounter/example-encounter-ca-core" /> </encounter> <sent value="2024-03-27T14:30:00-07:00" /> <received value="2024-03-27T14:35:00-07:00" /> <recipient> <reference value="Organization/example-organization-ca-core" /> </recipient> <sender> <reference value="Practitioner/example-practitioner-ca-core" /> <identifier> <system value="http://example.ca/NamingSystem/Practitioner" /> <value value="PR123456" /> </identifier> </sender> <reasonReference> <reference value="Condition/example-condition-ca-core" /> </reasonReference> <payload> <contentString value="Consultation Note:\n\nPatient presented with symptoms of acute bronchitis including persistent cough and shortness of breath. Physical examination revealed wheezing in both lung fields. Recommended rest, increased fluid intake, and prescribed antibiotics. Follow-up appointment scheduled for next week." /> </payload> </Communication>
{ "resourceType": "Communication", "id": "example-communication-ca-core", "meta": { "profile": [ "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/communication-ca-core" ] }, "basedOn": [ { "reference": "ServiceRequest/example-servicerequest-ca-core", "identifier": { "system": "http://example.ca/NamingSystem/ServiceRequest", "value": "SR123456" } } ], "status": "completed", "category": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "404684003", "display": "Clinical finding (finding)" } ] } ], "subject": { "reference": "Patient/example-patient-ca-core", "identifier": { "system": "http://example.ca/NamingSystem/Patient", "value": "9876543210" } }, "encounter": { "reference": "Encounter/example-encounter-ca-core" }, "sent": "03/27/2024 21:30:00", "received": "03/27/2024 21:35:00", "recipient": [ { "reference": "Organization/example-organization-ca-core" } ], "sender": { "reference": "Practitioner/example-practitioner-ca-core", "identifier": { "system": "http://example.ca/NamingSystem/Practitioner", "value": "PR123456" } }, "reasonReference": [ { "reference": "Condition/example-condition-ca-core" } ], "payload": [ { "contentString": "Consultation Note:\n\nPatient presented with symptoms of acute bronchitis including persistent cough and shortness of breath. Physical examination revealed wheezing in both lung fields. Recommended rest, increased fluid intake, and prescribed antibiotics. Follow-up appointment scheduled for next week." } ] }