FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/smart-codes

Packagehl7.fhir.uv.smart-app-launch
Resource TypeCodeSystem
Idsmart-codes
FHIR VersionR4
Sourcehttp://hl7.org/fhir/smart-app-launch/https://build.fhir.org/ig/HL7/smart-app-launch/CodeSystem-smart-codes.html
URLhttp://hl7.org/fhir/smart-app-launch/CodeSystem/smart-codes
Version2.2.0
Statusactive
Date2024-05-14T20:30:06+00:00
NameSmartOnFhirCodes
TitleSMART on FHIR terminology.
Realmuv
Authorityhl7
DescriptionCodes used in profiles related to SMART on FHIR.
Contentcomplete

Resources that use this resource

ValueSet
smart-launch-infoCodes for tasks to application launches
smart-launch-typesLaunch Types for tasks to application launches

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This case-sensitive code system http://hl7.org/fhir/smart-app-launch/CodeSystem/smart-codes defines the following codes:

CodeDisplayDefinition
launch-app-ehr Launch application using the SMART EHR launchThe task suggest launching an application using the SMART on FHIR EHR launch.
launch-app-standalone Launch application using the SMART standalone launchThe task suggest launching an application using the SMART on FHIR standalone launch.
smartonfhir-application SMART on FHIR application URL.The URL of a SMART on FHIR application.
smartonfhir-appcontext Application context related to this launch.The application context (appContext) to be passed to the application after launch.

Source

{
  "resourceType": "CodeSystem",
  "id": "smart-codes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://hl7.org/fhir/smart-app-launch/CodeSystem/smart-codes",
  "version": "2.2.0",
  "name": "SmartOnFhirCodes",
  "title": "SMART on FHIR terminology.",
  "status": "active",
  "experimental": false,
  "date": "2024-05-14T20:30:06+00:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "name": "HL7 International / FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        },
        {
          "system": "email",
          "value": "fhir@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "Codes used in profiles related to SMART on FHIR.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "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."
    }
  ]
}