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

FHIR IG Statistics: CodeSystem/codesystem-fallBackAction

Packagehl7.fhir.uv.extensions
Resource TypeCodeSystem
Idcodesystem-fallBackAction
FHIR VersionR5
Sourcehttp://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-extensions/CodeSystem-codesystem-fallBackAction.html
URLhttp://hl7.org/fhir/CodeSystem/codesystem-fallBackAction
Version5.3.0-ballot-tc1
Statusactive
Date2025-07-25
NameFallBackAction
TitleFallback Action Code System
Realmuv
Authorityhl7
DescriptionCodes describing fallback actions when the preferred specimen cannot be used.
Contentcomplete

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: CodeSystem codesystem-fallBackAction

This case-sensitive code system http://hl7.org/fhir/CodeSystem/codesystem-fallBackAction defines the following codes:

CodeDisplayDefinition
new Draw new specimenDraw a new specimen if the suggested specimen cannot be used.
cancel Cancel testDo not perform the test if the suggested specimen cannot be used (would require communication from the lab when it ended up canceling).

Source

{
  "resourceType": "CodeSystem",
  "id": "codesystem-fallBackAction",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "oo"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    }
  ],
  "url": "http://hl7.org/fhir/CodeSystem/codesystem-fallBackAction",
  "version": "5.3.0-ballot-tc1",
  "name": "FallBackAction",
  "title": "Fallback Action Code System",
  "status": "active",
  "experimental": false,
  "date": "2025-07-25",
  "publisher": "HL7 International / Orders and Observations",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/orders"
        }
      ]
    }
  ],
  "description": "Codes describing fallback actions when the preferred specimen cannot be used.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "new",
      "display": "Draw new specimen",
      "definition": "Draw a new specimen if the suggested specimen cannot be used."
    },
    {
      "code": "cancel",
      "display": "Cancel test",
      "definition": "Do not perform the test if the suggested specimen cannot be used (would require communication from the lab when it ended up canceling)."
    }
  ]
}