PackagesCanonicalsLogsProblems
    Packages
    de.gematik.isik@6.0.0-alpha1
    https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity
{
  "description": "Quantity Datentyp der die Nutzung von UCUM vorgibt. Bei dimensionslosen Einheiten wie 'Tablette' wird ein code von '1' erwartet, 'Tablette' kann als String in Unit hinterlegt werden.",
  "_filename": "StructureDefinition-MedicationQuantity.json",
  "package_name": "de.gematik.isik",
  "date": "2026-06-10",
  "derivation": "constraint",
  "publisher": "gematik GmbH",
  "fhirVersion": "4.0.1",
  "name": "MedicationQuantity",
  "abstract": false,
  "type": "Quantity",
  "experimental": "false",
  "resourceType": "StructureDefinition",
  "title": "Medication Quantity",
  "package_version": "6.0.0-alpha1",
  "status": "active",
  "id": "5945f33a-ac3d-4e3b-b6a3-ed6c531443cc",
  "kind": "complex-type",
  "url": "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity",
  "version": "6.0.0-rc1",
  "differential": {
    "element": [ {
      "id": "Quantity.value",
      "min": 1,
      "path": "Quantity.value",
      "short": "Menge der Medikation",
      "comment": "Begründung des Must-Support: Basisinformation zur Medikation",
      "mustSupport": true
    }, {
      "id": "Quantity.unit",
      "path": "Quantity.unit",
      "short": "Einheit der Medikation als String",
      "comment": "Begründung des Must-Support: Bereitstellung einer menschenlesbaren Darstellung der Einheit.",
      "mustSupport": true
    }, {
      "id": "Quantity.system",
      "min": 1,
      "path": "Quantity.system",
      "short": "System der Einheit",
      "comment": "fix: http://unitsofmeasure.org",
      "patternUri": "http://unitsofmeasure.org",
      "mustSupport": true
    }, {
      "id": "Quantity.code",
      "min": 1,
      "path": "Quantity.code",
      "short": "Code der Einheit",
      "comment": "Begründung des Must-Support: Zur Interpretation der Menge ist der Code erforderlich.",
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity"
}