This page is part of the Canonical Resource Management Infrastructure Implementation Guide (v1.0.0-ballot: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
: qicore-modelinfosettings - JSON Representation
Raw json | Download
{
"resourceType" : "Parameters",
"id" : "qicore-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"
}
]
}