@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 -------------------------------------------------------------------

<http://hl7.org/fhir/uv/clinical-study-protocol/Group/DIBASY-Eligibility> a fhir:Group ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "DIBASY-Eligibility"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: Group DIBASY-Eligibility</b></p><a name=\"DIBASY-Eligibility\"> </a><a name=\"hcDIBASY-Eligibility\"> </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\">Language: en</p></div><p><b>identifier</b>: Filler Identifier/172461</p><p><b>name</b>: DIBASY Eligibility Criteria</p><p><b>title</b>: StudyEligibilityCriteria: Eligibility Criteria for DIBASY Trial</p><p><b>status</b>: Active</p><p><b>description</b>: </p><div><p>Patients aged 30-60 years with a body-mass index of 35 kg/m(2) or more and a history of type 2 diabetes lasting at least 5 years</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 64572001}\">Disease (disorder)</span></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 44054006}\">Diabetes mellitus type 2 (disorder)</span></p><p><b>exclude</b>: false</p><p><b>description</b>: </p><div><p>history of type 2 diabetes lasting at least 5 years</p>\n</div><p><b>duration</b>: No display for Duration  (value: 5; comparator: &gt;=; unit: years; system: http://unitsofmeasure.org; code: a)</p></blockquote><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>: 30-60 years</p><p><b>exclude</b>: false</p><p><b>description</b>: </p><div><p>aged 30-60 years</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;=35 kilogram per square meter<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codekg/m2 = 'kg/m2')</span></p><p><b>exclude</b>: false</p><p><b>description</b>: </p><div><p>body-mass index of 35 kg/m(2) or more</p>\n</div></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203>
         ] ;
         fhir:code [ fhir:v "FILL" ] ;
         fhir:display [ fhir:v "Filler Identifier" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "https://example.org/ID-EligibilityCriteria"^^xsd:anyURI ;
       fhir:l <https://example.org/ID-EligibilityCriteria>
     ] ;
     fhir:value [ fhir:v "172461" ]
  ] ) ; # 
  fhir:name [ fhir:v "DIBASY Eligibility Criteria"] ; # 
  fhir:title [ fhir:v "StudyEligibilityCriteria: Eligibility Criteria for DIBASY Trial"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:description [ fhir:v "Patients aged 30-60 years with a body-mass index of 35 kg/m(2) or more and a history of type 2 diabetes lasting at least 5 years"] ; # 
  fhir:type [ fhir:v "person"] ; # 
  fhir:membership [ fhir:v "definitional"] ; # 
  fhir:combinationMethod [ fhir:v "all-of"] ; # 
  fhir:characteristic ( [
     fhir:code [
       fhir:coding ( [
         a sct:64572001 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "64572001" ] ;
         fhir:display [ fhir:v "Disease (disorder)" ]
       ] )
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         a sct:44054006 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "44054006" ] ;
         fhir:display [ fhir:v "Diabetes mellitus type 2 (disorder)" ]
       ] )
     ] ;
     fhir:exclude [ fhir:v false ] ;
     fhir:description [ fhir:v "history of type 2 diabetes lasting at least 5 years" ] ;
     fhir:duration [
       a fhir:Duration ;
       fhir:value [ fhir:v "5"^^xsd:decimal ] ;
       fhir:comparator [ fhir:v ">=" ] ;
       fhir:unit [ fhir:v "years" ] ;
       fhir:system [
         fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
         fhir:l <http://unitsofmeasure.org>
       ] ;
       fhir:code [ fhir:v "a" ]
     ]
  ] [
     fhir:code [
       fhir:coding ( [
         a sct:397669002 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "397669002" ] ;
         fhir:display [ fhir:v "Age" ]
       ] )
     ] ;
     fhir:value [
       a fhir:Range ;
       fhir:low [
         fhir:value [ fhir:v "30"^^xsd:decimal ] ;
         fhir:unit [ fhir:v "years" ] ;
         fhir:system [
           fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
           fhir:l <http://unitsofmeasure.org>
         ] ;
         fhir:code [ fhir:v "a" ]
       ] ;
       fhir:high [
         fhir:value [ fhir:v "60"^^xsd:decimal ] ;
         fhir:unit [ fhir:v "years" ] ;
         fhir:system [
           fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
           fhir:l <http://unitsofmeasure.org>
         ] ;
         fhir:code [ fhir:v "a" ]
       ]
     ] ;
     fhir:exclude [ fhir:v false ] ;
     fhir:description [ fhir:v "aged 30-60 years" ]
  ] [
     fhir:code [
       fhir:coding ( [
         a loinc:39156-5 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "39156-5" ] ;
         fhir:display [ fhir:v "Body mass index (BMI) [Ratio]" ]
       ] )
     ] ;
     fhir:value [
       a fhir:Quantity ;
       fhir:value [ fhir:v "35"^^xsd:decimal ] ;
       fhir:comparator [ fhir:v ">=" ] ;
       fhir:unit [ fhir:v "kilogram per square meter" ] ;
       fhir:system [
         fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
         fhir:l <http://unitsofmeasure.org>
       ] ;
       fhir:code [ fhir:v "kg/m2" ]
     ] ;
     fhir:exclude [ fhir:v false ] ;
     fhir:description [ fhir:v "body-mass index of 35 kg/m(2) or more" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

