Sequoia Project Healthcare Directory Implementation Guide
1.6.0 - Release 1

: Endpoint Payload Type Codes - JSON Representation

Active as of 2025-06-11

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "EndpointPayloadTypeCodes",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet EndpointPayloadTypeCodes</b></p><a name=\"EndpointPayloadTypeCodes\"> </a><a name=\"hcEndpointPayloadTypeCodes\"> </a><a name=\"EndpointPayloadTypeCodes-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-NullFlavor.html\"><code>http://terminology.hl7.org/CodeSystem/v3-NullFlavor</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/5.5.0/CodeSystem-v3-NullFlavor.html#v3-NullFlavor-NI\">NI</a></td><td>No Information</td><td>**Description:**The value is exceptional (missing, omitted, incomplete, improper). No information as to the reason for being an exceptional value is provided. This is the most general exceptional value. It is also the default exceptional value.</td></tr></table></li></ul></div>"
  },
  "url" : "https://sequoiaproject.org/fhir/sphd/ValueSet/EndpointPayloadTypeCodes",
  "version" : "1.6.0",
  "name" : "EndpointPayloadTypeCodes",
  "title" : "Endpoint Payload Type Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-06-11T17:51:36-04:00",
  "publisher" : "The Sequoia Project",
  "contact" : [
    {
      "name" : "The Sequoia Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://sequoiaproject.org/"
        }
      ]
    }
  ],
  "description" : "Codes used in Endpoint.payloadType",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "concept" : [
          {
            "code" : "NI",
            "display" : "No Information"
          }
        ]
      }
    ]
  }
}