FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.pco
Resource TypeServiceRequest
IdServiceRequest-pcoMindfulnessSupportProgram.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ServiceRequest pcoMindfulnessSupportProgram

Language: en

Profile: US Core ServiceRequest Profile

status: Active

intent: Plan

code: Mindfulness Based Stress Reduction program (regime/therapy)

subject: Dorothy Jones Female, DoB: 1975-05-25 ( http://example.org#ee8d4ac0-545c-4501-8d7e-646bfbda1db5 (use: official, ))

occurrence: Once

authoredOn: 2025-02-15

requester: Practitioner John Anderson, MD

note:

Trial of mindfulness coaching to support anxiety management


Source1

{
  "resourceType": "ServiceRequest",
  "id": "pcoMindfulnessSupportProgram",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}