Standardized Medication Profile (SMP) FHIR IG
1.0.0 - STU 1 United States of America flag

Standardized Medication Profile (SMP) FHIR IG, published by HL7 International / Pharmacy. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/smp-ig/ and changes regularly. See the Directory of published versions

: Example Med Action Plan (MAP) - Alprazolam and metoclopramide concurrent therapy as detected issue - TTL Representation

Page standards status: Informative

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:CarePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-MAP-Alprazolam-Metoclopramide-01"] ; # 
  fhir:meta [
    ( 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 example-MAP-Alprazolam-Metoclopramide-01</b></p><a name=\"example-MAP-Alprazolam-Metoclopramide-01\"> </a><a name=\"hcexample-MAP-Alprazolam-Metoclopramide-01\"> </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=\"StructureDefinition-smp-medication-action-plan.html\">Standardized Medication Profile - Medication Action Plan</a></p></div><p><b>status</b>: Draft</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>: Example Med Action Plan (MAP) - Alprazolam and metoclopramide concurrent therapy as detected issue</p><p><b>description</b>: Example Med Action Plan (MAP) - Alprazolam and metoclopramide concurrent therapy as DetectedIssue with risk for falls.</p><p><b>subject</b>: <a href=\"Patient-examplePatient.html\">Betsy Smith-Johnson</a></p><p><b>created</b>: 2025-07-02</p><p><b>author</b>: <a href=\"Practitioner-examplePharmacist.html\">Practitioner Pharmy Anyperson (official)</a></p><p><b>supportingInfo</b>: <a href=\"DetectedIssue-example-di01-duplicateTherapy.html\">DetectedIssue Duplicate Therapy Alert</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  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 "Example Med Action Plan (MAP) - Alprazolam and metoclopramide concurrent therapy as detected issue"] ; # 
  fhir:description [ fhir:v "Example Med Action Plan (MAP) - Alprazolam and metoclopramide concurrent therapy as DetectedIssue with risk for falls."] ; # 
  fhir:subject [
fhir:l fhir:Patient/examplePatient ;
fhir:reference [ fhir:v "Patient/examplePatient" ] ;
fhir:display [ fhir:v "Betsy Smith-Johnson" ]
  ] ; # 
  fhir:created [ fhir:v "2025-07-02"^^xsd:date] ; # 
  fhir:author [
fhir:l fhir:Practitioner/examplePharmacist ;
fhir:reference [ fhir:v "Practitioner/examplePharmacist" ]
  ] ; # 
  fhir:supportingInfo ( [
fhir:l fhir:DetectedIssue/example-di01-duplicateTherapy ;
fhir:reference [ fhir:v "DetectedIssue/example-di01-duplicateTherapy" ]
  ] ) . #