@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/ebm/Group/172480> a fhir:Group ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "172480"] ; # 
  fhir:meta [
     fhir:versionId [ fhir:v "9" ] ;
     fhir:lastUpdated [ fhir:v "2025-09-13T11:06:30.005Z"^^xsd:dateTime ] ;
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/ebm/StructureDefinition/outcome-definition"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/ebm/StructureDefinition/outcome-definition>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "empty" ] ;
     fhir:div [ fhir:v "<div xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\"><p>[No data.]</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/uv/ebm/StructureDefinition/cite-as"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/ebm/StructureDefinition/cite-as>
     ] ;
     fhir:value [
       a fhir:Markdown ;
       fhir:v "OutcomeDefinition: American Diabetes Association composite triple end point for metabolic control [Database Entry: FHIR Group Resource]. Contributors: Brian S. Alper [Authors/Creators]. In: Fast Evidence Interoperability Resources (FEvIR) Platform, FOI 172480. Revised 2025-09-13. Available at: https://fevir.net/resources/Group/172480. Computable resource at: https://fevir.net/resources/Group/172480#json."
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/artifact-author"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/artifact-author>
     ] ;
     fhir:value [
       a fhir:ContactDetail ;
       fhir:name [ fhir:v "Brian S. Alper" ]
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/uv/ebm/StructureDefinition/artifact-publication-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/ebm/StructureDefinition/artifact-publication-status>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/cited-artifact-status-type"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/cited-artifact-status-type>
         ] ;
         fhir:code [ fhir:v "active" ] ;
         fhir:display [ fhir:v "Active" ]
       ] )
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "https://fevir.net/resources/Group/172480"^^xsd:anyURI ;
     fhir:l <https://fevir.net/resources/Group/172480>
  ] ; # 
  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 "ACSN" ] ;
         fhir:display [ fhir:v "Accession ID" ]
       ] ) ;
       fhir:text [ fhir:v "FEvIR Object Identifier" ]
     ] ;
     fhir:system [
       fhir:v "https://fevir.net/FOI"^^xsd:anyURI ;
       fhir:l <https://fevir.net/FOI>
     ] ;
     fhir:value [ fhir:v "172480" ] ;
     fhir:assigner [
       fhir:display [ fhir:v "Computable Publishing LLC" ]
     ]
  ] ) ; # 
  fhir:name [ fhir:v "OutcomeDefinition_American_Diabetes_Association_composite_triple_end_point_for_metabolic_control"] ; # 
  fhir:title [ fhir:v "OutcomeDefinition: American Diabetes Association composite triple end point for metabolic control"] ; # 
  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 "The American Diabetes Association composite triple end point of hemoglobin A1c less than 7.0%, low-density lipoprotein cholesterol less than 100 mg/dL, and systolic blood pressure less than 130 mm Hg at 5 years"] ; # 
  fhir:copyright [ fhir:v "https://creativecommons.org/licenses/by-nc-sa/4.0/"] ; # 
  fhir:membership [ fhir:v "conceptual"] ; # 
  fhir:combinationMethod [ fhir:v "all-of"] ; # 
  fhir:characteristic ( [
     fhir:code [
       fhir:coding ( [
         a loinc:59261-8 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "59261-8" ] ;
         fhir:display [ fhir:v "Hemoglobin A1c/Hemoglobin.total standardized per IFCC-RMP for CDT in Blood" ]
       ] )
     ] ;
     fhir:value [
       a fhir:Quantity ;
       fhir:value [ fhir:v "7"^^xsd:decimal ] ;
       fhir:comparator [ fhir:v "<" ] ;
       fhir:unit [ fhir:v "%" ] ;
       fhir:system [
         fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
         fhir:l <http://unitsofmeasure.org>
       ] ;
       fhir:code [ fhir:v "%" ]
     ] ;
     fhir:exclude [ fhir:v false ] ;
     fhir:description [ fhir:v "hemoglobin A1c less than 7.0%" ] ;
     fhir:timing ( [
       fhir:contextCode [
         fhir:coding ( [
           a sct:709491003 ;
           fhir:system [
             fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
             fhir:l <http://snomed.info/sct>
           ] ;
           fhir:code [ fhir:v "709491003" ] ;
           fhir:display [ fhir:v "Enrollment in clinical trial" ]
         ] )
       ] ;
       fhir:offset [
         a fhir:Duration ;
         fhir:value [ fhir:v "5"^^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:text [ fhir:v "at 5 years" ]
     ] )
  ] [
     fhir:code [
       fhir:coding ( [
         a loinc:2089-1 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "2089-1" ] ;
         fhir:display [ fhir:v "Cholesterol in LDL [Mass/volume] in Serum or Plasma" ]
       ] )
     ] ;
     fhir:value [
       a fhir:Quantity ;
       fhir:value [ fhir:v "100"^^xsd:decimal ] ;
       fhir:comparator [ fhir:v "<" ] ;
       fhir:unit [ fhir:v "mg/dL" ] ;
       fhir:system [
         fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
         fhir:l <http://unitsofmeasure.org>
       ] ;
       fhir:code [ fhir:v "mg/dL" ]
     ] ;
     fhir:exclude [ fhir:v false ] ;
     fhir:description [ fhir:v "low-density lipoprotein cholesterol less than 100 mg/dL" ] ;
     fhir:timing ( [
       fhir:contextCode [
         fhir:coding ( [
           a sct:709491003 ;
           fhir:system [
             fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
             fhir:l <http://snomed.info/sct>
           ] ;
           fhir:code [ fhir:v "709491003" ] ;
           fhir:display [ fhir:v "Enrollment in clinical trial" ]
         ] )
       ] ;
       fhir:offset [
         a fhir:Duration ;
         fhir:value [ fhir:v "5"^^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:text [ fhir:v "at 5 years" ]
     ] )
  ] [
     fhir:code [
       fhir:coding ( [
         a loinc:8480-6 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "8480-6" ] ;
         fhir:display [ fhir:v "Systolic blood pressure" ]
       ] )
     ] ;
     fhir:value [
       a fhir:Quantity ;
       fhir:value [ fhir:v "130"^^xsd:decimal ] ;
       fhir:comparator [ fhir:v "<" ] ;
       fhir:unit [ fhir:v "mm Hg" ] ;
       fhir:system [
         fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
         fhir:l <http://unitsofmeasure.org>
       ] ;
       fhir:code [ fhir:v "mm[Hg]" ]
     ] ;
     fhir:exclude [ fhir:v false ] ;
     fhir:description [ fhir:v "systolic blood pressure less than 130 mm Hg" ] ;
     fhir:timing ( [
       fhir:contextCode [
         fhir:coding ( [
           a sct:709491003 ;
           fhir:system [
             fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
             fhir:l <http://snomed.info/sct>
           ] ;
           fhir:code [ fhir:v "709491003" ] ;
           fhir:display [ fhir:v "Enrollment in clinical trial" ]
         ] )
       ] ;
       fhir:offset [
         a fhir:Duration ;
         fhir:value [ fhir:v "5"^^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:text [ fhir:v "at 5 years" ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

