Id: |
HelloWorld |
Url: |
HelloWorld |
Version: |
2022.1.0 |
Name: |
HelloWorld |
Status: |
draft |
Type: |
system: LibraryType
code: logic-library
|
Date: |
2024-04-22 23:06:49+0000 |
Publisher: |
Centers for Disease Control and Prevention (CDC) |
Related Artifacts: |
Dependencies
|
Parameters: |
Name | Type | Min | Max | In/Out |
Patient | Patient | 0 | 1 | out |
Info | string | 0 | 1 | out |
Warning | string | 0 | 1 | out |
Critical | string | 0 | 1 | out |
Main Action Condition Expression Is True | boolean | 0 | 1 | out |
Get Title | string | 0 | 1 | out |
Get Description | string | 0 | 1 | out |
Get Indicator | string | 0 | 1 | out |
|
Data Requirements: |
Type | Profile | MS | Code Filter |
Patient |
http://hl7.org/fhir/StructureDefinition/Patient |
|
|
|
Content: text/cql |
library HelloWorld version '1.0.0'
using FHIR version '4.0.1'
include FHIRHelpers version '4.0.1'
context Patient
define "Info":
'info'
define "Warning":
'warning'
define "Critical":
'critical'
define "Main Action Condition Expression Is True":
true
define "Get Title":
'Hello World!'
define "Get Description":
'The CDS Service is alive and communicating successfully!'
define "Get Indicator":
'info'
|
|
Content: application/elm+xml |
Encoded data (7556 characters)
|
|
Content: application/elm+json |
Encoded data (12116 characters)
|
|