FLUTE Cross-border Prostate Cancer Data Standard Guide
0.1.0 - ci-build
FLUTE Cross-border Prostate Cancer Data Standard Guide, published by Flute Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/flute/ and changes regularly. See the Directory of published versions
Official URL: http://hl7.eu/fhir/ig/flute/Library/PcaInclusionCriteria | Version: 0.1.0 | |||
Draft as of 2024-09-25 | Computable Name: PcaInclusionCriteria |
Generated Narrative: Library PcaInclusionCriteria
Depends On | Code System LOINC | Logical Observation Identifiers, Names and Codes (LOINC) |
Depends On | Code System SNOMED | SNOMED CT (all versions) |
Patient | out | 0 | 1 | Patient |
hasElevatedPsa | out | 0 | 1 | boolean |
isAbnormalDre | out | 0 | 1 | boolean |
isIncluded | out | 0 | 1 | boolean |
Type: Observation (Observation) | |
Filter | Value |
code | One of these codes: Logical Observation Identifiers, Names and Codes (LOINC) 2857-1: Prostate specific Ag [Mass/volume] in Serum or Plasma |
Type: Procedure (Procedure) | |
Filter | Value |
code | One of these codes: SNOMED CT (all versions) 410006001: Digital examination of rectum |
text/cql
library PcaInclusionCriteria version '1.0.0'
using FHIR version '4.0.1'
include FHIRHelpers version '4.0.1' called FHIRHelpers
codesystem "LOINC": 'http://loinc.org'
codesystem "SNOMED": 'http://snomed.info/sct'
code "psa": '2857-1' from "LOINC" display 'Prostate specific Ag [Mass/volume] in Serum or Plasma'
code "dre": '410006001' from "SNOMED" display 'Digital examination of rectum'
code "susceptible": '131196009' from "SNOMED" display 'susceptible'
context Patient
define "hasElevatedPsa":
exists([Observation:"psa"] O where O.status = 'final' and O.value >= 3 'ng/mL')
define "isAbnormalDre":
exists([Procedure: "dre"] P where P.status = 'completed' and P.outcome ~ susceptible)
define "isIncluded":
isAbnormalDre or hasElevatedPsa
Content not shown - (
application/elm+xml
, size = 16Kb )