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/dosage-condition-code (JSON)

Responsible Owner: Pharmacy Work GroupStandards Status: Informative

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

Definition for Code SystemDosageConditionCodes

{
  "resourceType" : "CodeSystem",
  "id" : "dosage-condition-code",
  "meta" : {
    "lastUpdated" : "2025-11-14T04:03:46.827+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem dosage-condition-code</b></p><a name=\"dosage-condition-code\"> </a><a name=\"hcdosage-condition-code\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>type</td><td>type</td><td>code</td><td>The type that goes in ConditionDetails.value for this code</td></tr><tr><td>details</td><td>details</td><td>string</td><td>Documentation about what might go in the details for this code</td></tr></table><p><b>Concepts</b></p><p>This case-sensitive code system <code>http://hl7.org/fhir/CodeSystem/dosage-condition-code</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><td><b>type</b></td><td><b>details</b></td></tr><tr><td style=\"white-space:nowrap\">if-needed<a name=\"dosage-condition-code-if-needed\"> </a></td><td>If Needed</td><td>Whether this is needed. Note that this is different to PRN, because the entire course is if required, not on a per dose basis</td><td>boolean</td><td>N/A</td></tr><tr><td style=\"white-space:nowrap\">tolerates<a name=\"dosage-condition-code-tolerates\"> </a></td><td>Patient tolerates Medication</td><td>Whether the patient tolerates a medication (e.g. SCT 1303423003)</td><td>boolean</td><td>Can nominate another medication that this depends on; if none is nominated, it's the medicine this dose is for</td></tr><tr><td style=\"white-space:nowrap\">problem-abates<a name=\"dosage-condition-code-problem-abates\"> </a></td><td>Problem Abates</td><td>Whether a symptom, problem of finding abates. It's not really important what type it is. This is considered equivalent to 'patient responds to medication'. The degree of abatement is not defined</td><td>boolean</td><td>Detail would be a problem, symptom or finding, if it's not just implied</td></tr><tr><td style=\"white-space:nowrap\">problem-presents<a name=\"dosage-condition-code-problem-presents\"> </a></td><td>Problem Presents</td><td>Whether a symptom, problem of finding presents. It's not really important what type it is.</td><td>boolean</td><td>Detail would be a problem, symptom or finding, if it's not just implied</td></tr><tr><td style=\"white-space:nowrap\">medication-tolerated<a name=\"dosage-condition-code-medication-tolerated\"> </a></td><td>Medication Tolerated</td><td>Medication Is Tolerated</td><td>boolean</td><td>Can nominate another medication that this depends on; if none is nominated, it's the medicine this dose is for</td></tr><tr><td style=\"white-space:nowrap\">medication-funded<a name=\"dosage-condition-code-medication-funded\"> </a></td><td>Medication Funded</td><td>Medication Is Funded / Approved</td><td>boolean</td><td>Can nominate another medication that this depends on; if none is nominated, it's the medicine this dose is for</td></tr><tr><td style=\"white-space:nowrap\">medication-available<a name=\"dosage-condition-code-medication-available\"> </a></td><td>Medication Available</td><td>(Sufficient) medication Is Available (e.g. Supply issues)</td><td>boolean</td><td>Can nominate another medication that this depends on; if none is nominated, it's the medicine this dose is for</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/dosage-condition-code",
  "version" : "6.0.0-ballot3",
  "name" : "DosageConditionCodes",
  "title" : "Dosage Condition 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/dosage-condition-code",
  "hierarchyMeaning" : "is-a",
  "content" : "complete",
  "property" : [{
    "code" : "type",
    "description" : "The type that goes in ConditionDetails.value for this code",
    "type" : "code"
  },
  {
    "code" : "details",
    "description" : "Documentation about what might go in the details for this code",
    "type" : "string"
  }],
  "concept" : [{
    "code" : "if-needed",
    "display" : "If Needed",
    "definition" : "Whether this is needed. Note that this is different to PRN, because the entire course is if required, not on a per dose basis",
    "property" : [{
      "code" : "type",
      "valueCode" : "boolean"
    },
    {
      "code" : "details",
      "valueString" : "N/A"
    }]
  },
  {
    "code" : "tolerates",
    "display" : "Patient tolerates Medication",
    "definition" : "Whether the patient tolerates a medication (e.g. SCT 1303423003)",
    "property" : [{
      "code" : "type",
      "valueCode" : "boolean"
    },
    {
      "code" : "details",
      "valueString" : "Can nominate another medication that this depends on; if none is nominated, it's the medicine this dose is for"
    }]
  },
  {
    "code" : "problem-abates",
    "display" : "Problem Abates",
    "definition" : "Whether a symptom, problem of finding abates. It's not really important what type it is. This is considered equivalent to 'patient responds to medication'. The degree of abatement is not defined",
    "property" : [{
      "code" : "type",
      "valueCode" : "boolean"
    },
    {
      "code" : "details",
      "valueString" : "Detail would be a problem, symptom or finding, if it's not just implied"
    }]
  },
  {
    "code" : "problem-presents",
    "display" : "Problem Presents",
    "definition" : "Whether a symptom, problem of finding presents. It's not really important what type it is.",
    "property" : [{
      "code" : "type",
      "valueCode" : "boolean"
    },
    {
      "code" : "details",
      "valueString" : "Detail would be a problem, symptom or finding, if it's not just implied"
    }]
  },
  {
    "code" : "medication-tolerated",
    "display" : "Medication Tolerated",
    "definition" : "Medication Is Tolerated",
    "property" : [{
      "code" : "type",
      "valueCode" : "boolean"
    },
    {
      "code" : "details",
      "valueString" : "Can nominate another medication that this depends on; if none is nominated, it's the medicine this dose is for"
    }]
  },
  {
    "code" : "medication-funded",
    "display" : "Medication Funded",
    "definition" : "Medication Is Funded / Approved",
    "property" : [{
      "code" : "type",
      "valueCode" : "boolean"
    },
    {
      "code" : "details",
      "valueString" : "Can nominate another medication that this depends on; if none is nominated, it's the medicine this dose is for"
    }]
  },
  {
    "code" : "medication-available",
    "display" : "Medication Available",
    "definition" : "(Sufficient) medication Is Available (e.g. Supply issues)",
    "property" : [{
      "code" : "type",
      "valueCode" : "boolean"
    },
    {
      "code" : "details",
      "valueString" : "Can nominate another medication that this depends on; if none is nominated, it's the medicine this dose is for"
    }]
  }]
}

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.