This page is part of the FHIR Specification (v5.0.0-ballot: FHIR R5 Ballot Preview). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Orders and Observations Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw JSON (canonical form + also see JSON Format Specification)
Definition for Code SystemtriggeredBytype
{ "resourceType" : "CodeSystem", "id" : "observation-triggeredbytype", "meta" : { "lastUpdated" : "2022-09-07T11:58:29.429+11:00", "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"] }, "text" : { "status" : "generated", "div" : "<div>!-- Snipped for Brevity --></div>" }, "extension" : [{ "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode" : "oo" }, { "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode" : "normative" }, { "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version", "valueCode" : "4.0.0" }, { "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger" : 5 }], "url" : "http://hl7.org/fhir/observation-triggeredbytype", "identifier" : [{ "system" : "urn:ietf:rfc:3986", "value" : "urn:oid:2.16.840.1.113883.4.642.4.2098" }], "version" : "5.0.0-ballot", "name" : "triggeredBytype", "title" : "triggeredBytype", "status" : "active", "experimental" : false, "date" : "2022-03-16T16:55:11+11:00", "publisher" : "HL7 (FHIR Project)", "contact" : [{ "telecom" : [{ "system" : "url", "value" : "http://hl7.org/fhir" }, { "system" : "email", "value" : "fhir@lists.hl7.org" }] }], "description" : "Codes providing the triggeredBy type of observation.", "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." }] }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.