@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://icr.healthcampaigns.org/Group/example-sth-eligible-population> a fhir:Group ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-sth-eligible-population"] ;
  fhir:Resource.meta [
     fhir:Meta.tag [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://icr.healthcampaigns.org/CodeSystem/icr-project-tag-cs" ] ;
       fhir:Coding.code [ fhir:value "mda" ] ;
       fhir:Coding.display [ fhir:value "MDA (Rokupr)" ]
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Group example-sth-eligible-population</b></p><a name=\"example-sth-eligible-population\"> </a><a name=\"hcexample-sth-eligible-population\"> </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\"/><p style=\"margin-bottom: 0px\">Tag: <a href=\"CodeSystem-icr-project-tag-cs.html\">MDA (Rokupr) (Details: ICR Project Tag code mda = 'MDA (Rokupr)')</a></p></div><p><b>type</b>: Person</p><p><b>actual</b>: false</p><p><b>name</b>: School-age children 5–14 years (STH MDA protocol eligibility)</p><h3>Characteristics</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td><td><b>Exclude</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-group-characteristic-cs age-band}\">Age band</span></td><td>5-14 years</td><td>false</td></tr></table></div>"
  ] ;
  fhir:Group.type [ fhir:value "person"] ;
  fhir:Group.actual [ fhir:value "false"^^xsd:boolean] ;
  fhir:Group.name [ fhir:value "School-age children 5–14 years (STH MDA protocol eligibility)"] ;
  fhir:Group.characteristic [
     fhir:index 0 ;
     fhir:Group.characteristic.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://icr.healthcampaigns.org/CodeSystem/icr-group-characteristic-cs" ] ;
         fhir:Coding.code [ fhir:value "age-band" ] ;
         fhir:Coding.display [ fhir:value "Age band" ]
       ]
     ] ;
     fhir:Group.characteristic.valueRange [
       fhir:Range.low [
         fhir:Quantity.value [ fhir:value "5"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "years" ] ;
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
         fhir:Quantity.code [ fhir:value "a" ]
       ] ;
       fhir:Range.high [
         fhir:Quantity.value [ fhir:value "14"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "years" ] ;
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
         fhir:Quantity.code [ fhir:value "a" ]
       ]
     ] ;
     fhir:Group.characteristic.exclude [ fhir:value "false"^^xsd:boolean ]
  ] .

# - ontology header ------------------------------------------------------------

<https://icr.healthcampaigns.org/Group/example-sth-eligible-population.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

