FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/status-reason

Packagehl7.fhir.uv.extensions
TypeValueSet
Idstatus-reason
FHIR VersionR5
Sourcehttp://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-extensions/ValueSet-status-reason.html
URLhttp://hl7.org/fhir/ValueSet/status-reason
Version5.3.0-ballot
Statusactive
Date2025-07-20T22:32:31+00:00
NameStatusReasonValueSet
TitleStatus Reaaon
Realmuv
Authorityhl7
DescriptionThis example value set defines a set of codes that can be used to indicate the reason for a status change.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v3-ActReasonActReason
v3-ActReasonActReason

Narrative

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

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActReason
    CodeDisplayDefinition
    HLEGALlegalTo perform one or more operations on information for conducting activities required by legal proceeding.
    PATSFTYpatient safetyTo perform one or more operations on information in processes related to ensuring the safety of health care.
    EIEentered in error**Description:**The information was recorded incorrectly or was recorded in the wrong record.
    RRregulatory requirementIndicates that the decision to substitute or to not substitute was driven by a jurisdictional regulatory requirement mandating or prohibiting substitution.

Source

{
  "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",
  "name": "StatusReasonValueSet",
  "title": "Status Reaaon",
  "status": "active",
  "experimental": false,
  "date": "2025-07-20T22:32:31+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"
          }
        ]
      }
    ]
  }
}