| Package | hl7.fhir.uv.extensions |
| Resource Type | ValueSet |
| Id | status-reason |
| FHIR Version | R5 |
| Source | http://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-extensions/ValueSet-status-reason.html |
| URL | http://hl7.org/fhir/ValueSet/status-reason |
| Version | 5.3.0-ballot-tc1 |
| Status | active |
| Date | 2025-08-04T03:03:22+00:00 |
| Name | StatusReasonValueSet |
| Title | Status Reaaon |
| Realm | uv |
| Authority | hl7 |
| Description | This example value set defines a set of codes that can be used to indicate the reason for a status change. |
No resources found
| CodeSystem | |
| v3-ActReason | ActReason |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet status-reason
Last updated: 2023-01-31 07:07:38+1100
Profile: Shareable ValueSet
http://terminology.hl7.org/CodeSystem/v3-ActReason| Code | Display | Definition |
| HLEGAL | legal | To perform one or more operations on information for conducting activities required by legal proceeding. |
| PATSFTY | patient safety | To perform one or more operations on information in processes related to ensuring the safety of health care. |
| EIE | entered in error | **Description:**The information was recorded incorrectly or was recorded in the wrong record. |
| RR | regulatory requirement | Indicates that the decision to substitute or to not substitute was driven by a jurisdictional regulatory requirement mandating or prohibiting substitution. |
{
"resourceType": "ValueSet",
"id": "status-reason",
"meta": {
"lastUpdated": "2023-01-31T07:07:38.434+11:00",
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 2
}
],
"url": "http://hl7.org/fhir/ValueSet/status-reason",
"version": "5.3.0-ballot-tc1",
"name": "StatusReasonValueSet",
"title": "Status Reaaon",
"status": "active",
"experimental": false,
"date": "2025-08-04T03:03:22+00:00",
"publisher": "HL7 International / FHIR Infrastructure",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description": "This example value set defines a set of codes that can be used to indicate the reason for a status change.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"concept": [
{
"code": "HLEGAL",
"display": "legal"
},
{
"code": "PATSFTY",
"display": "patient safety"
},
{
"code": "EIE",
"display": "entered in error"
},
{
"code": "RR",
"display": "regulatory requirement"
}
]
}
]
}
}