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

FHIR IG analytics

Packagehl7.fhir.uv.extensions.r3
Resource TypeCodeSystem
IdCodeSystem-codesystem-fallBackAction.json
FHIR VersionR3

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).

Source1

{
  "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)."
    }
  ]
}