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
| Page standards status: Informative |
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/MedicationStatement/smp-medstmt-5> a fhir:MedicationStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "smp-medstmt-5"] ;
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "1" ] ;
fhir:Meta.lastUpdated [ fhir:value "2023-12-08T06:38:52Z"^^xsd:dateTime ] ;
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medicationstatement" ;
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/us/smp/StructureDefinition/smp-medicationstatement>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement smp-medstmt-5</b></p><a name=\"smp-medstmt-5\"> </a><a name=\"hcsmp-medstmt-5\"> </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><blockquote><p><b>R5: Indicates whether the medication is or is not being consumed or administered (new)</b></p><ul><li>code: <span title=\"Codes:{http://snomed.info/sct 275927006}\">not-taking</span></li><li>reason: <span title=\"Codes:\">Patient reports not taking medication because of side effects.</span></li></ul></blockquote><p><b>status</b>: Not Taken</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 597983}\">atorvastatin 40 MG</span></p><p><b>subject</b>: <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></p><p><b>effective</b>: 2024-06-01</p><p><b>dateAsserted</b>: 2024-07-05</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 55822004}\">Hyperlipidemia</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 daily</td></tr></table></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "code" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:275927006 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "275927006" ] ;
fhir:Coding.display [ fhir:value "Drugs - total non-compliance" ]
] ;
fhir:CodeableConcept.text [ fhir:value "not-taking" ]
]
], [
fhir:index 1 ;
fhir:Extension.url [ fhir:value "reason" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.text [ fhir:value "Patient reports not taking medication because of side effects." ]
]
] ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationStatement.adherence" ]
] ;
fhir:MedicationStatement.status [ fhir:value "not-taken"] ;
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 "597983" ] ;
fhir:Coding.display [ fhir:value "atorvastatin 40 MG" ]
]
] ;
fhir:MedicationStatement.subject [
fhir:link <http://hl7.org/fhir/Patient/example> ;
fhir:Reference.reference [ fhir:value "Patient/example" ]
] ;
fhir:MedicationStatement.effectiveDateTime [ fhir:value "2024-06-01"^^xsd:date] ;
fhir:MedicationStatement.dateAsserted [ fhir:value "2024-07-05"^^xsd:date] ;
fhir:MedicationStatement.reasonCode [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:55822004 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "55822004" ] ;
fhir:Coding.display [ fhir:value "Hyperlipidemia" ]
]
] ;
fhir:MedicationStatement.dosage [
fhir:index 0 ;
fhir:Dosage.sequence [ fhir:value "1"^^xsd:integer ] ;
fhir:Dosage.text [ fhir:value "po daily" ]
] .
<http://hl7.org/fhir/Patient/example> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/MedicationStatement/smp-medstmt-5.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/MedicationStatement/smp-medstmt-5.ttl> .
IG © 2023+ HL7 International / Pharmacy. Package hl7.fhir.us.smp#1.0.0 based on FHIR 4.0.1. Generated 2026-07-21
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
