MCC eCare Plan Draft Implementation Guide
0.1.0 - CI Build

MCC eCare Plan Draft Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: Weight Goal Example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@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 -------------------------------------------------------------------

 a fhir:Goal;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "goal-1"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "2" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-09-27T23:32:54.604+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#e9PeVeoKuvQxNibt" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: goal-1</p><p><b>meta</b>: </p><p><b>lifecycleStatus</b>: active</p><p><b>description</b>: <span title=\"Codes: \">Patient and Provider are targeting a weight of 150 lbs</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Patricia Noelle. Generated Summary: id: example;\n          Medical Record Number: 1032702 (USUAL); active; Amy V. Shaw , Amy V. Baxter ; ph:\n          555-555-5555(HOME), pnoelle@example.com; gender: female; birthDate: 1987-02-20</a></p><h3>Targets</h3><table class=\"grid\"><tr><td>-</td><td><b>Due[x]</b></td></tr><tr><td>*</td><td>2020-04-05</td></tr></table></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "individual" ];
       fhir:Extension.valueReference [
         fhir:Reference.reference [ fhir:value "Patient/cc-pat-pnoelle" ]       ]     ];
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/goal-acceptance" ]
  ], [
     fhir:index 1;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "individual" ];
       fhir:Extension.valueReference [
         fhir:Reference.reference [ fhir:value "Practitioner/PatrickPrimaryMD" ]       ]     ];
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/goal-acceptance" ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/goal-reasonRejected" ];
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.text [ fhir:value "doesn't want to lose his happy fat" ]     ]
  ], [
     fhir:index 3;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "type" ];
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/goal-relationship-type" ];
           fhir:Coding.code [ fhir:value "other" ]         ];
         fhir:CodeableConcept.text [ fhir:value "this goal relates to the BMI goal" ]       ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "target" ];
       fhir:Extension.valueReference [
         fhir:Reference.reference [ fhir:value "Goal/BMI" ]       ]     ];
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/goal-relationship" ]
  ];
  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.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.target [
     fhir:index 0;
     fhir:Goal.target.measure [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:29463-7;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "29463-7" ];
         fhir:Coding.display [ fhir:value "Body Weight" ]       ]     ];
     fhir:Goal.target.detailRange [
       fhir:Range.low [
         fhir:Quantity.value [ fhir:value "150"^^xsd:decimal ];
         fhir:Quantity.unit [ fhir:value "lbs" ];
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
         fhir:Quantity.code [ fhir:value "[lb_av]" ]       ];
       fhir:Range.high [
         fhir:Quantity.value [ fhir:value "155"^^xsd:decimal ];
         fhir:Quantity.unit [ fhir:value "lbs" ];
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ];
         fhir:Quantity.code [ fhir:value "[lb_av]" ]       ]     ];
     fhir:Goal.target.dueDate [ fhir:value "2020-04-05"^^xsd:date ]
  ];
  fhir:Goal.statusDate [ fhir:value "2019-10-14"^^xsd:date];
  fhir:Goal.statusReason [ fhir:value "Patient wants to lose weight for general health and pain relief."];
  fhir:Goal.expressedBy [
     fhir:Reference.reference [ fhir:value "Patient/cc-pat-pnoelle" ];
     fhir:Reference.display [ fhir:value "Patricia Noelle" ]
  ];
  fhir:Goal.addresses [
     fhir:index 0;
     fhir:Reference.display [ fhir:value "obesity condition" ]
  ];
  fhir:Goal.outcomeReference [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Observation/example" ];
     fhir:Reference.display [ fhir:value "Body Weight Measured" ]
  ].

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

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