FHIR IG analytics| Package | hl7.fhir.uv.xver-r5.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-observation-triggeredbytype.json |
| FHIR Version | R4B |
| Source | http://hl7.org/fhir/uv/xver-r5.r4b/0.0.1-snapshot-2/CodeSystem-observation-triggeredbytype.html |
| URL | http://hl7.org/fhir/observation-triggeredbytype |
| Version | 5.0.0 |
| Status | active |
| Date | 2022-03-16T15:55:11+10:00 |
| Name | TriggeredBytype |
| Title | triggered Bytype |
| Realm | uv |
| Authority | hl7 |
| Description | Codes providing the triggeredBy type of observation. |
| Content | complete |
| CodeSystem | |
| triggered-bytype-cs | Triggered by type translations |
| ValueSet | |
| triggered-bytype-vs | Triggered by type |
| R5-observation-triggeredbytype-for-R4B | Cross-version VS for R5.TriggeredBytype for use in FHIR R4B |
| R5-observation-triggeredbytype-for-R4 | Cross-version VS for R5.TriggeredBytype for use in FHIR R4 |
No resources found
Note: links and images are rebased to the (stated) source
This code system
http://hl7.org/fhir/observation-triggeredbytype defines the following codes:
{
"resourceType": "CodeSystem",
"id": "observation-triggeredbytype",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "packageId",
"valueId": "hl7.fhir.uv.xver-r5.r4b"
},
{
"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."
}
]
}