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-MedicationStatement-alprazolam-01 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:MedicationStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-MedicationStatement-alprazolam-01"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement example-MedicationStatement-alprazolam-01</b></p><a name=\"example-MedicationStatement-alprazolam-01\"> </a><a name=\"hcexample-MedicationStatement-alprazolam-01\"> </a><p><b>basedOn</b>: <a href=\"MedicationRequest-example-MedicationRequest-alprazolam-01.html\">MedicationRequest: status = active; intent = order; medication[x] = alprazolam 0.5 MG Oral Tablet; authoredOn = 2025-07-02</a></p><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 308048}, {http://hl7.org/fhir/sid/ndc 00378400305}\">alprazolam 0.5 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-examplePatient.html\">Example Patient</a></p><p><b>dateAsserted</b>: 2025-07-02 13:00:00-0800</p><p><b>informationSource</b>: <a href=\"Practitioner-examplePractitioner.html\">Practitioner Jane Smith (official)</a></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:basedOn ( [
fhir:l fhir:MedicationRequest/example-MedicationRequest-alprazolam-01 ;
fhir:reference [ fhir:v "MedicationRequest/example-MedicationRequest-alprazolam-01" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:medication [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ;
fhir:l <http://www.nlm.nih.gov/research/umls/rxnorm> ] ;
fhir:code [ fhir:v "308048" ] ;
fhir:display [ fhir:v "alprazolam 0.5 MG Oral Tablet" ] ] [
fhir:system [
fhir:v "http://hl7.org/fhir/sid/ndc"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/sid/ndc> ] ;
fhir:code [ fhir:v "00378400305" ] ] )
] ; #
fhir:subject [
fhir:l fhir:Patient/examplePatient ;
fhir:reference [ fhir:v "Patient/examplePatient" ] ;
fhir:display [ fhir:v "Example Patient" ]
] ; #
fhir:dateAsserted [ fhir:v "2025-07-02T13:00:00-08:00"^^xsd:dateTime] ; #
fhir:informationSource [
fhir:l fhir:Practitioner/examplePractitioner ;
fhir:reference [ fhir:v "Practitioner/examplePractitioner" ]
] . #