Koppelmij Implementation Guide
0.1.0 - ci-build

Koppelmij Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: SMART on FHIR terminology. - JSON Representation

Active as of 2024-04-30

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "smart-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem smart-codes</b></p><a name=\"smart-codes\"> </a><a name=\"hcsmart-codes\"> </a><p>This case-sensitive code system <code>$SmartCodes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">launch-app-ehr<a name=\"smart-codes-launch-app-ehr\"> </a></td><td>Launch application using the SMART EHR launch</td><td>The task suggest launching an application using the SMART on FHIR EHR launch.</td></tr><tr><td style=\"white-space:nowrap\">launch-app-standalone<a name=\"smart-codes-launch-app-standalone\"> </a></td><td>Launch application using the SMART standalone launch</td><td>The task suggest launching an application using the SMART on FHIR standalone launch.</td></tr><tr><td style=\"white-space:nowrap\">smartonfhir-application<a name=\"smart-codes-smartonfhir-application\"> </a></td><td>SMART on FHIR application URL.</td><td>The URL of a SMART on FHIR application.</td></tr><tr><td style=\"white-space:nowrap\">smartonfhir-appcontext<a name=\"smart-codes-smartonfhir-appcontext\"> </a></td><td>Application context related to this launch.</td><td>The application context (appContext) to be passed to the application after launch.</td></tr></table></div>"
  },
  "url" : "$SmartCodes",
  "version" : "0.1.0",
  "name" : "SmartOnFhirCodes",
  "title" : "SMART on FHIR terminology.",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-04-30T19:24:31+00:00",
  "publisher" : "koppelmij",
  "contact" : [
    {
      "name" : "koppelmij",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://github.com/KoppelMij/"
        }
      ]
    }
  ],
  "description" : "Codes used in profiles related to SMART on FHIR.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "launch-app-ehr",
      "display" : "Launch application using the SMART EHR launch",
      "definition" : "The task suggest launching an application using the SMART on FHIR EHR launch."
    },
    {
      "code" : "launch-app-standalone",
      "display" : "Launch application using the SMART standalone launch",
      "definition" : "The task suggest launching an application using the SMART on FHIR standalone launch."
    },
    {
      "code" : "smartonfhir-application",
      "display" : "SMART on FHIR application URL.",
      "definition" : "The URL of a SMART on FHIR application."
    },
    {
      "code" : "smartonfhir-appcontext",
      "display" : "Application context related to this launch.",
      "definition" : "The application context (appContext) to be passed to the application after launch."
    }
  ]
}