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

FHIR IG analytics

Packageca.infoway.io.erec.branch
Resource TypeValueSet
Idvalueset-communication-category.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.infoway.io.erec.branch@1.0.5-dft&canonical=http://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/communication-category
URLhttp://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/communication-category
Statusdraft
NameCommunicationCategory
TitleCommunication Category
Authoritynational
DescriptionCodes for general categories of communications.

Resources that use this resource

StructureDefinition
CA-eReC-CommunicationCommunication
CA-eReC-CommunicationCommunication

Resources that this resource uses

CodeSystem
communication-categoryCommunicationCategory

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "communication-category",
  "url": "http://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/communication-category",
  "name": "CommunicationCategory",
  "title": "Communication Category",
  "status": "draft",
  "publisher": "Canada Health Infoway",
  "description": "Codes for general categories of communications.",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/communication-category",
        "concept": [
          {
            "code": "gen",
            "display": "General Communication"
          },
          {
            "code": "plan",
            "display": "Referral Outcome - Service Plan"
          },
          {
            "code": "rfi",
            "display": "Request for Information"
          }
        ]
      }
    ]
  }
}