Evidence Based Medicine on FHIR Implementation Guide
2.0.0-ballot - ballot International flag

Evidence Based Medicine on FHIR Implementation Guide, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ebm/ and changes regularly. See the Directory of published versions

: StudyEligibilityCriteria: Obese patients ≥ 18 years old - TTL Representation

Raw ttl | Download


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

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

 a fhir:Group ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "171819"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "8" ] ;
fhir:lastUpdated [ fhir:v "2023-12-04T16:16:44.598Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ebm/StructureDefinition/study-eligibility-criteria"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ebm/StructureDefinition/study-eligibility-criteria>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Group 171819</b></p><a name=\"171819\"> </a><a name=\"hc171819\"> </a><a name=\"171819-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 8; Last updated: 2023-12-04 16:16:44+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-study-eligibility-criteria.html\">StudyEligibilityCriteria</a></p></div><p><b>Characteristic Expression</b>: <span title=\"text/cql-expression\"><code>(AgeInYears() &gt;= 18) and (Last([Observation: Code '39156-5' from &quot;http://loinc.org&quot;] O sort by effective) &gt;= 30 'kg/m2')</code></span></p><p><b>Artifact related artifact</b>: No display for RelatedArtifact  (type: cite-as; citation: StudyEligibilityCriteria: Obese patients ≥ 18 years old [Group]. Contributors: Joanne Dehnbostel [Authors/Creators]. In: Fast Evidence Interoperability Resources (FEvIR) Platform, FOI 171819. Revised 2023-11-01. Available at: https://fevir.net/resources/Group/171819. Computable resource at: https://fevir.net/resources/Group/171819.)</p><p><b>Artifact Author</b>: Joanne Dehnbostel: </p><p><b>url</b>: <a href=\"https://fevir.net/resources/Group/171819\">https://fevir.net/resources/Group/171819</a></p><p><b>identifier</b>: FEvIR Object Identifier/171819</p><p><b>name</b>: StudyEligibilityCriteria_Obese_patients_18_years_old</p><p><b>title</b>: StudyEligibilityCriteria: Obese patients ≥ 18 years old</p><p><b>status</b>: Active</p><p><b>publisher</b>: Computable Publishing LLC</p><p><b>contact</b>: <a href=\"mailto:support@computablepublishing.com\">support@computablepublishing.com</a></p><p><b>description</b>: </p><div><p>obese, adult (age ≥18 years old) patients</p>\n</div><p><b>copyright</b>: </p><div><p>https://creativecommons.org/licenses/by-nc-sa/4.0/</p>\n</div><p><b>type</b>: Person</p><p><b>membership</b>: Definitional</p><p><b>combinationMethod</b>: All of</p><blockquote><p><b>characteristic</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 397669002}\">Age</span></p><p><b>value</b>: &gt;=18 years</p><p><b>exclude</b>: false</p><p><b>description</b>: </p><div><p>adult (age ≥18 years old)</p>\n</div></blockquote><blockquote><p><b>characteristic</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 39156-5}\">Body mass index (BMI) [Ratio]</span></p><p><b>value</b>: &gt;=30 kg/m2</p><p><b>exclude</b>: false</p><p><b>description</b>: </p><div><p>obese (Body mass index &gt;= 30 kg/m2)</p>\n</div></blockquote></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/characteristicExpression"^^xsd:anyURI ] ;
fhir:value [
a fhir:Expression ;
fhir:language [ fhir:v "text/cql-expression" ] ;
fhir:expression [ fhir:v "(AgeInYears() >= 18) and (Last([Observation: Code '39156-5' from \"http://loinc.org\"] O sort by effective) >= 30 'kg/m2')" ]     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/artifact-relatedArtifact"^^xsd:anyURI ] ;
fhir:value [
a fhir:RelatedArtifact ;
fhir:type [ fhir:v "cite-as" ] ;
fhir:citation [ fhir:v "StudyEligibilityCriteria: Obese patients ≥ 18 years old [Group]. Contributors: Joanne Dehnbostel [Authors/Creators]. In: Fast Evidence Interoperability Resources (FEvIR) Platform, FOI 171819. Revised 2023-11-01. Available at: https://fevir.net/resources/Group/171819. Computable resource at: https://fevir.net/resources/Group/171819." ]     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/artifact-author"^^xsd:anyURI ] ;
fhir:value [
a fhir:ContactDetail ;
fhir:name [ fhir:v "Joanne Dehnbostel" ]     ]
  ] ) ; # 
  fhir:url [ fhir:v "https://fevir.net/resources/Group/171819"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ACSN" ] ;
fhir:display [ fhir:v "Accession ID" ]       ] ) ;
fhir:text [ fhir:v "FEvIR Object Identifier" ]     ] ;
fhir:system [ fhir:v "https://fevir.net"^^xsd:anyURI ] ;
fhir:value [ fhir:v "171819" ] ;
fhir:assigner [
fhir:display [ fhir:v "Computable Publishing LLC" ]     ]
  ] ) ; # 
  fhir:name [ fhir:v "StudyEligibilityCriteria_Obese_patients_18_years_old"] ; # 
  fhir:title [ fhir:v "StudyEligibilityCriteria: Obese patients ≥ 18 years old"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:publisher [ fhir:v "Computable Publishing LLC"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "support@computablepublishing.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "obese, adult (age ≥18 years old) patients"] ; # 
  fhir:copyright [ fhir:v "https://creativecommons.org/licenses/by-nc-sa/4.0/"] ; # 
  fhir:type [ fhir:v "person"] ; # 
  fhir:membership [ fhir:v "definitional"] ; # 
  fhir:combinationMethod [ fhir:v "all-of"] ; # 
  fhir:characteristic ( [
fhir:code [
      ( fhir:coding [
a sct:397669002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "397669002" ] ;
fhir:display [ fhir:v "Age" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "18"^^xsd:decimal ] ;
fhir:comparator [ fhir:v ">=" ] ;
fhir:unit [ fhir:v "years" ]     ] ;
fhir:exclude [ fhir:v "false"^^xsd:boolean ] ;
fhir:description [ fhir:v "adult (age ≥18 years old)" ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:39156-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "39156-5" ] ;
fhir:display [ fhir:v "Body mass index (BMI) [Ratio]" ]       ] )     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "30"^^xsd:decimal ] ;
fhir:comparator [ fhir:v ">=" ] ;
fhir:unit [ fhir:v "kg/m2" ]     ] ;
fhir:exclude [ fhir:v "false"^^xsd:boolean ] ;
fhir:description [ fhir:v "obese (Body mass index >= 30 kg/m2)" ]
  ] ) . #