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 example of MCC CaregiverOnCareTeam - 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 "caregiveronteam-of-noelle"]; # 
  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 "CaregiverOnCareTeam Example for Noelle" ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-description" ];
       fhir:Extension.valueMarkdown [ fhir:value "This is a careteam example for the MCC CaregiverOnCareTeam." ]     ];
     fhir:Meta.versionId [ fhir:value "1" ];
     fhir:Meta.lastUpdated [ fhir:value "2022-09-09T12:12:51.977+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#pTfSnSpOKgnJpXio" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/mcc/StructureDefinition/MCCCaregiverOnCareTeam";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/mcc/StructureDefinition/MCCCaregiverOnCareTeam>     ]
  ]; # 
  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=\"caregiveronteam-of-noelle\"> </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;caregiveronteam-of-noelle&quot; Version &quot;1&quot; Updated &quot;2022-09-09 12:12:51+0000&quot; </p><p style=\"margin-bottom: 0px\">Information Source: #pTfSnSpOKgnJpXio!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MCCCaregiverOnCareTeam.html\">Multiple Chronic Condition Care Plan Caregiver on Care Team</a></p></div><p><b>status</b>: active</p><p><b>name</b>: CaregiverOnCareTeam of Noelle Example</p><p><b>subject</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patient/cc-pat-pnoelle</a> &quot; NOELLE&quot;</p><h3>Participants</h3><table class=\"grid\"><tr><td>-</td><td><b>Role</b></td><td><b>Member</b></td></tr><tr><td>*</td><td>Caregiver (person) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#133932002)</span></td><td><a href=\"RelatedPerson-caregiver-of-noelle.html\">RelatedPerson/caregiver-of-noelle: Sarah van Putten</a> &quot; VAN PUTTEN&quot;</td></tr></table></div>"
  ]; # 
  fhir:CareTeam.status [ fhir:value "active"]; # 
  fhir:CareTeam.name [ fhir:value "CaregiverOnCareTeam of Noelle Example"]; # 
  fhir:CareTeam.subject [
     fhir:Reference.reference [ fhir:value "Patient/cc-pat-pnoelle" ]
  ]; # 
  fhir:CareTeam.participant [
     fhir:index 0;
     fhir:CareTeam.participant.role [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:133932002;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "133932002" ];
         fhir:Coding.display [ fhir:value "Caregiver (person)" ]       ]     ];
     fhir:CareTeam.participant.member [
       fhir:Reference.reference [ fhir:value "RelatedPerson/caregiver-of-noelle" ];
       fhir:Reference.display [ fhir:value "Sarah van Putten" ]     ]
  ]. # 

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

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