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" : "bsj1-goal-live-independently-20250716",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Goal bsj1-goal-live-independently-20250716</b></p><a name=\"bsj1-goal-live-independently-20250716\"> </a><a name=\"hcbsj1-goal-live-independently-20250716\"> </a><p><b>lifecycleStatus</b>: Active</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/pco/CodeSystem/pco-goal-domains-temporary independence}\">Independence</span></p><p><b>description</b>: <span title=\"Codes:\">Live independently.</span></p><p><b>subject</b>: <a href=\"Patient-patient-betsysmith-johnson01.html\">Betsy Smith-Johnson</a></p><p><b>start</b>: 2025-07-16</p></div>"
},
"lifecycleStatus" : "active",
"category" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/us/pco/CodeSystem/pco-goal-domains-temporary",
"code" : "independence",
"display" : "Independence"
}
]
}
],
"description" : {
"text" : "Live independently."
},
"subject" : {
🔗 "reference" : "Patient/patient-betsysmith-johnson01",
"display" : "Betsy Smith-Johnson"
},
"startDate" : "2025-07-16"
}