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

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

: CommunicationRequest Reason - JSON Representation

Draft as of 2025-01-29

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "communicationrequest-reason",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem communicationrequest-reason</b></p><a name=\"communicationrequest-reason\"> </a><a name=\"hccommunicationrequest-reason\"> </a><p>This case-sensitive code system <code>http://fhir.geniesolutions.io/CodeSystem/communicationrequest-reason</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">urgent<a name=\"communicationrequest-reason-urgent\"> </a></td><td>Urgent Results</td><td>A request for results to be communicated urgently to the nominated recipient.</td></tr><tr><td style=\"white-space:nowrap\">patient<a name=\"communicationrequest-reason-patient\"> </a></td><td>Patient Request</td><td>A patient's request about receiving communication from a service provider.</td></tr><tr><td style=\"white-space:nowrap\">copyto<a name=\"communicationrequest-reason-copyto\"> </a></td><td>Copy To</td><td>A request for results to be copied to an additional recipient.</td></tr></table></div>"
  },
  "url" : "http://fhir.geniesolutions.io/CodeSystem/communicationrequest-reason",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.2.3.4.1.4.32"
    }
  ],
  "version" : "1.2.60",
  "name" : "CommunicationRequestReason",
  "title" : "CommunicationRequest Reason",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-01-29",
  "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" : "Reason codes for a communication request used in the Australian context.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "AU"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "compositional" : false,
  "versionNeeded" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "urgent",
      "display" : "Urgent Results",
      "definition" : "A request for results to be communicated urgently to the nominated recipient."
    },
    {
      "code" : "patient",
      "display" : "Patient Request",
      "definition" : "A patient's request about receiving communication from a service provider."
    },
    {
      "code" : "copyto",
      "display" : "Copy To",
      "definition" : "A request for results to be copied to an additional recipient."
    }
  ]
}