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

: MCC Goal Example - Weight Loss - 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:Goal;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "WGT-loss"]; # 
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "9" ];
     fhir:Meta.lastUpdated [ fhir:value "2022-08-02T18:25:27.359+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#Co3eBzwkPfsp7Smu" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/mcc/StructureDefinition/MCCGoal";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/mcc/StructureDefinition/MCCGoal>     ]
  ]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Goal</b><a name=\"WGT-loss\"> </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 Goal &quot;WGT-loss&quot; Version &quot;9&quot; Updated &quot;2022-08-02 18:25:27+0000&quot; </p><p style=\"margin-bottom: 0px\">Information Source: #Co3eBzwkPfsp7Smu!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MCCGoal.html\">Multiple Chronic Condition Care Plan Goal</a></p></div><p><b>lifecycleStatus</b>: active</p><p><b>category</b>: Dietary <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-goal-category.html\">Goal category</a>#dietary)</span></p><p><b>priority</b>: high <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-goal-priority.html\">Goal priority</a>#high-priority &quot;High Priority&quot;)</span></p><p><b>description</b>: Target weight is 150 to 155 lbs. <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#43664005 &quot;Normal weight&quot;)</span></p><p><b>subject</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patient/cc-pat-pnoelle: Patricia Noelle</a> &quot; NOELLE&quot;</p><p><b>start</b>: 2019-10-14</p><p><b>statusDate</b>: 2019-10-14</p><p><b>expressedBy</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patient/cc-pat-pnoelle: Patricia Noelle</a> &quot; NOELLE&quot;</p></div>"
  ]; # 
  fhir:Goal.lifecycleStatus [ fhir:value "active"]; # 
  fhir:Goal.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/goal-category" ];
       fhir:Coding.code [ fhir:value "dietary" ]     ]
  ]; # 
  fhir:Goal.priority [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/goal-priority" ];
       fhir:Coding.code [ fhir:value "high-priority" ];
       fhir:Coding.display [ fhir:value "High Priority" ]     ];
     fhir:CodeableConcept.text [ fhir:value "high" ]
  ]; # 
  fhir:Goal.description [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:43664005;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "43664005" ];
       fhir:Coding.display [ fhir:value "Normal weight" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Target weight is 150 to 155 lbs." ]
  ]; # 
  fhir:Goal.subject [
     fhir:Reference.reference [ fhir:value "Patient/cc-pat-pnoelle" ];
     fhir:Reference.display [ fhir:value "Patricia Noelle" ]
  ]; # 
  fhir:Goal.startDate [ fhir:value "2019-10-14"^^xsd:date]; # 
  fhir:Goal.statusDate [ fhir:value "2019-10-14"^^xsd:date]; # 
  fhir:Goal.expressedBy [
     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.