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
: Hospital Medication Administration List - TTL Representation
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-1> a fhir:List ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "smp-medlist-1"] ;
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-1</b></p><a name=\"smp-medlist-1\"> </a><a name=\"hcsmp-medlist-1\"> </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/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-1.html\">MedicationStatement: extension = ; 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:List.status [ fhir:value "current"] ;
fhir:List.mode [ fhir:value "working"] ;
fhir:List.title [ fhir:value "Hospital Medication Administration List"] ;
fhir:List.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a loinc:104207-6 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "104207-6" ]
]
] ;
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-1> ;
fhir:Reference.reference [ fhir:value "Practitioner/practitioner-1" ]
] ;
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-1> ;
fhir:Reference.reference [ fhir:value "MedicationStatement/smp-medstmt-1" ]
]
] .
<http://hl7.org/fhir/Patient/example> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/practitioner-1> a fhir:Practitioner .
<http://hl7.org/fhir/MedicationStatement/smp-medstmt-1> a fhir:MedicationStatement .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/List/smp-medlist-1.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/List/smp-medlist-1.ttl> .