FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.infoway.io.core
Resource TypeCommunication
IdCommunication-example-communication-ca-core.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
      }
    }
  ]
}