Integrated Campaign Registry (ICR) Implementation Guide
0.1.0 - ci-build International flag

Integrated Campaign Registry (ICR) Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example School Cohort — Rokupr Primary School - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

<http://hl7.org/fhir/Group/example-school-cohort> a fhir:Group ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-school-cohort"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://icr.healthcampaigns.org/StructureDefinition/ICRDeliveryUnit" ;
       fhir:index 0 ;
       fhir:link <https://icr.healthcampaigns.org/StructureDefinition/ICRDeliveryUnit>
     ] ;
     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 "gallery" ] ;
       fhir:Coding.display [ fhir:value "Gallery" ]
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Group example-school-cohort</b></p><a name=\"example-school-cohort\"> </a><a name=\"hcexample-school-cohort\"> </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\">Profile: <a href=\"StructureDefinition-ICRDeliveryUnit.html\">ICR Delivery Unit (Household / Community / School Cohort)</a></p><p style=\"margin-bottom: 0px\">Tag: <a href=\"CodeSystem-icr-project-tag-cs.html\">Gallery (Details: ICR Project Tag code gallery = 'Gallery')</a></p></div><p><b>Group Location</b>: <a href=\"Location-example-school.html\">Location Rokupr Primary School</a></p><p><b>type</b>: Person</p><p><b>actual</b>: true</p><p><b>code</b>: <span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-group-kind-cs school-cohort}\">School cohort</span></p><p><b>name</b>: Rokupr Primary School enrolled cohort</p><p><b>quantity</b>: 260</p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://icr.healthcampaigns.org/StructureDefinition/group-location" ] ;
     fhir:Extension.valueReference [
       fhir:link <http://hl7.org/fhir/Location/example-school> ;
       fhir:Reference.reference [ fhir:value "Location/example-school" ]
     ]
  ] ;
  fhir:Group.type [ fhir:value "person"] ;
  fhir:Group.actual [ fhir:value "true"^^xsd:boolean] ;
  fhir:Group.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://icr.healthcampaigns.org/CodeSystem/icr-group-kind-cs" ] ;
       fhir:Coding.code [ fhir:value "school-cohort" ] ;
       fhir:Coding.display [ fhir:value "School cohort" ]
     ]
  ] ;
  fhir:Group.name [ fhir:value "Rokupr Primary School enrolled cohort"] ;
  fhir:Group.quantity [ fhir:value "260"^^xsd:nonNegativeInteger] .

<http://hl7.org/fhir/Location/example-school> a fhir:Location .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Group/example-school-cohort.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Group/example-school-cohort.ttl> .