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

FHIR IG Statistics: ValueSet/smart-launch-info

Packagehl7.fhir.uv.smart-app-launch
Resource TypeValueSet
Idsmart-launch-info
FHIR VersionR4
Sourcehttp://hl7.org/fhir/smart-app-launch/https://build.fhir.org/ig/HL7/smart-app-launch/ValueSet-smart-launch-info.html
URLhttp://hl7.org/fhir/smart-app-launch/ValueSet/smart-launch-info
Version2.2.0
Statusactive
Date2024-05-14T20:30:06+00:00
NameSmartLaunchInformation
TitleCodes for tasks to application launches
Realmuv
Authorityhl7
DescriptionDefines codes for Tasks that request launch of SMART applications.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
smart-codesSMART on FHIR terminology.

Narrative

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


Source

{
  "resourceType": "ValueSet",
  "id": "smart-launch-info",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://hl7.org/fhir/smart-app-launch/ValueSet/smart-launch-info",
  "version": "2.2.0",
  "name": "SmartLaunchInformation",
  "title": "Codes for tasks to application launches",
  "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": "Defines codes for Tasks that request launch of SMART applications.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/smart-app-launch/CodeSystem/smart-codes",
        "concept": [
          {
            "code": "smartonfhir-application",
            "display": "SMART on FHIR application URL."
          },
          {
            "code": "smartonfhir-appcontext",
            "display": "Application context related to this launch."
          }
        ]
      }
    ]
  }
}