FHIR IG Statistics: ValueSet/pa-servicerequest-status
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. |
entered-in-error | Entered in Error | This request should never have existed and should be considered 'void'. (It is possible that real-world decisions were based on it. If real-world activity has occurred, the status should be "revoked" rather than "entered-in-error".). |
Source
{
"resourceType": "ValueSet",
"id": "pa-servicerequest-status",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "pc"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "informative",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/us/physical-activity/ImplementationGuide/physical-activity"
}
]
}
}
],
"url": "http://hl7.org/fhir/us/physical-activity/ValueSet/pa-servicerequest-status",
"version": "1.0.1",
"name": "PAServiceRequestStatus",
"title": "PA ServiceRequest Status",
"status": "draft",
"experimental": true,
"date": "2024-03-12T17:26:10+00:00",
"publisher": "HL7 International / Patient Care",
"contact": [
{
"name": "HL7 International / Patient Care",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/patientcare"
}
]
}
],
"description": "The status values that are permitted for the PAServiceRequest resource, excluding 'unknown'",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/request-status",
"concept": [
{
"code": "draft"
},
{
"code": "active"
},
{
"code": "on-hold"
},
{
"code": "revoked"
},
{
"code": "completed"
},
{
"code": "entered-in-error"
}
]
}
]
}
}