Subscriptions R5 Backport
1.1.0 - Standard for Trial Use International flag

This page is part of the Subscriptions R5 Backport (v1.1.0: STU 1.1) based on FHIR v4.3.0. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Search by custom channel types used for notifications - JSON Representation

Draft as of 2023-01-11

Raw json | Download


{
  "resourceType" : "SearchParameter",
  "id" : "Subscription-custom-channel",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: SearchParameter</b><a name=\"Subscription-custom-channel\"> </a></p><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\">Resource SearchParameter &quot;Subscription-custom-channel&quot; </p></div><p><b>url</b>: <code>http://hl7.org/fhir/uv/subscriptions-backport/SearchParameter/Subscription-custom-channel</code></p><p><b>version</b>: 1.1.0</p><p><b>name</b>: SubscriptionCustomChannelSearchParameter</p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>date</b>: 2023-01-11 15:34:32+1100</p><p><b>publisher</b>: HL7 FHIR Infrastructure WG</p><p><b>contact</b>: HL7 FHIR Infrastructure WG: <a href=\"https://hl7.org/Special/committees/fiwg\">https://hl7.org/Special/committees/fiwg</a>, Gino Canessa: <a href=\"mailto:mailto:gino.canessa@microsoft.com\">mailto:gino.canessa@microsoft.com</a>, Eric Haas: <a href=\"mailto:mailto:ehaas@healthedatainc.com\">mailto:ehaas@healthedatainc.com</a></p><p><b>description</b>: This SearchParameter enables query of subscriptions by additional channel type.</p><p><b>jurisdiction</b>: World <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (m49.htm#001)</span></p><p><b>code</b>: custom-channel</p><p><b>base</b>: Subscription</p><p><b>type</b>: string</p><p><b>expression</b>: (extension('http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-channel-type').value as Coding)</p><p><b>xpathUsage</b>: normal</p></div>"
  },
  "url" : "http://hl7.org/fhir/uv/subscriptions-backport/SearchParameter/Subscription-custom-channel",
  "version" : "1.1.0",
  "name" : "SubscriptionCustomChannelSearchParameter",
  "status" : "draft",
  "experimental" : true,
  "date" : "2023-01-11T15:34:32+11:00",
  "publisher" : "HL7 FHIR Infrastructure WG",
  "contact" : [
    {
      "name" : "HL7 FHIR Infrastructure WG",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://hl7.org/Special/committees/fiwg"
        }
      ]
    },
    {
      "name" : "Gino Canessa",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:gino.canessa@microsoft.com"
        }
      ]
    },
    {
      "name" : "Eric Haas",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:ehaas@healthedatainc.com"
        }
      ]
    }
  ],
  "description" : "This SearchParameter enables query of subscriptions by additional channel type.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "code" : "custom-channel",
  "base" : [
    "Subscription"
  ],
  "type" : "string",
  "expression" : "(extension('http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-channel-type').value as Coding)",
  "xpathUsage" : "normal"
}