| Package | hl7.fhir.uv.extensions |
| Resource Type | CodeSystem |
| Id | detectedissue-doseType |
| FHIR Version | R5 |
| Source | http://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-extensions/CodeSystem-detectedissue-doseType.html |
| URL | http://hl7.org/fhir/detectedissue-doseType |
| Version | 5.3.0-ballot-tc1 |
| Status | active |
| Date | 2025-07-16 |
| Name | DetectedIssueDoseTypeCS |
| Title | DetectedIssue Dose Type CS |
| Realm | uv |
| Authority | hl7 |
| Description | Indicates whether a dose alert refers to a single dose, or the cumulative daily dosage. |
| Content | complete |
| ValueSet | |
| detectedissue-doseType | DetectedIssue Dose Type VS |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem detectedissue-doseType
This case-sensitive code system http://hl7.org/fhir/detectedissue-doseType defines the following codes in a Is-A hierarchy:
| Code | Display | Definition |
| single | Single | A dosing error with a single dose. |
| daily | Daily | A dosing error with a daily dosage. |
{
"resourceType": "CodeSystem",
"id": "detectedissue-doseType",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "cds"
},
{
"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/detectedissue-doseType",
"version": "5.3.0-ballot-tc1",
"name": "DetectedIssueDoseTypeCS",
"title": "DetectedIssue Dose Type CS",
"status": "active",
"experimental": false,
"date": "2025-07-16",
"publisher": "HL7 International / Clinical Decision Support",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/dss"
}
]
}
],
"description": "Indicates whether a dose alert refers to a single dose, or the cumulative daily dosage.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/detectedissue-doseType",
"hierarchyMeaning": "is-a",
"content": "complete",
"concept": [
{
"code": "single",
"display": "Single",
"definition": "A dosing error with a single dose."
},
{
"code": "daily",
"display": "Daily",
"definition": "A dosing error with a daily dosage."
}
]
}