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 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/CarePlan/example-MAP-Alprazolam-Metoclopramide-01> a fhir:CarePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-MAP-Alprazolam-Metoclopramide-01"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medication-action-plan" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/smp/StructureDefinition/smp-medication-action-plan>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<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>"
  ] ;
  fhir:CarePlan.status [ fhir:value "draft"] ;
  fhir:CarePlan.intent [ fhir:value "plan"] ;
  fhir:CarePlan.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:736378000 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "736378000" ] ;
       fhir:Coding.display [ fhir:value "Medication management plan (record artifact)" ]
     ]
  ] ;
  fhir:CarePlan.title [ fhir:value "Example Med Action Plan (MAP) - Alprazolam and metoclopramide concurrent therapy as detected issue"] ;
  fhir:CarePlan.description [ fhir:value "Example Med Action Plan (MAP) - Alprazolam and metoclopramide concurrent therapy as DetectedIssue with risk for falls."] ;
  fhir:CarePlan.subject [
     fhir:link <http://hl7.org/fhir/Patient/examplePatient> ;
     fhir:Reference.reference [ fhir:value "Patient/examplePatient" ] ;
     fhir:Reference.display [ fhir:value "Betsy Smith-Johnson" ]
  ] ;
  fhir:CarePlan.created [ fhir:value "2025-07-02"^^xsd:date] ;
  fhir:CarePlan.author [
     fhir:link <http://hl7.org/fhir/Practitioner/examplePharmacist> ;
     fhir:Reference.reference [ fhir:value "Practitioner/examplePharmacist" ]
  ] ;
  fhir:CarePlan.supportingInfo [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/DetectedIssue/example-di01-duplicateTherapy> ;
     fhir:Reference.reference [ fhir:value "DetectedIssue/example-di01-duplicateTherapy" ]
  ] .

<http://hl7.org/fhir/Patient/examplePatient> a fhir:Patient .

<http://hl7.org/fhir/Practitioner/examplePharmacist> a fhir:Practitioner .

<http://hl7.org/fhir/DetectedIssue/example-di01-duplicateTherapy> a fhir:DetectedIssue .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CarePlan/example-MAP-Alprazolam-Metoclopramide-01.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CarePlan/example-MAP-Alprazolam-Metoclopramide-01.ttl> .