Standardized Medication Profile (SMP) FHIR IG
1.0.0-ballot - STU1 Ballot 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-ballot 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

: Hospital Medication Administration List - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://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 -------------------------------------------------------------------

 a fhir:List ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "smp-medlist-1"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2024-04-08T06:38:52Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medication-list"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/smp/StructureDefinition/smp-medication-list>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: List smp-medlist-1</b></p><a name=\"smp-medlist-1\"> </a><a name=\"hcsmp-medlist-1\"> </a><a name=\"smp-medlist-1-en-US\"> </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>Hospital Medication Administration List</h2><table class=\"clstu\"><tr><td>Date: 2024-07-01 </td><td>Mode: Working List </td><td>Status: Current </td><td>Code: Medication administration list [Identifier] Episode Pharmacy </td></tr><tr><td>Subject: <a href=\"http://hl7.org/fhir/us/core/STU6.1/Patient-example.html\">??</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-1.html\">MedicationStatement: status = active; medication[x] = metformin 250 MG Oral Tablet; effective[x] = 2024-06-01; dateAsserted = 2024-07-01; reasonCode = Diabetes mellitus type 2 in nonobese</a></td><td>2024-07-01</td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:mode [ fhir:v "working"] ; # 
  fhir:title [ fhir:v "Hospital Medication Administration List"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:104207-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "104207-6" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example" ]
  ] ; # 
  fhir:date [ fhir:v "2024-07-01"^^xsd:date] ; # 
  fhir:source [
fhir:reference [ fhir:v "Practitioner/practitioner-1" ]
  ] ; # 
  fhir:entry ( [
fhir:date [ fhir:v "2024-07-01"^^xsd:date ] ;
fhir:item [
fhir:reference [ fhir:v "MedicationStatement/smp-medstmt-1" ]     ]
  ] ) . #