eReferral Implementation Guide
0.1.0 - ci-build Sri Lanka flag

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

: Cancel Referral Message Definition (a notification) - JSON Representation

Draft as of 2025-09-02

Raw json | Download

{
  "resourceType" : "MessageDefinition",
  "id" : "CancelReferralDefinition",
  "meta" : {
    "profile" : [
      🔗 "http://ig.hiu.lk/fhir/ereferral/StructureDefinition/LKMessageDefinition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MessageDefinition CancelReferralDefinition</b></p><a name=\"CancelReferralDefinition\"> </a><a name=\"hcCancelReferralDefinition\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-LKMessageDefinition.html\">LKMessageDefinition</a></p></div><p><b>url</b>: <a href=\"MessageDefinition-CancelReferralDefinition.html\">MessageDefinition Cancel Referral Message Definition</a></p><p><b>version</b>: 0.1.0</p><p><b>name</b>: cancel-referral-message-definition</p><p><b>title</b>: Cancel Referral Message Definition</p><p><b>status</b>: Draft</p><p><b>date</b>: 2025-09-02</p><p><b>publisher</b>: Sir Lanka Ministry of Health</p><p><b>contact</b>: Sir Lanka Ministry of Health: <a href=\"https://www.health.gov.lk\">https://www.health.gov.lk</a></p><p><b>description</b>: </p><div><p>This defines the cancel referral message.</p>\n</div><p><b>jurisdiction</b>: <span title=\"Codes:{urn:iso:std:iso:3166 LKA}\">Sri Lanka</span></p><p><b>event</b>: <a href=\"CodeSystem-cs-referral-events.html#cs-referral-events-cancel-referral\">Referral events code system cancel-referral</a>: Cancel referral event</p><h3>Focus</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Profile</b></td><td><b>Min</b></td><td><b>Max</b></td></tr><tr><td style=\"display: none\">*</td><td>Bundle</td><td><a href=\"StructureDefinition-LKReferralNotify.html\">LKReferralNotify</a></td><td>1</td><td>1</td></tr></table><h3>AllowedResponses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Message</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"MessageDefinition-AckReferralDefinition.html\">Acknowledgement Referral Message Definition</a></td></tr></table></div>"
  },
  "url" : "http://ig.hiu.lk/fhir/ereferral/MessageDefinition/CancelReferralDefinition",
  "version" : "0.1.0",
  "name" : "cancel-referral-message-definition",
  "title" : "Cancel Referral Message Definition",
  "status" : "draft",
  "date" : "2025-09-02",
  "publisher" : "Sir Lanka Ministry of Health",
  "contact" : [
    {
      "name" : "Sir Lanka Ministry of Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.health.gov.lk"
        }
      ]
    }
  ],
  "description" : "This defines the cancel referral message.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "LKA",
          "display" : "Sri Lanka"
        }
      ]
    }
  ],
  "eventCoding" : {
    "system" : "http://ig.hiu.lk/fhir/ereferral/CodeSystem/cs-referral-events",
    "code" : "cancel-referral",
    "display" : "Cancel referral event"
  },
  "focus" : [
    {
      "code" : "Bundle",
      "profile" : "http://ig.hiu.lk/fhir/ereferral/StructureDefinition/LKReferralNotify",
      "min" : 1,
      "max" : "1"
    }
  ],
  "allowedResponse" : [
    {
      "message" : "http://ig.hiu.lk/fhir/ereferral/MessageDefinition/AckReferralDefinition"
    }
  ]
}