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

: Care plan created during 2025-07-16 visit (PROMIS-10 follow up) - JSON Representation

Raw json | Download

{
  "resourceType" : "CarePlan",
  "id" : "bsj1-careplan-promis-followup-20250716",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan|6.1.0"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan bsj1-careplan-promis-followup-20250716</b></p><a name=\"bsj1-careplan-promis-followup-20250716\"> </a><a name=\"hcbsj1-careplan-promis-followup-20250716\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-careplan.html\">US Core CarePlan Profile</a> version: 6.1.0</p></div><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 736271009}\">Outpatient care plan (record artifact)</span>, <span title=\"Codes:{http://hl7.org/fhir/us/core/CodeSystem/careplan-category assess-plan}\">Assessment and Plan of Treatment</span></p><p><b>title</b>: Care plan created during 2025-07-16 visit (PROMIS-10 follow up)</p><p><b>subject</b>: <a href=\"Patient-patient-betsysmith-johnson01.html\">Betsy Smith-Johnson</a></p><p><b>created</b>: 2025-07-16 10:30:00+0000</p><p><b>goal</b>: <a href=\"Goal-bsj1-goal-live-independently-20250716.html\">Goal: lifecycleStatus = active; category = Independence; description = ; start[x] = 2025-07-16</a></p></div>"
  },
  "status" : "active",
  "intent" : "plan",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "736271009",
          "display" : "Outpatient care plan (record artifact)"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/core/CodeSystem/careplan-category",
          "code" : "assess-plan"
        }
      ]
    }
  ],
  "title" : "Care plan created during 2025-07-16 visit (PROMIS-10 follow up)",
  "subject" : {
    🔗 "reference" : "Patient/patient-betsysmith-johnson01",
    "display" : "Betsy Smith-Johnson"
  },
  "created" : "2025-07-16T10:30:00.123Z",
  "goal" : [
    {
      🔗 "reference" : "Goal/bsj1-goal-live-independently-20250716"
    }
  ]
}