PackagesCanonicalsLogsProblems
    Packages
    de.gematik.isik@5.0.0-rc
    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.
package_name: de.gematik.isik
derivation: constraint
name: MedicationQuantity
type: Quantity
elements:
  value: {mustSupport: true, index: 0}
  unit: {mustSupport: true, index: 1}
  system:
    pattern: {type: Uri, value: 'http://unitsofmeasure.org'}
    mustSupport: true
    index: 2
  code: {mustSupport: true, index: 3}
package_version: 5.0.0-rc
class: complex-type
kind: complex-type
url: https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity
base: http://hl7.org/fhir/StructureDefinition/SimpleQuantity
version: 5.0.0-rc
required: [value, system, code]