FHIR IG analytics| Package | ca.infoway.io.core |
| Resource Type | Communication |
| Id | Communication-example-communication-ca-core.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Communication",
"id": "example-communication-ca-core",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/communication-ca-core"
]
},
"status": "completed",
"category": [
{
"coding": [
{
"code": "404684003",
"system": "http://snomed.info/sct",
"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"
},
"sender": {
"reference": "Practitioner/example-practitioner-ca-core",
"identifier": {
"system": "http://example.ca/NamingSystem/Practitioner",
"value": "PR123456"
}
},
"recipient": [
{
"reference": "Organization/example-organization-ca-core"
}
],
"sent": "2024-03-27T14:30:00-07:00",
"received": "2024-03-27T14:35:00-07:00",
"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."
}
],
"reasonReference": [
{
"reference": "Condition/example-condition-ca-core"
}
],
"basedOn": [
{
"reference": "ServiceRequest/example-servicerequest-ca-core",
"identifier": {
"system": "http://example.ca/NamingSystem/ServiceRequest",
"value": "SR123456"
}
}
]
}