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

FHIR IG analytics

Packageca.on.erec.r4
Resource TypeCodeSystem
IdCommunicationCategory.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": "CodeSystem",
  "id": "communication-category",
  "url": "https://ehealthontario.ca/fhir/CodeSystem/communication-category",
  "version": "1.0.0",
  "name": "CommunicationCategory",
  "status": "active",
  "date": "2019-10-23",
  "publisher": "Ontario Health",
  "description": "Codes for general categories of communications",
  "content": "complete",
  "concept": [
    {
      "code": "gen",
      "display": "General Communication"
    },
    {
      "code": "plan",
      "display": "Referral Outcome - Service Plan"
    },
    {
      "code": "rfi",
      "display": "Request for Information"
    }
  ]
}