Document Subscription for Mobile (DSUBm)
1.0.1-current - ci-build International flag

Document Subscription for Mobile (DSUBm), published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 1.0.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.DSUBm/ and changes regularly. See the Directory of published versions

: DSUBm payload admitted Value Set - JSON Representation

Active as of 2024-10-21

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "payload-content-value-set",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet payload-content-value-set</b></p><a name=\"payload-content-value-set\"> </a><a name=\"hcpayload-content-value-set\"> </a><a name=\"payload-content-value-set-en-US\"> </a><ul><li>Include these codes as defined in <code>urn:ietf:bcp:13</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>application/fhir+json</td><td>JSON payload</td></tr><tr><td>application/fhir+xml</td><td>XML payload</td></tr></table></li></ul></div>"
  },
  "url" : "https://profiles.ihe.net/ITI/DSUBm/ValueSet/payload-content-value-set",
  "version" : "1.0.1-current",
  "name" : "DSUBmPayload",
  "title" : "DSUBm payload admitted Value Set",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-10-21T21:58:02+00:00",
  "publisher" : "IHE IT Infrastructure Technical Committee",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.ihe.net/ihe_domains/it_infrastructure/"
        }
      ]
    },
    {
      "telecom" : [
        {
          "system" : "email",
          "value" : "iti@ihe.net"
        }
      ]
    },
    {
      "name" : "IHE IT Infrastructure Technical Committee",
      "telecom" : [
        {
          "system" : "email",
          "value" : "iti@ihe.net"
        }
      ]
    }
  ],
  "description" : "Codes to represent the admitted payload MIME type chosen when creating subscription",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "urn:ietf:bcp:13",
        "concept" : [
          {
            "code" : "application/fhir+json",
            "display" : "JSON payload"
          },
          {
            "code" : "application/fhir+xml",
            "display" : "XML payload"
          }
        ]
      }
    ]
  }
}