WHO Clinical Care in Crisis Implementation Guide for Children
0.1.0 - ci-build
WHO Clinical Care in Crisis Implementation Guide for Children - Local Development build (v0.1.0). See the Directory of published versions
Official URL: https://fhir.dk.swisstph-mis.ch/matchbox/fhir/Library/cheb6measurements | Version: 0.1.0 | |||
Active as of 2023-10-04 | Computable Name: cheb6measurements | |||
Other Identifiers: id: che.b6.measurements (use: OFFICIAL) |
depends-on | http://fhir.org/guides/who/anc-cds/Library/FHIRHelpers |
depends-on | https://fhir.dk.swisstph-mis.ch/matchbox/fhir/Library/chebase |
depends-on | chevalueset |
depends-on | https://fhir.dk.swisstph-mis.ch/matchbox/fhir/Library/chezscore |
depends-on | https://fhir.dk.swisstph-mis.ch/matchbox/fhir/Library/weightforage |
depends-on | anthrobase |
depends-on | https://fhir.dk.swisstph-mis.ch/matchbox/fhir/Library/weightforlength |
depends-on | https://fhir.dk.swisstph-mis.ch/matchbox/fhir/Library/weightforheight |
pastWeightActualised | out | Quantity | ||
ageinmonths | out | integer |
text/cql
/*
@author: Patrick Delcroix
@description: This library is part of the project CHE
*/
library cheb6measurements version '1.0.313+build.456'
using FHIR version '4.0.1'
include FHIRHelpers version '4.0.1' called FHIRHelpers
include chebase version '1.0.313+build.456' called Base
include chevalueset version '1.0.313+build.456' called val
include chezscore version '1.0.313+build.456' called Z
context Patient
/*
pastWeightActualised :
Z."pastweightactualised"
*/
define "pastWeightActualised":
Z."pastweightactualised"
/*
ageinmonths :
AgeInMonths()
*/
define "ageinmonths":
AgeInMonths()
/*
AgeInMonths : ageinmonths
Alias
*/
define "AgeInMonths":
"ageinmonths"
/*
BackReference :
back reference to resource
*/
define "BackReference":
Reference {reference: string { value: 'Questionnaire/che.b6.measurements'}}