QI-Core Implementation Guide: STU 3.2 (v3.2.0 for FHIR 3.0.1)

This page is part of the Quality Improvement Core Framework (v3.2.0: STU 3) based on FHIR R3. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions

Goal example

Formats: Narrative, XML, JSON, Turtle

Raw ttl

@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 "example"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-goal";
       fhir:index 0     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>meta</b>: </p><p><b>identifier</b>: 123</p><p><b>status</b>: on-hold</p><p><b>category</b>: Dietary <span style=\"background: LightGoldenRodYellow\">(Details : {http://hl7.org/fhir/goal-category code 'dietary' = 'Dietary)</span></p><p><b>priority</b>: high <span style=\"background: LightGoldenRodYellow\">(Details : {http://hl7.org/fhir/goal-priority code 'high-priority' = 'High Priority', given as 'High Priority'})</span></p><p><b>description</b>: Target weight is 160 to 180 lbs. <span style=\"background: LightGoldenRodYellow\">(Details )</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Peter James Chalmers. Generated Summary: id: example; Medical record number = 12345 (USUAL); active; Peter James Chalmers (OFFICIAL), Jim Chalmers , Peter James Windsor (MAIDEN); -unknown-(HOME), ph: (03) 5555 6473(WORK), ph: (03) 3410 5613(MOBILE), ph: (03) 5555 8834(OLD); gender: male; birthDate: 25/12/1974; </a></p><p><b>start</b>: 05/04/2015</p><h3>Targets</h3><table class=\"grid\"><tr><td>-</td><td><b>Measure</b></td><td><b>Detail[x]</b></td><td><b>Due[x]</b></td></tr><tr><td>*</td><td>Weight Measured <span style=\"background: LightGoldenRodYellow\">(Details : {LOINC code '3141-9' = 'Body weight Measured', given as 'Weight Measured'})</span></td><td>160-180 lbs</td><td>05/04/2016</td></tr></table><p><b>statusDate</b>: 14/02/2016</p><p><b>statusReason</b>: Patient wants to defer weight loss until after honeymoon.</p><p><b>expressedBy</b>: <a href=\"Patient-example.html\">Peter James Chalmers. Generated Summary: id: example; Medical record number = 12345 (USUAL); active; Peter James Chalmers (OFFICIAL), Jim Chalmers , Peter James Windsor (MAIDEN); -unknown-(HOME), ph: (03) 5555 6473(WORK), ph: (03) 3410 5613(MOBILE), ph: (03) 5555 8834(OLD); gender: male; birthDate: 25/12/1974; </a></p><p><b>addresses</b>: obesity condition</p><p><b>outcomeReference</b>: <a href=\"Observation-example.html\">Body Weight Measured. Generated Summary: id: example; <span title=\"Codes: {http://hl7.org/fhir/observation-category vital-signs}\">Vital Signs</span>; <span title=\"Codes: {http://loinc.org 30350-3}\">Hemoglobin [Mass/volume] in Venous blood</span>; effective: 02/04/2013 8:30:10 PM --&gt; 05/04/2013 8:30:10 PM; issued: 04/04/2013 1:30:10 AM; 7.2 g/dl; <span title=\"Codes: {http://hl7.org/fhir/v2/0078 L}\">Below low normal</span>; <span title=\"Codes: {http://snomed.info/sct 308046002}\">Superficial forearm vein</span>; <span title=\"Codes: {http://snomed.info/sct 120220003}\">Injection to forearm</span></a></p></div>"
  ];
  fhir:Goal.identifier [
     fhir:index 0;
     fhir:Identifier.value [ fhir:value "123" ]
  ];
  fhir:Goal.status [ fhir:value "on-hold"];
  fhir:Goal.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/goal-category" ];
       fhir:Coding.code [ fhir:value "dietary" ]     ]
  ];
  fhir:Goal.priority [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/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 160 to 180 lbs." ]
  ];
  fhir:Goal.subject [
     fhir:Reference.reference [ fhir:value "Patient/example" ];
     fhir:Reference.display [ fhir:value "Peter James Chalmers" ]
  ];
  fhir:Goal.startDate [ fhir:value "2015-04-05"^^xsd:date];
  fhir:Goal.target [
     fhir:Goal.target.measure [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a loinc:3141-9;
         fhir:Coding.system [ fhir:value "http://loinc.org" ];
         fhir:Coding.code [ fhir:value "3141-9" ];
         fhir:Coding.display [ fhir:value "Weight Measured" ]       ]     ];
     fhir:Goal.target.detailRange [
       fhir:Range.low [
         fhir:Quantity.value [ fhir:value "160"^^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 "180"^^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 "2016-04-05"^^xsd:date ]
  ];
  fhir:Goal.statusDate [ fhir:value "2016-02-14"^^xsd:date];
  fhir:Goal.statusReason [ fhir:value "Patient wants to defer weight loss until after honeymoon."];
  fhir:Goal.expressedBy [
     fhir:Reference.reference [ fhir:value "Patient/example" ];
     fhir:Reference.display [ fhir:value "Peter James Chalmers" ]
  ];
  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.