@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://fhir.icr.unicef.org/CareTeam/example-careteam> a fhir:CareTeam ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-careteam"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.icr.unicef.org/StructureDefinition/ICRCareTeam" ;
       fhir:index 0 ;
       fhir:link <https://fhir.icr.unicef.org/StructureDefinition/ICRCareTeam>
     ]
  ] ;
  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: CareTeam example-careteam</b></p><a name=\"example-careteam\"> </a><a name=\"hcexample-careteam\"> </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-ICRCareTeam.html\">ICR Care Team</a></p></div><p><b>Oversees Area</b>: <a href=\"Location-example-supervisory-area.html\">Location Kambia supervision zone 2 (Rokupr axis)</a></p><blockquote><p><b>Workload Target</b></p><ul><li>targetArea: <a href=\"Location-example-supervisory-area.html\">Location Kambia supervision zone 2 (Rokupr axis)</a></li><li>targetPopulation: 3200</li><li>targetHouseholds: 640</li><li>targetDays: 5</li></ul></blockquote><p><b>status</b>: Active</p><p><b>name</b>: CDD team 7, Rokupr</p><p><b>subject</b>: <a href=\"Group-example-target-population.html\">Group Children 9 months–14 years, Kambia District (MR SIA 2026 planning denominator)</a></p><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{https://fhir.icr.unicef.org/CodeSystem/icr-team-role vaccinator}\">Vaccinator</span></p><p><b>member</b>: Fatmata Sesay (vaccinator)</p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{https://fhir.icr.unicef.org/CodeSystem/icr-team-role cdd}\">Community drug distributor (CDD)</span></p><p><b>member</b>: Mariama Bangura (CDD)</p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{https://fhir.icr.unicef.org/CodeSystem/icr-team-role supervisor}\">Supervisor</span></p><p><b>member</b>: Ibrahim Conteh (supervisor)</p></blockquote><p><b>managingOrganization</b>: Kambia District Health Management Team</p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://fhir.icr.unicef.org/StructureDefinition/oversees-area" ] ;
     fhir:Extension.valueReference [
       fhir:link <https://fhir.icr.unicef.org/Location/example-supervisory-area> ;
       fhir:Reference.reference [ fhir:value "Location/example-supervisory-area" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "targetArea" ] ;
       fhir:Extension.valueReference [
         fhir:link <https://fhir.icr.unicef.org/Location/example-supervisory-area> ;
         fhir:Reference.reference [ fhir:value "Location/example-supervisory-area" ]
       ]
     ], [
       fhir:index 1 ;
       fhir:Extension.url [ fhir:value "targetPopulation" ] ;
       fhir:Extension.valueUnsignedInt [ fhir:value "3200"^^xsd:nonNegativeInteger ]
     ], [
       fhir:index 2 ;
       fhir:Extension.url [ fhir:value "targetHouseholds" ] ;
       fhir:Extension.valueUnsignedInt [ fhir:value "640"^^xsd:nonNegativeInteger ]
     ], [
       fhir:index 3 ;
       fhir:Extension.url [ fhir:value "targetDays" ] ;
       fhir:Extension.valueUnsignedInt [ fhir:value "5"^^xsd:nonNegativeInteger ]
     ] ;
     fhir:Extension.url [ fhir:value "https://fhir.icr.unicef.org/StructureDefinition/workload-target" ]
  ] ;
  fhir:CareTeam.status [ fhir:value "active"] ;
  fhir:CareTeam.name [ fhir:value "CDD team 7, Rokupr"] ;
  fhir:CareTeam.subject [
     fhir:link <https://fhir.icr.unicef.org/Group/example-target-population> ;
     fhir:Reference.reference [ fhir:value "Group/example-target-population" ]
  ] ;
  fhir:CareTeam.participant [
     fhir:index 0 ;
     fhir:CareTeam.participant.role [
       fhir:index 0 ;
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://fhir.icr.unicef.org/CodeSystem/icr-team-role" ] ;
         fhir:Coding.code [ fhir:value "vaccinator" ] ;
         fhir:Coding.display [ fhir:value "Vaccinator" ]
       ]
     ] ;
     fhir:CareTeam.participant.member [
       fhir:Reference.display [ fhir:value "Fatmata Sesay (vaccinator)" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:CareTeam.participant.role [
       fhir:index 0 ;
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://fhir.icr.unicef.org/CodeSystem/icr-team-role" ] ;
         fhir:Coding.code [ fhir:value "cdd" ] ;
         fhir:Coding.display [ fhir:value "Community drug distributor (CDD)" ]
       ]
     ] ;
     fhir:CareTeam.participant.member [
       fhir:Reference.display [ fhir:value "Mariama Bangura (CDD)" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:CareTeam.participant.role [
       fhir:index 0 ;
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://fhir.icr.unicef.org/CodeSystem/icr-team-role" ] ;
         fhir:Coding.code [ fhir:value "supervisor" ] ;
         fhir:Coding.display [ fhir:value "Supervisor" ]
       ]
     ] ;
     fhir:CareTeam.participant.member [
       fhir:Reference.display [ fhir:value "Ibrahim Conteh (supervisor)" ]
     ]
  ] ;
  fhir:CareTeam.managingOrganization [
     fhir:index 0 ;
     fhir:Reference.display [ fhir:value "Kambia District Health Management Team" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://fhir.icr.unicef.org/CareTeam/example-careteam.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

