Sequoia Project Healthcare Directory Implementation Guide
0.0.10 - CI Build United States of America flag

Sequoia Project Healthcare Directory Implementation Guide - Local Development build (v0.0.10). See the Directory of published versions

: Endpoint Use Case Codes - JSON Representation

Active as of 2023-05-03

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "EndpointUseCaseCodes",
  "meta" : {
    "versionId" : "6",
    "lastUpdated" : "2023-03-04T05:48:52.504+00:00",
    "source" : "#SX8tBhCREnCtDy7m"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://sequoiaproject.org/fhir/sphd/CodeSystem/EndpointUseCaseCodes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">QueryBasedDocumentExchange<a name=\"EndpointUseCaseCodes-QueryBasedDocumentExchange\"> </a></td><td>Query Based Document Exchange</td></tr><tr><td style=\"white-space:nowrap\">PushBasedDocumentSubmission<a name=\"EndpointUseCaseCodes-PushBasedDocumentSubmission\"> </a></td><td>Push Based Document Submission</td></tr><tr><td style=\"white-space:nowrap\">FHIRBasedExchange<a name=\"EndpointUseCaseCodes-FHIRBasedExchange\"> </a></td><td>FHIR Based Exchange</td></tr><tr><td style=\"white-space:nowrap\">ElectronicCaseReporting<a name=\"EndpointUseCaseCodes-ElectronicCaseReporting\"> </a></td><td>Electronic Case Reporting</td></tr><tr><td style=\"white-space:nowrap\">PushNotifications<a name=\"EndpointUseCaseCodes-PushNotifications\"> </a></td><td>Push Notifications</td></tr></table></div>"
  },
  "url" : "https://sequoiaproject.org/fhir/sphd/CodeSystem/EndpointUseCaseCodes",
  "version" : "0.0.10",
  "name" : "SequoiaEndpointUseCaseCodes",
  "title" : "Endpoint Use Case Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-05-03T16:00:14+00:00",
  "publisher" : "The Sequoia Project",
  "contact" : [
    {
      "name" : "The Sequoia Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://sequoiaproject.org/"
        }
      ]
    }
  ],
  "description" : "Codes used by the UseCases extension",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ],
      "text" : "United States of America"
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "https://sequoiaproject.org/fhir/sphd/ValueSet/EndpointUseCaseCodes",
  "content" : "complete",
  "concept" : [
    {
      "code" : "QueryBasedDocumentExchange",
      "display" : "Query Based Document Exchange"
    },
    {
      "code" : "PushBasedDocumentSubmission",
      "display" : "Push Based Document Submission"
    },
    {
      "code" : "FHIRBasedExchange",
      "display" : "FHIR Based Exchange"
    },
    {
      "code" : "ElectronicCaseReporting",
      "display" : "Electronic Case Reporting"
    },
    {
      "code" : "PushNotifications",
      "display" : "Push Notifications"
    }
  ]
}