type: codesystemcodesystem: medication-statement-status
MedicationStatement Status Codes
- Official URL: http://hl7.org/fhir/CodeSystem/medication-statement-status
- Status: active
- Name: MedicationStatementStatusCodes
- Title: MedicationStatement Status Codes
- Description: MedicationStatement Status Codes
- Case Sensitive: true
- Content: complete
Concepts
| Code | Display | Definition |
|---|---|---|
| recorded | Recorded | The action of recording the medication statement is finished. |
| entered-in-error | Entered in Error | Some of the actions that are implied by the medication usage may have occurred. For example, the patient may have taken some of the medication. Clinical decision support systems should take this status into account. |
| draft | Draft | The medication usage is draft or preliminary. |
CodeSystem XML
<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="medication-statement-status"/>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="phx"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="normative"/>
</extension>
<url value="http://hl7.org/fhir/CodeSystem/medication-statement-status"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.4.1980"/>
</identifier>
<name value="MedicationStatementStatusCodes"/>
<title value="MedicationStatement Status Codes"/>
<status value="active"/>
<experimental value="false"/>
<description value="MedicationStatement Status Codes"/>
<caseSensitive value="true"/>
<valueSet value="http://hl7.org/fhir/ValueSet/medication-statement-status"/>
<content value="complete"/>
<concept>
<code value="recorded"/>
<display value="Recorded"/>
<definition value="The action of recording the medication statement is finished."/>
</concept>
<concept>
<code value="entered-in-error"/>
<display value="Entered in Error"/>
<definition value="Some of the actions that are implied by the medication usage may have occurred. For example, the patient may have taken some of the medication. Clinical decision support systems should take this status into account."/>
</concept>
<concept>
<code value="draft"/>
<display value="Draft"/>
<definition value="The medication usage is draft or preliminary."/>
</concept>
</CodeSystem>