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

: Contextual Populate Request - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "ContextualPopulateRequest",
  "parameter" : [
    {
      "name" : "questionnaire",
      "valueCanonical" : "http://fhir.tiro.health/Questionnaire/lca-staging|1.2.0"
    },
    {
      "name" : "subject",
      "valueReference" : {
        "reference" : "Patient/patient-123",
        "display" : "Jan Janssen"
      }
    },
    {
      "name" : "mode",
      "valueString" : "contextual-populate"
    },
    {
      "name" : "context",
      "part" : [
        {
          "name" : "name",
          "valueString" : "clinical-artifacts"
        },
        {
          "name" : "content",
          "valueReference" : {
            🔗 "reference" : "DocumentReference/doc-001",
            "display" : "Referral letter from AZ Monica"
          }
        }
      ]
    }
  ]
}