FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CodeSystem/dose-limit-scope (JSON)

Responsible Owner: Pharmacy Work GroupStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Code SystemDoseLimitScopeCodes

{
  "resourceType" : "CodeSystem",
  "id" : "dose-limit-scope",
  "meta" : {
    "lastUpdated" : "2025-11-14T05:50:06.469+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem dose-limit-scope</b></p><a name=\"dose-limit-scope\"> </a><a name=\"hcdose-limit-scope\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/CodeSystem/dose-limit-scope</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\">dosage<a name=\"dose-limit-scope-dosage\"> </a></td><td>Dosage</td><td>Maximum quantity for the dosage (depends on scope whether it's the course, a step, or a choice)</td></tr><tr><td style=\"white-space:nowrap\">period<a name=\"dose-limit-scope-period\"> </a></td><td>Period</td><td>Maximum dosage per specified period</td></tr><tr><td style=\"white-space:nowrap\">administration<a name=\"dose-limit-scope-administration\"> </a></td><td>Administration</td><td>Maximum Dosage for a single dose</td></tr><tr><td style=\"white-space:nowrap\">lifetime<a name=\"dose-limit-scope-lifetime\"> </a></td><td>Lifetime</td><td>Maximum amount of lifetime exposure across all dosages ever</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "normative"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "phx"
  }],
  "url" : "http://hl7.org/fhir/CodeSystem/dose-limit-scope",
  "version" : "6.0.0-ballot3",
  "name" : "DoseLimitScopeCodes",
  "title" : "Dose Limit Scope Codes",
  "status" : "active",
  "experimental" : false,
  "publisher" : "HL7 International / Pharmacy",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/fiwg"
    }]
  },
  {
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/medication"
    }]
  }],
  "description" : "Additional Binding Purpose",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001"
    }]
  }],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/dose-limit-scope",
  "hierarchyMeaning" : "is-a",
  "content" : "complete",
  "concept" : [{
    "code" : "dosage",
    "display" : "Dosage",
    "definition" : "Maximum quantity for the dosage (depends on scope whether it's the course, a step, or a choice)"
  },
  {
    "code" : "period",
    "display" : "Period",
    "definition" : "Maximum dosage per specified period"
  },
  {
    "code" : "administration",
    "display" : "Administration",
    "definition" : "Maximum Dosage for a single dose"
  },
  {
    "code" : "lifetime",
    "display" : "Lifetime",
    "definition" : "Maximum amount of lifetime exposure across all dosages ever"
  }]
}

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.