@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/smp/CarePlan/betsysmith-johnson01-MAP-Drug-druginteraction1> a fhir:CarePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "betsysmith-johnson01-MAP-Drug-druginteraction1"] ; # 
  fhir:meta [
     fhir:versionId [ fhir:v "5" ] ;
     fhir:lastUpdated [ fhir:v "2026-01-07T10:52:00.0725571+00:00"^^xsd:dateTime ] ;
     fhir:source [
       fhir:v "#svnLyd8XoofodC2c"^^xsd:anyURI ;
       fhir:l <#svnLyd8XoofodC2c>
     ] ;
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medication-action-plan"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/smp/StructureDefinition/smp-medication-action-plan>
     ] )
  ] ; # 
  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: CarePlan betsysmith-johnson01-MAP-Drug-druginteraction1</b></p><a name=\"betsysmith-johnson01-MAP-Drug-druginteraction1\"> </a><a name=\"hcbetsysmith-johnson01-MAP-Drug-druginteraction1\"> </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\">version: 5; Last updated: 2026-01-07 10:52:00+0000; </p><p style=\"margin-bottom: 0px\">Information Source: #svnLyd8XoofodC2c</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-smp-medication-action-plan.html\">Standardized Medication Profile - Medication Action Plan</a></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 736378000}\">Medication management plan (record artifact)</span></p><p><b>title</b>: Jardiance Oral Tablet 10 MG,metFORMIN HCl Oral Tablet 500 MG,Sertraline HCl Oral Tablet 25 MG Betsy Smith-Johnson Med Action Plan (MAP)</p><p><b>description</b>: Change medication dose Betsy Smith-Johnson Med Action Plan (MAP)</p><p><b>subject</b>: <a href=\"Patient-patient-betsysmith-johnson01.html\">Betsy Smith-Johnson</a></p><p><b>created</b>: 2026-01-07</p><p><b>author</b>: <a href=\"Practitioner-Practitioner-KevinJames.html\">Practitioner Kevin James</a></p><p><b>supportingInfo</b>: <a href=\"DetectedIssue-betsysmith-johnson01-di01-Drug-druginteraction1.html\">DetectedIssue Drug Interaction Alert</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:category ( [
     fhir:coding ( [
       a sct:736378000 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "736378000" ] ;
       fhir:display [ fhir:v "Medication management plan (record artifact)" ]
     ] )
  ] ) ; # 
  fhir:title [ fhir:v "Jardiance Oral Tablet 10 MG,metFORMIN HCl Oral Tablet 500 MG,Sertraline HCl Oral Tablet 25 MG Betsy Smith-Johnson Med Action Plan (MAP)"] ; # 
  fhir:description [ fhir:v "Change medication dose Betsy Smith-Johnson Med Action Plan (MAP)"] ; # 
  fhir:subject [
     fhir:l <http://hl7.org/fhir/us/smp/Patient/patient-betsysmith-johnson01> ;
     fhir:reference [ fhir:v "Patient/patient-betsysmith-johnson01" ] ;
     fhir:display [ fhir:v "Betsy Smith-Johnson" ]
  ] ; # 
  fhir:created [ fhir:v "2026-01-07"^^xsd:date] ; # 
  fhir:author [
     fhir:l <http://hl7.org/fhir/us/smp/Practitioner/Practitioner-KevinJames> ;
     fhir:reference [ fhir:v "Practitioner/Practitioner-KevinJames" ]
  ] ; # 
  fhir:supportingInfo ( [
     fhir:l <http://hl7.org/fhir/us/smp/DetectedIssue/betsysmith-johnson01-di01-Drug-druginteraction1> ;
     fhir:reference [ fhir:v "DetectedIssue/betsysmith-johnson01-di01-Drug-druginteraction1" ]
  ] ) . # 

<http://hl7.org/fhir/us/smp/Patient/patient-betsysmith-johnson01> a fhir:Us .

<http://hl7.org/fhir/us/smp/Practitioner/Practitioner-KevinJames> a fhir:Us .

<http://hl7.org/fhir/us/smp/DetectedIssue/betsysmith-johnson01-di01-Drug-druginteraction1> a fhir:Us .

# -------------------------------------------------------------------------------------

