Person-Centered Outcomes Test Data - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Goal",
"id" : "test01GoalPainLevelExample",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/pco/StructureDefinition/pco-goal-profile"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Goal test01GoalPainLevelExample</b></p><a name=\"test01GoalPainLevelExample\"> </a><a name=\"hctest01GoalPainLevelExample\"> </a><a name=\"test01GoalPainLevelExample-en-US\"> </a><p><b>lifecycleStatus</b>: Active</p><p><b>achievementStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/goal-achievement in-progress}\">In Progress</span></p><p><b>description</b>: <span title=\"Codes:\">Maintain pain level below 5 while walking</span></p><p><b>subject</b>: <a href=\"Patient-test01Patient.html\">Camila Lopez Female, DoB: 1955-07-16 ( http://example.org#ee8d4ac0-545c-4501-8d7e-646bfbda1db5\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>start</b>: 2024-02-15</p><h3>Targets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Due[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>2024-06-30</td></tr></table><p><b>expressedBy</b>: <a href=\"Practitioner-pcoPractitionerAnderson.html\">Practitioner John Anderson, MD</a></p></div>"
},
"lifecycleStatus" : "active",
"achievementStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/goal-achievement",
"code" : "in-progress"
}
]
},
"description" : {
"text" : "Maintain pain level below 5 while walking"
},
"subject" : {
🔗 "reference" : "Patient/test01Patient"
},
"startDate" : "2024-02-15",
"target" : [
{
"dueDate" : "2024-06-30"
}
],
"expressedBy" : {
🔗 "reference" : "Practitioner/pcoPractitionerAnderson"
}
}