Person-Centered Outcomes (PCO) Implementation Guide
1.0.0-ballot - STU 1 Ballot United States of America flag

This page is part of the Person-Centered Outcomes (PCO) Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: Care Plan: Action step for mindfulness program - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "pcoMindfulnessSupportProgram",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest pcoMindfulnessSupportProgram</b></p><a name=\"pcoMindfulnessSupportProgram\"> </a><a name=\"hcpcoMindfulnessSupportProgram\"> </a><a name=\"pcoMindfulnessSupportProgram-en-US\"> </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-servicerequest.html\">US Core ServiceRequest Profile</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 1259023009}\">Mindfulness Based Stress Reduction program (regime/therapy)</span></p><p><b>subject</b>: <a href=\"Patient-pcoPatientJones.html\">Dorothy Jones  Female, DoB: 1975-05-25 ( http://example.org#ee8d4ac0-545c-4501-8d7e-646bfbda1db5\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>occurrence</b>: Once</p><p><b>authoredOn</b>: 2025-02-15</p><p><b>requester</b>: <a href=\"Practitioner-pcoPractitionerAnderson.html\">Practitioner John Anderson, MD</a></p><p><b>note</b>: Trial of mindfulness coaching to support anxiety management</p></div>"
  },
  "status" : "active",
  "intent" : "plan",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "1259023009",
        "display" : "Mindfulness Based Stress Reduction program (regime/therapy)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/pcoPatientJones"
  },
  "occurrenceTiming" : {
    "repeat" : {
      "boundsPeriod" : {
        "start" : "2025-02-15",
        "end" : "2025-06-30"
      },
      "frequency" : 1,
      "periodUnit" : "wk"
    }
  },
  "authoredOn" : "2025-02-15",
  "requester" : {
    🔗 "reference" : "Practitioner/pcoPractitionerAnderson"
  },
  "note" : [
    {
      "text" : "Trial of mindfulness coaching to support anxiety management"
    }
  ]
}