SMART Base
0.2.0 - ci-build

This page is part of the SMART Base (v0.2.0: Releases Draft) based on FHIR (HL7® FHIR® Standard) R4. 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

: Smart Guidelines Documentation Section - JSON Representation

Active as of 2025-04-02

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "DocumentationSections",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem DocumentationSections</b></p><a name=\"DocumentationSections\"> </a><a name=\"hcDocumentationSections\"> </a><a name=\"DocumentationSections-en-US\"> </a><p>This case-insensitive code system <code>http://smart.who.int/base/CodeSystem/DocumentationSections</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\">request-trigger<a name=\"DocumentationSections-request-trigger\"> </a></td><td>Request Trigger Events</td></tr><tr><td style=\"white-space:nowrap\">request-semantics<a name=\"DocumentationSections-request-semantics\"> </a></td><td>Request Message Semantics</td></tr><tr><td style=\"white-space:nowrap\">request-actions<a name=\"DocumentationSections-request-actions\"> </a></td><td>Request Expected Actions</td></tr><tr><td style=\"white-space:nowrap\">response-trigger<a name=\"DocumentationSections-response-trigger\"> </a></td><td>Response Trigger Events</td></tr><tr><td style=\"white-space:nowrap\">response-semantics<a name=\"DocumentationSections-response-semantics\"> </a></td><td>Response Message Semantics</td></tr><tr><td style=\"white-space:nowrap\">response-actions<a name=\"DocumentationSections-response-actions\"> </a></td><td>Response Expected Actions</td></tr><tr><td style=\"white-space:nowrap\">security-considerations<a name=\"DocumentationSections-security-considerations\"> </a></td><td>Security Considerations</td></tr></table></div>"
  },
  "url" : "http://smart.who.int/base/CodeSystem/DocumentationSections",
  "version" : "0.2.0",
  "name" : "DocumentationSections",
  "title" : "Smart Guidelines Documentation Section",
  "status" : "active",
  "experimental" : true,
  "date" : "2025-04-02T12:10:23+02:00",
  "publisher" : "WHO",
  "contact" : [
    {
      "name" : "WHO",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://who.int"
        }
      ]
    }
  ],
  "description" : "CodeSystem for Smart Guidelines Documentation Section to autogenerate documentation from artifacts",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 7,
  "concept" : [
    {
      "code" : "request-trigger",
      "display" : "Request Trigger Events"
    },
    {
      "code" : "request-semantics",
      "display" : "Request Message Semantics"
    },
    {
      "code" : "request-actions",
      "display" : "Request Expected Actions"
    },
    {
      "code" : "response-trigger",
      "display" : "Response Trigger Events"
    },
    {
      "code" : "response-semantics",
      "display" : "Response Message Semantics"
    },
    {
      "code" : "response-actions",
      "display" : "Response Expected Actions"
    },
    {
      "code" : "security-considerations",
      "display" : "Security Considerations"
    }
  ]
}