# Goals Section OID: 2.16.840.1.113883.10.20.22.2.60 LOINCs: #{"61146-7"} Alias: goals Entries Required: N/A Internal ID: GoalsSection [IG Link](https://www.hl7.org/ccdasearch/templates/2.16.840.1.113883.10.20.22.2.60.html) ## sample2 ```json { "description" : { "coding" : [ { "code" : "404684003", "display" : "http://snomed.info/sct", "system" : "http://terminology.hl7.org/CodeSystem/goal-priority" } ] }, "expressedBy" : { "resourceType" : "PractitionerRole", "id" : "4e42ca15-5054-4b53-a181-0b945c7f58de", "period" : { "start" : "2013-08-01" }, "specialty" : [ { "text" : "Registered nurse", "coding" : [ { "code" : "163W00000X", "display" : "Registered nurse", "system" : "http://hl7.org/fhir/ValueSet/provider-taxonomy" } ] } ], "practitioner" : { "name" : [ { "given" : [ "Mary" ], "family" : "McDonald", "use" : "official", "suffix" : [ "RN" ] } ], "id" : "d839038b-7172-4165-a760-467925b43857", "resourceType" : "Practitioner" } }, "resourceType" : "Goal", "priority" : { "coding" : [ { "code" : "high-priority", "display" : "High Priority", "system" : "http://terminology.hl7.org/CodeSystem/goal-priority" } ] }, "id" : "3700b3b0-fbed-11e2-b788-0800200c9a66", "target" : [ { "detail" : { "Range" : { "low" : { "value" : 98, "unit" : "[degF]" }, "high" : { "value" : 99, "unit" : "[degF]" } } }, "measure" : { "text" : "Negotiated Goal for Body Temperature", "coding" : [ { "code" : "8310-5", "display" : "Negotiated Goal for Body Temperature", "system" : "http://loinc.org" } ] }, "due" : { "date" : "2015-06-23" } } ], "subject" : { "resourceType" : "Patient", "id" : "patient" }, "lifecycleStatus" : "active" } ``` C-CDA Equivalent: ```xml
Goals Section
Target Target detail Due date Responsible Person
Negotiated Goal for Body Temperature {:value 98, :unit "[degF]"} - {:value 99, :unit "[degF]"} 06/23/2015 12:00AM UTC Mary McDonald
Negotiated Goal for Body Temperature
``` ## sample1 ```json { "description" : { "coding" : [ { "code" : "404684003", "display" : "http://snomed.info/sct", "system" : "http://terminology.hl7.org/CodeSystem/goal-priority" } ] }, "expressedBy" : { "resourceType" : "PractitionerRole", "id" : "728f4009-c432-4323-b909-dd57324dfdbe", "period" : { "start" : "2013-07-30" }, "specialty" : [ { "text" : "Registered nurse", "coding" : [ { "code" : "163W00000X", "display" : "Registered nurse", "system" : "http://hl7.org/fhir/ValueSet/provider-taxonomy" } ] } ], "practitioner" : { "name" : [ { "given" : [ "Mary" ], "family" : "McDonald", "use" : "official", "suffix" : [ "RN" ] } ], "id" : "d839038b-7171-4165-a760-467925b43857", "resourceType" : "Practitioner" } }, "resourceType" : "Goal", "priority" : { "coding" : [ { "code" : "high-priority", "display" : "High Priority", "system" : "http://terminology.hl7.org/CodeSystem/goal-priority" } ] }, "id" : "3700b3b0-fbed-11e2-b778-0800200c9a66", "target" : [ { "detail" : { "string" : "Need to gain more energy to do regular activities. (Visual Inspection)" }, "measure" : { "text" : "Resident's overall goal established during assessment process", "coding" : [ { "code" : "58144-7", "display" : "Resident's overall goal established during assessment process", "system" : "http://loinc.org" } ] }, "due" : { "date" : "2015-06-23" } } ], "subject" : { "resourceType" : "Patient", "id" : "patient" }, "lifecycleStatus" : "active" } ``` C-CDA Equivalent: ```xml
Goals Section
Target Target detail Due date Responsible Person
Resident's overall goal established during assessment process Need to gain more energy to do regular activities. (Visual Inspection) 06/23/2015 12:00AM UTC Mary McDonald
Resident's overall goal established during assessment process Need to gain more energy to do regular activities. (Visual Inspection)
```