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

: anthrotest - TTL Representation

Active as of 2023-10-04

Raw ttl | Download


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

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

 a fhir:Library ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "anthrotest"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Related Artifacts</h2><table class=\"grid\"><tr><td>depends-on</td><td><a href=\"Library-anthrobase.html\">anthrobase</a></td></tr><tr><td>depends-on</td><td><code>http://fhir.org/guides/who/anc-cds/Library/FHIRHelpers</code></td></tr><tr><td>depends-on</td><td><code>https://fhir.dk.swisstph-mis.ch/matchbox/fhir/Library/armcircumferenceforage</code></td></tr></table><h2>Parameters</h2><table class=\"grid\"><tr><td>y</td><td>in</td><td/><td/><td>decimal</td></tr><tr><td>z</td><td>in</td><td/><td/><td>decimal</td></tr><tr><td>m</td><td>in</td><td/><td/><td>decimal</td></tr><tr><td>s</td><td>in</td><td/><td/><td>decimal</td></tr><tr><td>l</td><td>in</td><td/><td/><td>decimal</td></tr><tr><td>w</td><td>in</td><td/><td/><td>decimal</td></tr><tr><td>testComputeReverseZScore</td><td>out</td><td/><td/><td>decimal</td></tr><tr><td>testComputeZScore</td><td>out</td><td/><td/><td>decimal</td></tr><tr><td>testacanthroZscore</td><td>out</td><td/><td/><td>decimal</td></tr></table><h2>Contents</h2><p><code>text/cql</code></p><pre><code class=\"language-sql\">library anthrotest version '1.0.4'\ninclude anthrobase version '1.0.4' called anthrobase\ninclude ArmCircumferenceForAge version '1.0.4' called acanthro\nparameter y Decimal\nparameter m Decimal\nparameter l Decimal\nparameter s Decimal\nparameter z Decimal\nparameter w Decimal\n\ndefine testComputeZScore: \n    anthrobase.computeZScore(y, m, l, s)\n\ndefine testComputeReverseZScore: \n    anthrobase.computeReverseZScore(z, m, l, s)\n\ndefine testacanthroZscore:\n    acanthro.generateZScoreArmCircumferenceForAge('female', y, w)\n</code></pre></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir.dk.swisstph-mis.ch/matchbox/fhir/Library/anthrotest"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "anthrotest"] ; # 
  fhir:title [ fhir:v "anthrotest"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/ValueSet/library-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "logic-library" ]     ] )
  ] ; # 
  fhir:date [ fhir:v "2023-10-04T12:32:21+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "WHO"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "WHO" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://who.int" ]     ] )
  ] ) ; # 
  fhir:relatedArtifact ( [
fhir:type [ fhir:v "depends-on" ] ;
fhir:resource [
fhir:v "https://fhir.dk.swisstph-mis.ch/matchbox/fhir/Library/anthrobase"^^xsd:anyURI ;
fhir:link <https://fhir.dk.swisstph-mis.ch/matchbox/fhir/Library/anthrobase>     ]
  ] [
fhir:type [ fhir:v "depends-on" ] ;
fhir:resource [
fhir:v "http://fhir.org/guides/who/anc-cds/Library/FHIRHelpers"^^xsd:anyURI ;
fhir:link <http://fhir.org/guides/who/anc-cds/Library/FHIRHelpers>     ]
  ] [
fhir:type [ fhir:v "depends-on" ] ;
fhir:resource [
fhir:v "https://fhir.dk.swisstph-mis.ch/matchbox/fhir/Library/armcircumferenceforage"^^xsd:anyURI ;
fhir:link <https://fhir.dk.swisstph-mis.ch/matchbox/fhir/Library/armcircumferenceforage>     ]
  ] ) ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "y" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:type [ fhir:v "decimal" ]
  ] [
fhir:name [ fhir:v "z" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:type [ fhir:v "decimal" ]
  ] [
fhir:name [ fhir:v "m" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:type [ fhir:v "decimal" ]
  ] [
fhir:name [ fhir:v "s" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:type [ fhir:v "decimal" ]
  ] [
fhir:name [ fhir:v "l" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:type [ fhir:v "decimal" ]
  ] [
fhir:name [ fhir:v "w" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:type [ fhir:v "decimal" ]
  ] [
fhir:name [ fhir:v "testComputeReverseZScore" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:type [ fhir:v "decimal" ]
  ] [
fhir:name [ fhir:v "testComputeZScore" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:type [ fhir:v "decimal" ]
  ] [
fhir:name [ fhir:v "testacanthroZscore" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:type [ fhir:v "decimal" ]
  ] ) ; # 
  fhir:content ( [
fhir:id [ fhir:v "ig-loader-anthrotest.cql" ] ;
fhir:contentType [ fhir:v "text/cql" ] ;
fhir:data [ fhir:v "bGlicmFyeSBhbnRocm90ZXN0IHZlcnNpb24gJzEuMC40JwppbmNsdWRlIGFudGhyb2Jhc2UgdmVyc2lvbiAnMS4wLjQnIGNhbGxlZCBhbnRocm9iYXNlCmluY2x1ZGUgQXJtQ2lyY3VtZmVyZW5jZUZvckFnZSB2ZXJzaW9uICcxLjAuNCcgY2FsbGVkIGFjYW50aHJvCnBhcmFtZXRlciB5IERlY2ltYWwKcGFyYW1ldGVyIG0gRGVjaW1hbApwYXJhbWV0ZXIgbCBEZWNpbWFsCnBhcmFtZXRlciBzIERlY2ltYWwKcGFyYW1ldGVyIHogRGVjaW1hbApwYXJhbWV0ZXIgdyBEZWNpbWFsCgpkZWZpbmUgdGVzdENvbXB1dGVaU2NvcmU6IAogICAgYW50aHJvYmFzZS5jb21wdXRlWlNjb3JlKHksIG0sIGwsIHMpCgpkZWZpbmUgdGVzdENvbXB1dGVSZXZlcnNlWlNjb3JlOiAKICAgIGFudGhyb2Jhc2UuY29tcHV0ZVJldmVyc2VaU2NvcmUoeiwgbSwgbCwgcykKCmRlZmluZSB0ZXN0YWNhbnRocm9ac2NvcmU6CiAgICBhY2FudGhyby5nZW5lcmF0ZVpTY29yZUFybUNpcmN1bWZlcmVuY2VGb3JBZ2UoJ2ZlbWFsZScsIHksIHcpCg=="^^xsd:base64Binary ]
  ] ) . #