PACIO Sample Data Depot
0.1.0 - draft
PACIO Sample Data Depot, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/paciowg/sample-data-fsh/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Goal",
"id" : "wm1-goal-attend-wedding-20260226",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Goal wm1-goal-attend-wedding-20260226</b></p><a name=\"wm1-goal-attend-wedding-20260226\"> </a><a name=\"hcwm1-goal-attend-wedding-20260226\"> </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>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/goal-priority high-priority}\">High Priority</span></p><p><b>description</b>: <span title=\"Codes:\">Attend family wedding.</span></p><p><b>subject</b>: <a href=\"Patient-patient-wilmamarina01.html\">Wilma Marina</a></p><p><b>start</b>: 2026-02-26</p></div>"
},
"lifecycleStatus" : "active",
"achievementStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/goal-achievement",
"code" : "in-progress"
}
]
},
"priority" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/goal-priority",
"code" : "high-priority"
}
]
},
"description" : {
"text" : "Attend family wedding."
},
"subject" : {
🔗 "reference" : "Patient/patient-wilmamarina01",
"display" : "Wilma Marina"
},
"startDate" : "2026-02-26"
}