Magentus Practice Management FHIR Implementation Guide
1.2.35 - ci-build

Magentus Practice Management FHIR Implementation Guide - Local Development build (v1.2.35) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: EOrders Communication Request Category - JSON Representation

Draft as of 2025-03-02

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "eorders-communication-category",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet eorders-communication-category</b></p><a name=\"eorders-communication-category\"> </a><a name=\"hceorders-communication-category\"> </a><a name=\"eorders-communication-category-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-communication-category.html\"><code>http://terminology.hl7.org/CodeSystem/communication-category</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-communication-category.html#communication-category-reminder\">reminder</a></td><td style=\"color: #cccccc\">Reminder</td><td>The communication conveys a reminder.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-communication-category.html#communication-category-instruction\">instruction</a></td><td style=\"color: #cccccc\">Instruction</td><td>The communication conveys an instruction.</td></tr></table></li></ul></div>"
  },
  "url" : "http://fhir.geniesolutions.io/ValueSet/eorders-communication-category",
  "version" : "1.2.35",
  "name" : "EOrdersCommunicationCategory",
  "title" : "EOrders Communication Request Category",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-03-02T12:29:52+10:00",
  "publisher" : "Magentus Practice Management",
  "contact" : [
    {
      "name" : "Magentus Practice Management",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.magentus.com/practice-management"
        },
        {
          "system" : "email",
          "value" : "andy.bond@magentus.com"
        }
      ]
    },
    {
      "name" : "Magentus Practice Management",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.magentus.com/practice-management",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "EOrders Communication Request Category",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/communication-category",
        "concept" : [
          {
            "code" : "reminder"
          },
          {
            "code" : "instruction"
          }
        ]
      }
    ]
  }
}