Extensions for Using Data Elements from FHIR R4B in FHIR R5 - Downloaded Version null See the Directory of published versions
| Page standards status: Trial-use | Maturity Level: 0 |
@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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "medication-statement-status"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system http://hl7.org/fhir/CodeSystem/medication-statement-status defines the following codes:</p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">active\n <a name=\"medication-statement-status-active\"> </a>\n </td>\n <td>Active</td>\n <td>The medication is still being taken.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">completed\n <a name=\"medication-statement-status-completed\"> </a>\n </td>\n <td>Completed</td>\n <td>The medication is no longer being taken.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">entered-in-error\n <a name=\"medication-statement-status-entered-in-error\"> </a>\n </td>\n <td>Entered in Error</td>\n <td>Some of the actions that are implied by the medication statement may have occurred. For example, the patient may have taken some of the medication. Clinical decision support systems should take this status into account.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">intended\n <a name=\"medication-statement-status-intended\"> </a>\n </td>\n <td>Intended</td>\n <td>The medication may be taken at some time in the future.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">stopped\n <a name=\"medication-statement-status-stopped\"> </a>\n </td>\n <td>Stopped</td>\n <td>Actions implied by the statement have been permanently halted, before all of them occurred. This should not be used if the statement was entered in error.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">on-hold\n <a name=\"medication-statement-status-on-hold\"> </a>\n </td>\n <td>On Hold</td>\n <td>Actions implied by the statement have been temporarily halted, but are expected to continue later. May also be called 'suspended'.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">unknown\n <a name=\"medication-statement-status-unknown\"> </a>\n </td>\n <td>Unknown</td>\n <td>The state of the medication use is not currently known.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">not-taken\n <a name=\"medication-statement-status-not-taken\"> </a>\n </td>\n <td>Not Taken</td>\n <td>The medication was not consumed by the patient</td>\n </tr>\n </table>\n </div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [
fhir:v "packageId"^^xsd:anyURI ;
fhir:l fhir:packageId ] ;
fhir:value [
a fhir:Id ;
fhir:v "hl7.fhir.uv.xver-r4b.r5" ] ] [
fhir:url [
fhir:v "version"^^xsd:anyURI ;
fhir:l fhir:version ] ;
fhir:value [
a fhir:String ;
fhir:v "0.1.0" ] ] [
fhir:url [
fhir:v "uri"^^xsd:anyURI ;
fhir:l fhir:uri ] ;
fhir:value [
a fhir:Uri ;
fhir:v "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r4b.r5"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r4b.r5> ] ] ) ;
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/package-source> ]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg> ] ;
fhir:value [
a fhir:Code ;
fhir:v "phx" ]
] ) ; #
fhir:url [
fhir:v "http://hl7.org/fhir/CodeSystem/medication-statement-status"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/CodeSystem/medication-statement-status>
] ; #
fhir:version [ fhir:v "4.3.0"] ; #
fhir:name [ fhir:v "MedicationStatement Status Codes"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2026-03-20T14:38:32+11:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Pharmacy"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Pharmacy" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/medication" ] ] )
] ) ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm> ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/medication-statement-status|5.0.0"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/ValueSet/medication-statement-status?version=5.0.0>
] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ] ;
fhir:definition [ fhir:v "The medication is still being taken." ]
] [
fhir:code [ fhir:v "completed" ] ;
fhir:display [ fhir:v "Completed" ] ;
fhir:definition [ fhir:v "The medication is no longer being taken." ]
] [
fhir:code [ fhir:v "entered-in-error" ] ;
fhir:display [ fhir:v "Entered in Error" ] ;
fhir:definition [ fhir:v "Some of the actions that are implied by the medication statement may have occurred. For example, the patient may have taken some of the medication. Clinical decision support systems should take this status into account." ]
] [
fhir:code [ fhir:v "intended" ] ;
fhir:display [ fhir:v "Intended" ] ;
fhir:definition [ fhir:v "The medication may be taken at some time in the future." ]
] [
fhir:code [ fhir:v "stopped" ] ;
fhir:display [ fhir:v "Stopped" ] ;
fhir:definition [ fhir:v "Actions implied by the statement have been permanently halted, before all of them occurred. This should not be used if the statement was entered in error." ]
] [
fhir:code [ fhir:v "on-hold" ] ;
fhir:display [ fhir:v "On Hold" ] ;
fhir:definition [ fhir:v "Actions implied by the statement have been temporarily halted, but are expected to continue later. May also be called 'suspended'." ]
] [
fhir:code [ fhir:v "unknown" ] ;
fhir:display [ fhir:v "Unknown" ] ;
fhir:definition [ fhir:v "The state of the medication use is not currently known." ]
] [
fhir:code [ fhir:v "not-taken" ] ;
fhir:display [ fhir:v "Not Taken" ] ;
fhir:definition [ fhir:v "The medication was not consumed by the patient" ]
] ) . #
IG © 2025+ FHIR Infrastructure. Package hl7.fhir.uv.xver-r4b.r5#0.1.0 based on FHIR 5.0.0. Generated 2026-03-20
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
