FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.extensions.r5
Resource TypeValueSet
IdValueSet-status-reason.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


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.

Source1

{
  "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-03T06:28:00+10: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"
          }
        ]
      }
    ]
  }
}