@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/us/pco/ServiceRequest/pcoMindfulnessSupportProgram> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "pcoMindfulnessSupportProgram"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<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><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 (use: official, ))</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>: </p><blockquote><div><p>Trial of mindfulness coaching to support anxiety management</p>\n</div></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:code [
     fhir:coding ( [
       a sct:1259023009 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "1259023009" ] ;
       fhir:display [ fhir:v "Mindfulness Based Stress Reduction program (regime/therapy)" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <http://hl7.org/fhir/us/pco/Patient/pcoPatientJones> ;
     fhir:reference [ fhir:v "Patient/pcoPatientJones" ]
  ] ; # 
  fhir:occurrence [
     a fhir:Timing ;
     fhir:repeat [
       fhir:bounds [
         a fhir:Period ;
         fhir:start [ fhir:v "2025-02-15"^^xsd:date ] ;
         fhir:end [ fhir:v "2025-06-30"^^xsd:date ]
       ] ;
       fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
       fhir:periodUnit [ fhir:v "wk" ]
     ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2025-02-15"^^xsd:date] ; # 
  fhir:requester [
     fhir:l <http://hl7.org/fhir/us/pco/Practitioner/pcoPractitionerAnderson> ;
     fhir:reference [ fhir:v "Practitioner/pcoPractitionerAnderson" ]
  ] ; # 
  fhir:note ( [
     fhir:text [ fhir:v "Trial of mindfulness coaching to support anxiety management" ]
  ] ) . # 

<http://hl7.org/fhir/us/pco/Patient/pcoPatientJones> a fhir:Us .

<http://hl7.org/fhir/us/pco/Practitioner/pcoPractitionerAnderson> a fhir:Us .

# -------------------------------------------------------------------------------------

