FHIR IG Statistics: ValueSet/qicore-positive-request-status
Package | hl7.fhir.us.qicore |
Resource Type | ValueSet |
Id | qicore-positive-request-status |
FHIR Version | R4 |
Source | http://hl7.org/fhir/us/qicore/https://build.fhir.org/ig/HL7/fhir-qi-core/ValueSet-qicore-positive-request-status.html |
URL | http://hl7.org/fhir/us/qicore/ValueSet/qicore-positive-request-status |
Version | 8.0.0-ballot |
Status | active |
Date | 2018-12-05T00:00:00+00:00 |
Name | PositiveRequestStatus |
Title | Positive Request Status |
Realm | us |
Authority | hl7 |
Description | This value set defines the set of codes that indicate a positive request status (i.e. codes that indicate an activity is proposed, planned, or ordered). |
Purpose | This value set was defined to support the set of request statuses in FHIR that indicate a positive status (i.e. all the codes from the http://hl7.org/fhir/request-status code system that indicate an activity is proposed, planned, or ordered). |
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://hl7.org/fhir/request-status
Code | Display | Definition |
draft | Draft | The request has been created but is not yet complete or ready for action. |
active | Active | The request is in force and ready to be acted upon. |
on-hold | On Hold | The request (and any implicit authorization to act) has been temporarily withdrawn but is expected to resume in the future. |
revoked | Revoked | The request (and any implicit authorization to act) has been terminated prior to the known full completion of the intended actions. No further activity should occur. |
completed | Completed | The activity described by the request has been fully performed. No further activity will occur. |
Source
{
"resourceType": "ValueSet",
"id": "qicore-positive-request-status",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "cqi"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 4,
"_valueInteger": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/us/qicore/ImplementationGuide/us-qicore"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/us/qicore/ImplementationGuide/us-qicore"
}
]
}
}
],
"url": "http://hl7.org/fhir/us/qicore/ValueSet/qicore-positive-request-status",
"version": "8.0.0-ballot",
"name": "PositiveRequestStatus",
"title": "Positive Request Status",
"status": "active",
"experimental": false,
"date": "2018-12-05T00:00:00+00:00",
"publisher": "HL7 International / Clinical Quality Information",
"contact": [
{
"name": "Clinical Quality Information WG",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/cqi"
}
]
}
],
"description": "This value set defines the set of codes that indicate a positive request status (i.e. codes that indicate an activity is proposed, planned, or ordered).",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US"
}
]
}
],
"purpose": "This value set was defined to support the set of request statuses in FHIR that indicate a positive status (i.e. all the codes from the http://hl7.org/fhir/request-status code system that indicate an activity is proposed, planned, or ordered).",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/request-status",
"concept": [
{
"code": "draft",
"display": "Draft"
},
{
"code": "active",
"display": "Active"
},
{
"code": "on-hold",
"display": "On Hold"
},
{
"code": "revoked",
"display": "Revoked"
},
{
"code": "completed",
"display": "Completed"
}
]
}
]
}
}