Magentus Practice Management FHIR Implementation Guide
1.2.39 - ci-build Australia flag

Magentus Practice Management FHIR Implementation Guide - Local Development build (v1.2.39) 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-06-12

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\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.4.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.4.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.4.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.39",
  "name" : "EOrdersCommunicationCategory",
  "title" : "EOrders Communication Request Category",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-06-12T02:07:46+00: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",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "AU"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/communication-category",
        "concept" : [
          {
            "code" : "reminder"
          },
          {
            "code" : "instruction"
          }
        ]
      }
    ]
  }
}