\n
A simple care goal for a patient to stop smoking.
\n
"
];
fhir:Goal.identifier [
fhir:index 0;
fhir:Identifier.value [ fhir:value "123" ]
];
fhir:Goal.lifecycleStatus [ fhir:value "completed"];
fhir:Goal.achievementStatus [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/goal-achievement" ];
fhir:Coding.code [ fhir:value "achieved" ];
fhir:Coding.display [ fhir:value "Achieved" ]
];
fhir:CodeableConcept.text [ fhir:value "Achieved" ]
];
fhir:Goal.description [
fhir:CodeableConcept.text [ fhir:value "Stop smoking" ]
];
fhir:Goal.subject [
fhir:link