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

: Primary Care Medication List - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/List/smp-medlist-2> a fhir:List ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "smp-medlist-2"] ;
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ] ;
     fhir:Meta.lastUpdated [ fhir:value "2024-04-08T06:38:52Z"^^xsd:dateTime ] ;
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medication-list" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org/fhir/us/smp/StructureDefinition/smp-medication-list>
     ]
  ] ;
  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: List smp-medlist-2</b></p><a name=\"smp-medlist-2\"> </a><a name=\"hcsmp-medlist-2\"> </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: 1; Last updated: 2024-04-08 06:38:52+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-smp-medication-list.html\">Standardized Medication Profile - Medication List</a></p></div><h2>Primary Care Medication List</h2><table class=\"clstu\"><tr><td>Date: 2024-07-01 </td><td>Mode: Working List </td><td>Status: Current </td><td>Code: History of Medication use Narrative </td></tr><tr><td>Subject: <a href=\"http://hl7.org/fhir/us/core/STU8.0.1/Patient-example.html\">Amy V. Baxter  (no stated gender), DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))</a>Source: </td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td><td>Date</td></tr><tr><td><a href=\"MedicationStatement-smp-medstmt-3.html\">MedicationStatement: status = active; medication[x] = Amlodipine 5 MG Oral Tablet; effective[x] = 2024-06-01; dateAsserted = 2024-07-03; reasonCode = Hypertensive disorder, systemic arterial (disorder)</a></td><td>2024-07-01</td></tr></table></div>"
  ] ;
  fhir:List.status [ fhir:value "current"] ;
  fhir:List.mode [ fhir:value "working"] ;
  fhir:List.title [ fhir:value "Primary Care Medication List"] ;
  fhir:List.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:10160-0 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "10160-0" ]
     ]
  ] ;
  fhir:List.subject [
     fhir:link <http://hl7.org/fhir/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ] ;
  fhir:List.date [ fhir:value "2024-07-01"^^xsd:date] ;
  fhir:List.source [
     fhir:link <http://hl7.org/fhir/Practitioner/practitioner-2> ;
     fhir:Reference.reference [ fhir:value "Practitioner/practitioner-2" ]
  ] ;
  fhir:List.entry [
     fhir:index 0 ;
     fhir:List.entry.date [ fhir:value "2024-07-01"^^xsd:date ] ;
     fhir:List.entry.item [
       fhir:link <http://hl7.org/fhir/MedicationStatement/smp-medstmt-3> ;
       fhir:Reference.reference [ fhir:value "MedicationStatement/smp-medstmt-3" ]
     ]
  ] .

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

<http://hl7.org/fhir/Practitioner/practitioner-2> a fhir:Practitioner .

<http://hl7.org/fhir/MedicationStatement/smp-medstmt-3> a fhir:MedicationStatement .

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

<http://hl7.org/fhir/List/smp-medlist-2.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/List/smp-medlist-2.ttl> .