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

: Population Request - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "PopulationRequest",
  "parameter" : [
    {
      "name" : "questionnaire",
      "resource" : {
        "resourceType" : "Questionnaire",
        "id" : "ReportTemplate",
        "status" : "active",
        "item" : [
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/variable",
                "valueExpression" : {
                  "name" : "linkIdPrefix",
                  "language" : "text/fhirpath",
                  "expression" : "klinisch-onderzoek/"
                }
              }
            ],
            "linkId" : "klinisch-onderzoek",
            "type" : "group",
            "item" : [
              {
                "extension" : [
                  {
                    "url" : "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-subQuestionnaire",
                    "valueCanonical" : "http://fhir.tiro.health/Block/klinisch-onderzoek|1.0.0"
                  }
                ],
                "linkId" : "klinisch-onderzoek/reference",
                "type" : "display"
              }
            ]
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/variable",
                "valueExpression" : {
                  "name" : "linkIdPrefix",
                  "language" : "text/fhirpath",
                  "expression" : "ecg/"
                }
              }
            ],
            "linkId" : "ecg",
            "type" : "group",
            "item" : [
              {
                "extension" : [
                  {
                    "url" : "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-subQuestionnaire",
                    "valueCanonical" : "http://fhir.tiro.health/Block/electrocardiogram|1.0.0"
                  }
                ],
                "linkId" : "ecg/reference",
                "type" : "display"
              }
            ]
          }
        ]
      }
    },
    {
      "name" : "subject",
      "valueReference" : {
        "reference" : "StructureDefinition/Patient"
      }
    },
    {
      "name" : "encounter",
      "valueReference" : {
        "reference" : "StructureDefinition/Encounter"
      }
    }
  ]
}