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
: smp-medstmt-2 - TTL Representation
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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:MedicationStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "smp-medstmt-2"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2023-12-08T06:38:52Z"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medicationstatement"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/smp/StructureDefinition/smp-medicationstatement> ] )
] ; #
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: MedicationStatement smp-medstmt-2</b></p><a name=\"smp-medstmt-2\"> </a><a name=\"hcsmp-medstmt-2\"> </a><a name=\"smp-medstmt-2-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: 2023-12-08 06:38:52+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-smp-medicationstatement.html\">Standardized Medication Profile - MedicationStatement</a></p></div><p><b>partOf</b>: <a href=\"MedicationAdministration-smp-medadm-1.html\">MedicationAdministration: status = in-progress; medication[x] = empagliflozin 10 MG Oral Tablet; effective[x] = 2024-06-01; reasonCode = Diabetes mellitus type 2 in nonobese</a></p><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 1545658}\">empagliflozin 10 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"http://hl7.org/fhir/us/core/STU6.1/Patient-example.html\">??</a></p><p><b>effective</b>: 2024-06-01</p><p><b>dateAsserted</b>: 2024-07-02</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 359642000}\">Diabetes mellitus type 2 in nonobese</span></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>po qd</td></tr></table></div>"
] ; #
fhir:partOf ( [
fhir:reference [ fhir:v "MedicationAdministration/smp-medadm-1" ]
] ) ; #
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:code [ fhir:v "1545658" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example" ]
] ; #
fhir:effective [ fhir:v "2024-06-01"^^xsd:date] ; #
fhir:dateAsserted [ fhir:v "2024-07-02"^^xsd:date] ; #
fhir:reasonCode ( [
( fhir:coding [
a sct:359642000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "359642000" ] ] )
] ) ; #
fhir:dosage ( [
fhir:sequence [ fhir:v "1"^^xsd:integer ] ;
fhir:text [ fhir:v "po qd" ]
] ) . #