Using CQL with FHIR
1.0.0 - STU1 International flag

This page is part of the Using CQL with FHIR Implementation Guide (v1.0.0: STU1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Example ModelInfo Settings Parameters - 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"
    }
  ]
}