FHIR IG analytics
| Package | fhir.astp.us-quality-core |
| Resource Type | ValueSet |
| Id | ValueSet-us-quality-core-non-negative-medicationdispense-status.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/FHIR/us-quality-core/ValueSet-us-quality-core-non-negative-medicationdispense-status.html |
| URL | http://fhir.org/guides/astp/us-quality-core/ValueSet/us-quality-core-non-negative-medicationdispense-status |
| Version | 0.1.0 |
| Status | active |
| Date | 2018-12-05T00:00:00+00:00 |
| Name | NonNegativeMedicationDispenseStatus |
| Title | Non-Negative MedicationDispense Status |
| Realm | us |
| Authority | hl7 |
| Description | This value set defines the set of codes that indicate a non-negated medication dispense status (i.e. codes that are not `declined`) |
| Purpose | This value set was defined to support the set of medication dispense statuses in FHIR that do not explicitly indicate a negative status (i.e. all the codes from the http://terminology.hl7.org/CodeSystem/medicationdispense-status code system that are not `declined`). |
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/medicationdispense-status version 📦4.0.1| Code | Display | Definition |
| preparation | Preparation | The core event has not started yet, but some staging activities have begun (e.g. initial compounding or packaging of medication). Preparation stages may be tracked for billing purposes. |
| in-progress | In Progress | The dispensed product is ready for pickup. |
| cancelled | Cancelled | The dispensed product was not and will never be picked up by the patient. |
| on-hold | On Hold | The dispense process is paused while waiting for an external event to reactivate the dispense. For example, new stock has arrived or the prescriber has called. |
| completed | Completed | The dispensed product has been picked up. |
| entered-in-error | Entered in Error | The dispense was entered in error and therefore nullified. |
| stopped | Stopped | Actions implied by the dispense have been permanently halted, before all of them occurred. |
| unknown | Unknown | The authoring system does not know which of the status values applies for this medication dispense. Note: this concept is not to be used for other - one of the listed statuses is presumed to apply, it's just now known which one. |
Source1
{
"resourceType": "ValueSet",
"id": "us-quality-core-non-negative-medicationdispense-status",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.org/guides/astp/us-quality-core/ValueSet/us-quality-core-non-negative-medicationdispense-status",
"version": "0.1.0",
"name": "NonNegativeMedicationDispenseStatus",
"title": "Non-Negative MedicationDispense Status",
"status": "active",
"experimental": false,
"date": "2018-12-05T00:00:00+00:00",
"publisher": "ASTP",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://www.healthit.gov/"
}
]
}
],
"description": "This value set defines the set of codes that indicate a non-negated medication dispense status (i.e. codes that are not `declined`)",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US",
"display": "United States of America"
}
],
"text": "USA"
}
],
"purpose": "This value set was defined to support the set of medication dispense statuses in FHIR that do not explicitly indicate a negative status (i.e. all the codes from the http://terminology.hl7.org/CodeSystem/medicationdispense-status code system that are not `declined`).",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationdispense-status",
"concept": [
{
"code": "preparation",
"display": "Preparation"
},
{
"code": "in-progress",
"display": "In Progress"
},
{
"code": "cancelled",
"display": "Cancelled"
},
{
"code": "on-hold",
"display": "On Hold"
},
{
"code": "completed",
"display": "Completed"
},
{
"code": "entered-in-error",
"display": "Entered in Error"
},
{
"code": "stopped",
"display": "Stopped"
},
{
"code": "unknown",
"display": "Unknown"
}
]
}
]
}
}