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

: example-MedicationStatement-alprazolam-01 - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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/MedicationStatement/example-MedicationStatement-alprazolam-01> a fhir:MedicationStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-MedicationStatement-alprazolam-01"] ;
  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: 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>"
  ] ;
  fhir:MedicationStatement.basedOn [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/MedicationRequest/example-MedicationRequest-alprazolam-01> ;
     fhir:Reference.reference [ fhir:value "MedicationRequest/example-MedicationRequest-alprazolam-01" ]
  ] ;
  fhir:MedicationStatement.status [ fhir:value "active"] ;
  fhir:MedicationStatement.medicationCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://www.nlm.nih.gov/research/umls/rxnorm" ] ;
       fhir:Coding.code [ fhir:value "308048" ] ;
       fhir:Coding.display [ fhir:value "alprazolam 0.5 MG Oral Tablet" ]
     ], [
       fhir:index 1 ;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/ndc" ] ;
       fhir:Coding.code [ fhir:value "00378400305" ]
     ]
  ] ;
  fhir:MedicationStatement.subject [
     fhir:link <http://hl7.org/fhir/Patient/examplePatient> ;
     fhir:Reference.reference [ fhir:value "Patient/examplePatient" ] ;
     fhir:Reference.display [ fhir:value "Example Patient" ]
  ] ;
  fhir:MedicationStatement.dateAsserted [ fhir:value "2025-07-02T13:00:00-08:00"^^xsd:dateTime] ;
  fhir:MedicationStatement.informationSource [
     fhir:link <http://hl7.org/fhir/Practitioner/examplePractitioner> ;
     fhir:Reference.reference [ fhir:value "Practitioner/examplePractitioner" ]
  ] .

<http://hl7.org/fhir/MedicationRequest/example-MedicationRequest-alprazolam-01> a fhir:MedicationRequest .

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

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

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

<http://hl7.org/fhir/MedicationStatement/example-MedicationStatement-alprazolam-01.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/MedicationStatement/example-MedicationStatement-alprazolam-01.ttl> .