{
  "resourceType" : "CodeSystem",
  "id" : "detectedissue-doseType",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem detectedissue-doseType</b></p><a name=\"detectedissue-doseType\"> </a><a name=\"hcdetectedissue-doseType\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/detectedissue-doseType</code> defines the following codes in a Is-A hierarchy:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">single<a name=\"detectedissue-doseType-single\"> </a></td><td>Single</td><td>A dosing error with a single dose.</td></tr><tr><td style=\"white-space:nowrap\">daily<a name=\"detectedissue-doseType-daily\"> </a></td><td>Daily</td><td>A dosing error with a daily dosage.</td></tr></table></div>"
  },
  "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",
  "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."
  }]
}