FHIR Extensions Pack
5.3.0-ballot-tc1 - (September 2025 Ballot) International flag

FHIR Extensions Pack, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 5.3.0-ballot-tc1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-extensions/ and changes regularly. See the Directory of published versions

: Medication Characteristic Type VS - JSON Representation

Page standards status: Trial-use Maturity Level: 1

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "medication-characteristic-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet medication-characteristic-type</b></p><a name=\"medication-characteristic-type\"> </a><a name=\"hcmedication-characteristic-type\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-medication-characteristic-type.html\"><code>http://hl7.org/fhir/medication-characteristic-type</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version &#x1F4E6;5.3.0-ballot-tc1</span></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "phx"
    },
    {
      "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/ValueSet/medication-characteristic-type",
  "version" : "5.3.0-ballot-tc1",
  "name" : "MedicationCharacteristicTypeVS",
  "title" : "Medication Characteristic Type VS",
  "status" : "active",
  "experimental" : true,
  "date" : "2026-04-13",
  "publisher" : "HL7 International / Pharmacy",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/medication"
        }
      ]
    }
  ],
  "description" : "Example illustrative ValueSet listing kinds of characteristics that may be described about a medication (physical properties, storage requirements, other observable or defining traits).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/medication-characteristic-type"
      }
    ]
  }
}