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

QI-Core Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 7.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-qi-core/ and changes regularly. 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"
    }
  ]
}