@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://ig.phase2.scip.synanetics.cloud/CodeSystem/MODS-CareTeamParticipantRole-1> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MODS-CareTeamParticipantRole-1"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem MODS-CareTeamParticipantRole-1</b></p><a name=\"MODS-CareTeamParticipantRole-1\"> </a><a name=\"hcMODS-CareTeamParticipantRole-1\"> </a><p>This  code system <code>https://metadata.phase2.scip.synanetics.cloud/fhir/r4/CodeSystem/MODS-CareTeamParticipantRole-1</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">involved<a name=\"MODS-CareTeamParticipantRole-1-involved\"> </a></td><td>Involved</td><td>Care actors involved</td></tr><tr><td style=\"white-space:nowrap\">informed<a name=\"MODS-CareTeamParticipantRole-1-informed\"> </a></td><td>Informed</td><td>Care actors to be informed</td></tr><tr><td style=\"white-space:nowrap\">performer<a name=\"MODS-CareTeamParticipantRole-1-performer\"> </a></td><td>Performer</td><td>Care actor who will perform the activity, activities or performed the action</td></tr><tr><td style=\"white-space:nowrap\">proxy-for-subject-of-care<a name=\"MODS-CareTeamParticipantRole-1-proxy-for-subject-of-care\"> </a></td><td>Proxy for a Subject of Care</td><td>A proxy who expresses the wishes on behalf of a subject of care</td></tr><tr><td style=\"white-space:nowrap\">responsible<a name=\"MODS-CareTeamParticipantRole-1-responsible\"> </a></td><td>Responsible</td><td>The care worker who is responsible for overseeing the execution of instruction.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/CodeSystem/MODS-CareTeamParticipantRole-1"^^xsd:anyURI ;
     fhir:l <https://metadata.phase2.scip.synanetics.cloud/fhir/r4/CodeSystem/MODS-CareTeamParticipantRole-1>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "MODSCareTeamParticipantRole"] ; # 
  fhir:title [ fhir:v "MODS Care Team Participant Role"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-03-24T16:18:08+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Synanetics Ltd on behalf of DHSC/Social Care Interoperability Platform"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Synanetics Ltd on behalf of DHSC/Social Care Interoperability Platform" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://synanetics.com" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "info@synanetics.com" ]
     ] )
  ] ) ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "GB" ] ;
       fhir:display [ fhir:v "United Kingdom of Great Britain and Northern Ireland" ]
     ] )
  ] ) ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "involved" ] ;
     fhir:display [ fhir:v "Involved" ] ;
     fhir:definition [ fhir:v "Care actors involved" ]
  ] [
     fhir:code [ fhir:v "informed" ] ;
     fhir:display [ fhir:v "Informed" ] ;
     fhir:definition [ fhir:v "Care actors to be informed" ]
  ] [
     fhir:code [ fhir:v "performer" ] ;
     fhir:display [ fhir:v "Performer" ] ;
     fhir:definition [ fhir:v "Care actor who will perform the activity, activities or performed the action" ]
  ] [
     fhir:code [ fhir:v "proxy-for-subject-of-care" ] ;
     fhir:display [ fhir:v "Proxy for a Subject of Care" ] ;
     fhir:definition [ fhir:v "A proxy who expresses the wishes on behalf of a subject of care" ]
  ] [
     fhir:code [ fhir:v "responsible" ] ;
     fhir:display [ fhir:v "Responsible" ] ;
     fhir:definition [ fhir:v "The care worker who is responsible for overseeing the execution of instruction." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

