QI-Core Implementation Guide
7.0.0-ballot - STU7 Ballot United States of America flag

This page is part of the Quality Improvement Core Framework (v7.0.0-ballot: STU7 (v7.0.0) Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions

: QICore ModelInfo Settings example - JSON Representation

Raw json | Download


{
  "resourceType" : "Parameters",
  "id" : "qicore-modelinfosettings",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/cql/StructureDefinition/cql-modelinfosettings"
    ]
  },
  "parameter" : [
    {
      "name" : "modelName",
      "valueString" : "QICore"
    },
    {
      "name" : "modelUrl",
      "valueString" : "http://hl7.org/fhir/us/qicore"
    },
    {
      "name" : "patientClassName",
      "valueString" : "Patient"
    },
    {
      "name" : "patientBirthDatePropertyName",
      "valueString" : "birthDate"
    },
    {
      "name" : "targetQualifier",
      "valueString" : "QICore"
    },
    {
      "name" : "targetUrl",
      "valueString" : "http://hl7.org/fhir"
    }
  ]
}