@prefix fhir: <http://hl7.org/fhir/> .
@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/172939> a fhir:Group ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "172939"] ; # 
  fhir:meta [
     fhir:versionId [ fhir:v "9" ] ;
     fhir:lastUpdated [ fhir:v "2025-03-15T20:54:55.980Z"^^xsd:dateTime ] ;
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/ebm/StructureDefinition/comparator-group"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/ebm/StructureDefinition/comparator-group>
     ] )
  ] ; # 
  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 "ComparatorGroup: JAMA 2018 Norwegian cohort study Control cohort [Database Entry: FHIR Group Resource]. Contributors: Brian S. Alper [Authors/Creators]. In: Fast Evidence Interoperability Resources (FEvIR) Platform, FOI 172939. Revised 2023-12-04. Available at: https://fevir.net/resources/Group/172939. Computable resource at: https://fevir.net/resources/Group/172939#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/172939"^^xsd:anyURI ;
     fhir:l <https://fevir.net/resources/Group/172939>
  ] ; # 
  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 "172939" ] ;
     fhir:assigner [
       fhir:display [ fhir:v "Computable Publishing LLC" ]
     ]
  ] ) ; # 
  fhir:name [ fhir:v "ComparatorGroup_JAMA_2018_Norwegian_cohort_study_Control_cohort"] ; # 
  fhir:title [ fhir:v "ComparatorGroup: JAMA 2018 Norwegian cohort study Control cohort"] ; # 
  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 "Example of an ComparatorGroup Profile with an enumerated group (quantity = 956) meeting 2 characteristics defined by Group Resources (Member of a StudyGroup Profile, excluding a Procedure defined by an ExposureDefinition Profile)"] ; # 
  fhir:copyright [ fhir:v "https://creativecommons.org/licenses/by-nc-sa/4.0/"] ; # 
  fhir:type [ fhir:v "person"] ; # 
  fhir:membership [ fhir:v "enumerated"] ; # 
  fhir:quantity [ fhir:v "956"^^xsd:nonNegativeInteger] ; # 
  fhir:combinationMethod [ fhir:v "all-of"] ; # 
  fhir:characteristic ( [
     fhir:code [
       fhir:text [ fhir:v "Member of" ]
     ] ;
     fhir:value [
       a fhir:Reference ;
       fhir:l <http://hl7.org/fhir/uv/ebm/Group/178427> ;
       fhir:reference [ fhir:v "Group/178427" ] ;
       fhir:type [
         fhir:v "Group"^^xsd:anyURI ;
         fhir:l fhir:Group
       ] ;
       fhir:display [ fhir:v "StudyGroup: Severely Obese Adults 2018 Norwegian Cohort" ]
     ] ;
     fhir:exclude [ fhir:v false ] ;
     fhir:description [ fhir:v "inclusion in JAMA 2018 Norwegian cohort study" ]
  ] [
     fhir:code [
       fhir:coding ( [
         a sct:71388002 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "71388002" ] ;
         fhir:display [ fhir:v "Procedure (procedure)" ]
       ] )
     ] ;
     fhir:value [
       a fhir:Reference ;
       fhir:l <http://hl7.org/fhir/uv/ebm/Group/172423> ;
       fhir:reference [ fhir:v "Group/172423" ] ;
       fhir:type [
         fhir:v "Group"^^xsd:anyURI ;
         fhir:l fhir:Group
       ] ;
       fhir:display [ fhir:v "ExposureDefinition: Bariatric Surgery (RYGB, VSG, LAGB, BPD)" ]
     ] ;
     fhir:exclude [ fhir:v true ] ;
     fhir:description [ fhir:v "did not receive bariatric surgery" ]
  ] ) . # 

<http://hl7.org/fhir/uv/ebm/Group/178427> a fhir:Uv .

<http://hl7.org/fhir/uv/ebm/Group/172423> a fhir:Uv .

# -------------------------------------------------------------------------------------

