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
{
"resourceType" : "Parameters",
"id" : "cql-evaluationresult-example",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/cql/StructureDefinition/cql-evaluationresult"
]
},
"parameter" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/cqf-cqlType",
"valueString" : "System.Boolean"
}
],
"name" : "Is pregnancy confirmed",
"_valueBoolean" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode" : "unknown"
}
]
}
}
]
}