0.1.0 - ci-build

eReferralMustSupport - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Communication Category - JSON Representation

Draft as of 2024-08-15

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "communication-category",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet communication-category</b></p><a name=\"communication-category\"> </a><a name=\"hccommunication-category\"> </a><a name=\"communication-category-en-US\"> </a><ul><li>Include these codes as defined in <code>https://fhir.infoway-inforoute.ca/io/CA-eReC/CodeSystem/communication-category</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>gen</td><td>General Communication</td></tr><tr><td>plan</td><td>Referral Outcome - Service Plan</td></tr><tr><td>rfi</td><td>Request for Information</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.ca/fhir/eReferral/ValueSet/communication-category",
  "version" : "0.1.0",
  "name" : "CommunicationCategory",
  "title" : "Communication Category",
  "status" : "draft",
  "date" : "2024-08-15T11:24:57-06:00",
  "publisher" : "Example Publisher",
  "contact" : [
    {
      "name" : "Example Publisher",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "description" : "Codes for general categories of communications.",
  "immutable" : false,
  "compose" : {
    "include" : [
      {
        "system" : "https://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"
          }
        ]
      }
    ]
  }
}