FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.smart-app-launch
Resource TypeTask
IdTask-task-for-ehr-launch.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Task",
  "id": "task-for-ehr-launch",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/smart-app-launch/StructureDefinition/task-ehr-launch"
    ]
  },
  "status": "requested",
  "intent": "proposal",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/smart-app-launch/CodeSystem/smart-codes",
        "code": "launch-app-ehr",
        "display": "Launch application using the SMART EHR launch"
      }
    ]
  },
  "for": {
    "reference": "https://example.org/fhir/Patient/123"
  },
  "encounter": {
    "reference": "https://example.org/fhir/Encounter/456"
  },
  "input": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/smart-app-launch/CodeSystem/smart-codes",
            "code": "smartonfhir-application",
            "display": "SMART on FHIR application URL."
          }
        ]
      },
      "valueUrl": "https://www.example.org/myapplication"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/smart-app-launch/CodeSystem/smart-codes",
            "code": "smartonfhir-appcontext",
            "display": "Application context related to this launch."
          }
        ]
      },
      "valueString": "{\"field1\":\"value\"}"
    }
  ]
}