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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r5.r4.r4b
Resource TypeCodeSystem
IdCodeSystem-observation-triggeredbytype.json
FHIR VersionR4B

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

This code system http://hl7.org/fhir/observation-triggeredbytype defines the following codes:

Code Display Definition
reflex Reflex Performance of one or more other tests depending on the results of the initial test. This may include collection of additional specimen. While a new ServiceRequest is not required to perform the additional test, where it is still needed (e.g., requesting another laboratory to perform the reflex test), the Observation.basedOn would reference the new ServiceRequest that requested the additional test to be performed as well as the original ServiceRequest to reflect the one that provided the authorization.
repeat Repeat (per policy) Performance of the same test again with the same parameters/settings/solution.
re-run Re-run (per policy) Performance of the same test but with different parameters/settings/solution.

Source1

{
  "resourceType": "CodeSystem",
  "id": "observation-triggeredbytype",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r5.r4"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "oo"
    }
  ],
  "url": "http://hl7.org/fhir/observation-triggeredbytype",
  "version": "5.0.0",
  "name": "TriggeredBytype",
  "title": "triggered Bytype",
  "status": "active",
  "experimental": true,
  "date": "2022-03-16T15:55:11+10:00",
  "publisher": "Orders and Observations",
  "contact": [
    {
      "name": "Orders and Observations",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/orders"
        }
      ]
    }
  ],
  "description": "Codes providing the triggeredBy type of observation.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/observation-triggeredbytype",
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "concept": [
    {
      "code": "reflex",
      "display": "Reflex",
      "definition": "Performance of one or more other tests depending on the results of the initial test.  This may include collection of additional specimen. While a new ServiceRequest is not required to perform the additional test, where it is still needed (e.g., requesting another laboratory to perform the reflex test), the Observation.basedOn would reference the new ServiceRequest that requested the additional test to be performed as well as the original ServiceRequest to reflect the one that provided the authorization."
    },
    {
      "code": "repeat",
      "display": "Repeat (per policy)",
      "definition": "Performance of the same test again with the same parameters/settings/solution."
    },
    {
      "code": "re-run",
      "display": "Re-run (per policy)",
      "definition": "Performance of the same test but with different parameters/settings/solution."
    }
  ]
}