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

: SMP Medication Action Plan for examplePatient - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@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/Composition/Example-SMP-MAPComposition-01> a fhir:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "Example-SMP-MAPComposition-01"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/smp/StructureDefinition/smp-map-composition" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/smp/StructureDefinition/smp-map-composition>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en-US"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: Composition Example-SMP-MAPComposition-01</b></p><a name=\"Example-SMP-MAPComposition-01\"> </a><a name=\"hcExample-SMP-MAPComposition-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\">Language: en-US</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-smp-map-composition.html\">SMP Composition Medication Action Plan</a></p></div><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 80797-4}\">Pharmacology Plan of care note</span></p><p><b>date</b>: 2025-07-02</p><p><b>author</b>: <a href=\"Practitioner-examplePharmacist.html\">Practitioner Pharmy Anyperson (official)</a></p><p><b>title</b>: SMP Medication Action Plan for examplePatient</p><h3>Attesters</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Mode</b></td><td><b>Party</b></td></tr><tr><td style=\"display: none\">*</td><td>Professional</td><td><a href=\"Practitioner-examplePharmacist.html\">Practitioner Pharmy Anyperson (official)</a></td></tr></table></div>"
  ] ;
  fhir:Composition.status [ fhir:value "final"] ;
  fhir:Composition.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:80797-4 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "80797-4" ] ;
       fhir:Coding.display [ fhir:value "Pharmacology Plan of care note" ]
     ]
  ] ;
  fhir:Composition.subject [
     fhir:link <http://hl7.org/fhir/Patient/examplePatient> ;
     fhir:Reference.reference [ fhir:value "Patient/examplePatient" ]
  ] ;
  fhir:Composition.date [ fhir:value "2025-07-02"^^xsd:date] ;
  fhir:Composition.author [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Practitioner/examplePharmacist> ;
     fhir:Reference.reference [ fhir:value "Practitioner/examplePharmacist" ]
  ] ;
  fhir:Composition.title [ fhir:value "SMP Medication Action Plan for examplePatient"] ;
  fhir:Composition.attester [
     fhir:index 0 ;
     fhir:Composition.attester.mode [ fhir:value "professional" ] ;
     fhir:Composition.attester.party [
       fhir:link <http://hl7.org/fhir/Practitioner/examplePharmacist> ;
       fhir:Reference.reference [ fhir:value "Practitioner/examplePharmacist" ]
     ]
  ] ;
  fhir:Composition.section [
     fhir:index 0 ;
     fhir:Composition.section.title [ fhir:value "Medication Action Plan Care Plan for example Patient" ] ;
     fhir:Composition.section.code [
       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:Composition.section.text [
       fhir:Narrative.status [ fhir:value "additional" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">This section contains the Medication Action Plan Care Plan for example Patient.</div>"
     ] ;
     fhir:Composition.section.entry [
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/CarePlan/example-MAP-Alprazolam-Metoclopramide-01> ;
       fhir:Reference.reference [ fhir:value "CarePlan/example-MAP-Alprazolam-Metoclopramide-01" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Composition.section.title [ fhir:value "Medication Action Plan Care Plan Document for example Patient" ] ;
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a loinc:80797-4 ;
         fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
         fhir:Coding.code [ fhir:value "80797-4" ] ;
         fhir:Coding.display [ fhir:value "Pharmacology Plan of care note" ]
       ]
     ] ;
     fhir:Composition.section.text [
       fhir:Narrative.status [ fhir:value "additional" ] ;
       fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">This section contains the Medication Action Plan Care Plan Document for example Patient.</div>"
     ] ;
     fhir:Composition.section.entry [
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/DocumentReference/Example-DocumentReference-PatientSummary20250709093054> ;
       fhir:Reference.reference [ fhir:value "DocumentReference/Example-DocumentReference-PatientSummary20250709093054" ]
     ]
  ] .

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

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

<http://hl7.org/fhir/CarePlan/example-MAP-Alprazolam-Metoclopramide-01> a fhir:CarePlan .

<http://hl7.org/fhir/DocumentReference/Example-DocumentReference-PatientSummary20250709093054> a fhir:DocumentReference .

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

<http://hl7.org/fhir/Composition/Example-SMP-MAPComposition-01.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Composition/Example-SMP-MAPComposition-01.ttl> .