@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://madie.cms.gov/Group/InlineUSPatientWithAgeRange> a fhir:Group ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "InlineUSPatientWithAgeRange"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n  <table class=\"narrative-table\">\n    <tbody>\n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">Metadata</th>\n\n\n</tr>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Active</th>\n\n\n\n<td class=\"content-container\">true</td>\n\n\n</tr>\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Type</th>\n\n\n\n<td class=\"content-container\">Person</td>\n\n\n</tr>\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Actual</th>\n\n\n\n<td class=\"content-container\">false</td>\n\n\n</tr>\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Code</th>\n\n\n\n<td class=\"content-container\">TODO: How do we specify subjectType\n</td>\n\n\n</tr>\n\n\n\n<tr>\n  <th colspan=\"2\" scope=\"row\" class=\"row-header\">Generated using version 0.5.0 of the sample-content-ig Liquid templates</th>\n</tr>\n\n    </tbody>\n  </table>\n</div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/artifact-url"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:uri ;
       fhir:v "https://research.balgrist.ch/Group/InlineUSPatientWithAgeRange"^^xsd:anyURI
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-library"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:canonical ;
       fhir:v "http://hl7.org/fhir/us/cql/Library/USCoreCommon"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/us/cql/Library/USCoreCommon>
     ]
  ] [
     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 "Patient.ageInYears() between 12 and 18" ]
     ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:type [ fhir:v "person"] ; # 
  fhir:actual [ fhir:v false] ; # 
  fhir:code [
     fhir:text [ fhir:v "TODO: How do we specify subjectType" ]
  ] ; # 
  fhir:name [ fhir:v "InlineUSPatientWithAgeRange"] . # 

# -------------------------------------------------------------------------------------

