Using CQL With FHIR
2.0.0 - STU 2 International flag

Publication Build: This will be filled in by the publication tooling

: Example Evaluation Result Parameters - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cql-evaluationresult-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/cql/StructureDefinition/cql-evaluationresult"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cql/StructureDefinition/cql-evaluationresult>     ] )
  ] ; # 
  fhir:parameter ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-cqlType"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "System.Boolean"       ]     ] ) ;
fhir:name [ fhir:v "Is pregnancy confirmed" ] ;
fhir:value [
a fhir:boolean ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "unknown"         ]       ] )     ]
  ] ) . #