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

FHIR IG analytics

Packageca.on.erec.r4
Resource TypeCommunication
IdCommunication-example.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": "e441b53a-ab8d-4dfb-aa5a-f6bda34cc38f",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Communication|1.1.0"
    ]
  },
  "basedOn": [
    {
      "reference": "urn:uuid:24A332A0-D399-40AF-A88E-26604B7BA0FF"
    }
  ],
  "status": "completed",
  "category": [
    {
      "coding": [
        {
          "system": "https://ehealthontario.ca/fhir/CodeSystem/communication-category",
          "code": "plan",
          "display": "Referral Outcome - Service Plan"
        }
      ]
    }
  ],
  "priority": "routine",
  "subject": {
    "reference": "urn:uuid:7F7AD826-F47B-4C18-9D4A-BD3D0988AD3B"
  },
  "sent": "2020-10-10T11:45:00Z",
  "sender": {
    "reference": "urn:uuid:F6F237B4-4FEB-4CE2-B5E1-81DD8883E4A6",
    "display": "April May"
  },
  "payload": [
    {
      "contentString": "Home Care Eligible - Admit to Home Care Services"
    }
  ]
}