Tiro.health Implementation Guide
0.1.0 - ci-build

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

: Session - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "Session",
  "parameter" : [
    {
      "name" : "patient",
      "valueString" : "random-patient-id-123"
    },
    {
      "name" : "encounter",
      "valueString" : "random-encounter-id-123"
    },
    {
      "name" : "fhirContext",
      "part" : [
        {
          "name" : "reference",
          "valueString" : "Basic/random-bookmarks-id-123"
        },
        {
          "name" : "role",
          "valueString" : "https://tiro.health/smart/role/nxh-bookmarks-for-launch-context"
        }
      ]
    },
    {
      "name" : "fhirContext",
      "part" : [
        {
          "name" : "reference",
          "valueString" : "Questionnaire/random-questionnaire-id-123"
        },
        {
          "name" : "role",
          "valueString" : "https://tiro.health/smart/role/questionnaire-to-render"
        }
      ]
    },
    {
      "name" : "fhirContext",
      "part" : [
        {
          "name" : "role",
          "valueString" : "https://tiro.health/smart/role/inital-report"
        }
      ]
    }
  ]
}