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 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
{
"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"
}
]
}