MCC eCare Plan Implementation Guide
1.0.0-ballot - Comment only US

This page is part of the MCC eCare Plan Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Multiple Chronic Condition Care Plan Care Team - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CareTeam;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "MCCCareTeamexample"]; # 
  fhir:Resource.meta [
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-name" ];
       fhir:Extension.valueString [ fhir:value "CareTeam Example" ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-description" ];
       fhir:Extension.valueMarkdown [ fhir:value "This is a US Core CareTeam Example for MCC." ]     ];
     fhir:Meta.versionId [ fhir:value "2" ];
     fhir:Meta.lastUpdated [ fhir:value "2022-04-21T17:30:10.117+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#fOlntPRC97ZmQthM" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam>     ]
  ]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: CareTeam</b><a name=\"MCCCareTeamexample\"> </a></p><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\">Resource CareTeam &quot;MCCCareTeamexample&quot; Version &quot;2&quot; Updated &quot;2022-04-21 17:30:10+0000&quot; </p><p style=\"margin-bottom: 0px\">Information Source: #fOlntPRC97ZmQthM!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU5.0.1/StructureDefinition-us-core-careteam.html\">US Core CareTeam Profile</a></p></div><p><b>status</b>: active</p><p><b>name</b>: US-Core MCC example CareTeam</p><p><b>subject</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patient/cc-pat-pnoelle: Amy V. Shaw</a> &quot; NOELLE&quot;</p><blockquote><p><b>participant</b></p><p><b>role</b>: Nephrologist <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#11911009)</span></p><p><b>member</b>: <a href=\"Practitioner-practitionerMCC-1.html\">Practitioner/practitionerMCC-1: Henry Levin VII, MD</a> &quot; LEVIN&quot;</p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Nurse Practitioner <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#224571005)</span></p><p><b>member</b>: <a href=\"Practitioner-practitionerMCC-2.html\">Practitioner/practitionerMCC-2: Nancy Nurse, RN NP</a> &quot; NURSE&quot;</p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Primary care provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#453231000124104)</span></p><p><b>member</b>: <a href=\"Practitioner-practitionerMCC-3.html\">Practitioner/practitionerMCC-3: Peter Primary, MD</a> &quot; PRIMARY&quot;</p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Patient (person) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#116154003)</span></p><p><b>member</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patient/cc-pat-pnoelle: Patricia Noelle</a> &quot; NOELLE&quot;</p></blockquote></div>"
  ]; # 
  fhir:CareTeam.status [ fhir:value "active"]; # 
  fhir:CareTeam.name [ fhir:value "US-Core MCC example CareTeam"]; # 
  fhir:CareTeam.subject [
     fhir:Reference.reference [ fhir:value "Patient/cc-pat-pnoelle" ];
     fhir:Reference.display [ fhir:value "Amy V. Shaw" ]
  ]; # 
  fhir:CareTeam.participant [
     fhir:index 0;
     fhir:CareTeam.participant.role [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:11911009;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "11911009" ];
         fhir:Coding.display [ fhir:value "Nephrologist" ]       ]     ];
     fhir:CareTeam.participant.member [
       fhir:Reference.reference [ fhir:value "Practitioner/practitionerMCC-1" ];
       fhir:Reference.display [ fhir:value "Henry Levin VII, MD" ]     ]
  ], [
     fhir:index 1;
     fhir:CareTeam.participant.role [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:224571005;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "224571005" ];
         fhir:Coding.display [ fhir:value "Nurse Practitioner" ]       ]     ];
     fhir:CareTeam.participant.member [
       fhir:Reference.reference [ fhir:value "Practitioner/practitionerMCC-2" ];
       fhir:Reference.display [ fhir:value "Nancy Nurse, RN NP" ]     ]
  ], [
     fhir:index 2;
     fhir:CareTeam.participant.role [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:453231000124104;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "453231000124104" ];
         fhir:Coding.display [ fhir:value "Primary care provider" ]       ]     ];
     fhir:CareTeam.participant.member [
       fhir:Reference.reference [ fhir:value "Practitioner/practitionerMCC-3" ];
       fhir:Reference.display [ fhir:value "Peter Primary, MD" ]     ]
  ], [
     fhir:index 3;
     fhir:CareTeam.participant.role [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:116154003;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "116154003" ];
         fhir:Coding.display [ fhir:value "Patient (person)" ]       ]     ];
     fhir:CareTeam.participant.member [
       fhir:Reference.reference [ fhir:value "Patient/cc-pat-pnoelle" ];
       fhir:Reference.display [ fhir:value "Patricia Noelle" ]     ]
  ]. # 

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.