FHIR IG analytics
Resources that use this resource
No resources found
Resources that this resource uses
| StructureDefinition |
| xtehr.eu.ehds.models#current | EHDSDosage | Dosage model |
Narrative
Note: links and images are rebased to the (stated) source
Source1
{
"resourceType": "StructureDefinition",
"id": "EHDSDosageObligations",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDosageObligations",
"version": "0.4.0",
"name": "EHDSDosageObligations",
"title": "Dosage obligations",
"status": "draft",
"date": "2026-02-22T08:17:12+00:00",
"publisher": "Xt-EHR",
"contact": [
{
"name": "Xt-EHR",
"telecom": [
{
"system": "url",
"value": "http://www.xt-ehr.eu/"
}
]
}
],
"description": "Obligations for the logical model for dosage.",
"fhirVersion": "5.0.0",
"mapping": [
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
}
],
"kind": "logical",
"abstract": false,
"type": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDosage",
"baseDefinition": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDosage",
"derivation": "constraint",
"snapshot": {
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
"valueString": "0.4.0"
}
],
"element": [
{
"id": "EHDSDosage",
"path": "EHDSDosage",
"short": "Dosage model",
"definition": "The model covers usage instructions for administering a medicinal product, focusing on the most frequently used data elements. More complex dosage schemes may require additional elements, which should be communicated as part of the rendered dosage instructions element.",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"isModifier": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "EHDSDosage.renderedDosageInstruction",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "SHOULD:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
},
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
"valueCanonical": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDosageObligations|0.4.0"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "EHDSDosage.renderedDosageInstruction",
"short": "Full dosage information as human-readable text covering all dosage steps. Generating the text follows local rules and should include all locally implemented dosage data even when such elements are not present in this model.",
"definition": "Full dosage information as human-readable text covering all dosage steps. Generating the text follows local rules and should include all locally implemented dosage data even when such elements are not present in this model.",
"min": 0,
"max": "1",
"base": {
"path": "EHDSDosage.renderedDosageInstruction",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "EHDSDosage.dosageDetails",
"path": "EHDSDosage.dosageDetails",
"short": "Details of single dosage scheme step",
"definition": "Details of single dosage scheme step",
"min": 0,
"max": "*",
"base": {
"path": "EHDSDosage.dosageDetails",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Base"
}
]
},
{
"id": "EHDSDosage.dosageDetails.sequence",
"path": "EHDSDosage.dosageDetails.sequence",
"short": "Order of the dosage instruction, in case one treatment consists of several dosage steps. When two schemes share the same sequence number, they are meant to be running in parallel.",
"definition": "Order of the dosage instruction, in case one treatment consists of several dosage steps. When two schemes share the same sequence number, they are meant to be running in parallel.",
"min": 0,
"max": "1",
"base": {
"path": "EHDSDosage.dosageDetails.sequence",
"min": 0,
"max": "1"
},
"type": [
{
"code": "integer"
}
]
},
{
"id": "EHDSDosage.dosageDetails.note",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "SHOULD:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
},
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
"valueCanonical": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDosageObligations|0.4.0"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "EHDSDosage.dosageDetails.note",
"short": "Patient oriented instructions as free text for this dosage step",
"definition": "Patient oriented instructions as free text for this dosage step",
"min": 0,
"max": "1",
"base": {
"path": "EHDSDosage.dosageDetails.note",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "EHDSDosage.dosageDetails.doseAndRate",
"path": "EHDSDosage.dosageDetails.doseAndRate",
"short": "Amount of medication administered per one dose (= one timing)",
"definition": "Amount of medication administered per one dose (= one timing)",
"min": 0,
"max": "*",
"base": {
"path": "EHDSDosage.dosageDetails.doseAndRate",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Base"
}
]
},
{
"id": "EHDSDosage.dosageDetails.doseAndRate.dose[x]",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "SHALL:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
},
{
"url": "documentation",
"valueMarkdown": "System SHALL support at least Quantity data type for the element. System SHOULD support Range data type for the element."
},
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
"valueCanonical": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDosageObligations|0.4.0"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "EHDSDosage.dosageDetails.doseAndRate.dose[x]",
"short": "Amount of medication per one dose. (1 tablet, 2-3 tablets, 20ml)",
"definition": "Amount of medication per one dose. (1 tablet, 2-3 tablets, 20ml)",
"min": 0,
"max": "1",
"base": {
"path": "EHDSDosage.dosageDetails.doseAndRate.dose[x]",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Quantity"
},
{
"code": "Range"
}
],
"binding": {
"strength": "preferred",
"description": "UCUM (units of measurement), EDQM Standard Terms (units of presentation)"
}
},
{
"id": "EHDSDosage.dosageDetails.doseAndRate.rate[x]",
"path": "EHDSDosage.dosageDetails.doseAndRate.rate[x]",
"short": "Amount of medication per time period (e.g. 100mg per 1 hour). When rate is provided per 1 time unit, Quantity data type can be used with a suitable unit (e.g. mg/h, ug/min).",
"definition": "Amount of medication per time period (e.g. 100mg per 1 hour). When rate is provided per 1 time unit, Quantity data type can be used with a suitable unit (e.g. mg/h, ug/min).",
"min": 0,
"max": "1",
"base": {
"path": "EHDSDosage.dosageDetails.doseAndRate.rate[x]",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Quantity"
},
{
"code": "Ratio"
}
],
"binding": {
"strength": "preferred",
"description": "UCUM (units of measurement), EDQM Standard Terms (units of presentation)"
}
},
{
"id": "EHDSDosage.dosageDetails.repeat",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "SHALL:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
},
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
"valueCanonical": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDosageObligations|0.4.0"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "EHDSDosage.dosageDetails.repeat",
"short": "Repetition of the administration.",
"definition": "Repetition of the administration.",
"min": 0,
"max": "1",
"base": {
"path": "EHDSDosage.dosageDetails.repeat",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Base"
}
]
},
{
"id": "EHDSDosage.dosageDetails.repeat.bounds[x]",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "SHALL:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
},
{
"url": "documentation",
"valueMarkdown": "System SHALL support at least Quantity data type for the element."
},
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
"valueCanonical": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDosageObligations|0.4.0"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "EHDSDosage.dosageDetails.repeat.bounds[x]",
"short": "Time bounds for the treatment (current dosage scheme), Quantity contains a number of time units (e.g 10 days), Period contains start and end date (e.g. 05.08.2023 - 10.08.2023).",
"definition": "Time bounds for the treatment (current dosage scheme), Quantity contains a number of time units (e.g 10 days), Period contains start and end date (e.g. 05.08.2023 - 10.08.2023).",
"min": 0,
"max": "1",
"base": {
"path": "EHDSDosage.dosageDetails.repeat.bounds[x]",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Quantity"
},
{
"code": "Period"
}
],
"binding": {
"strength": "preferred",
"description": "UCUM"
}
},
{
"id": "EHDSDosage.dosageDetails.repeat.duration",
"path": "EHDSDosage.dosageDetails.repeat.duration",
"short": "Duration of administration (e.g '5 minutes', '1 hour')",
"definition": "Duration of administration (e.g '5 minutes', '1 hour')",
"min": 0,
"max": "1",
"base": {
"path": "EHDSDosage.dosageDetails.repeat.duration",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Quantity"
}
],
"binding": {
"strength": "preferred",
"description": "UCUM"
}
},
{
"id": "EHDSDosage.dosageDetails.repeat.frequency",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "SHALL:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
},
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
"valueCanonical": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDosageObligations|0.4.0"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "EHDSDosage.dosageDetails.repeat.frequency",
"short": "Frequency of intake/administration (e.g 'three times a day')",
"definition": "Frequency of intake/administration (e.g 'three times a day')",
"min": 0,
"max": "1",
"base": {
"path": "EHDSDosage.dosageDetails.repeat.frequency",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Base"
}
]
},
{
"id": "EHDSDosage.dosageDetails.repeat.frequency.numberOfTimes",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "SHALL:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
},
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
"valueCanonical": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDosageObligations|0.4.0"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "EHDSDosage.dosageDetails.repeat.frequency.numberOfTimes",
"short": "Number of times per period (e.g '3 times')",
"definition": "Number of times per period (e.g '3 times')",
"min": 0,
"max": "1",
"base": {
"path": "EHDSDosage.dosageDetails.repeat.frequency.numberOfTimes",
"min": 0,
"max": "1"
},
"type": [
{
"code": "integer"
}
]
},
{
"id": "EHDSDosage.dosageDetails.repeat.frequency.period",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "SHALL:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
},
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
"valueCanonical": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDosageObligations|0.4.0"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "EHDSDosage.dosageDetails.repeat.frequency.period",
"short": "Duration to which the frequency applies (e.g '... / 1 day')",
"definition": "Duration to which the frequency applies (e.g '... / 1 day')",
"min": 0,
"max": "1",
"base": {
"path": "EHDSDosage.dosageDetails.repeat.frequency.period",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Quantity"
}
],
"binding": {
"strength": "preferred",
"description": "UCUM"
}
},
{
"id": "EHDSDosage.dosageDetails.repeat.dayOfWeek",
"path": "EHDSDosage.dosageDetails.repeat.dayOfWeek",
"short": "The day of the week of administration, e.g Mon, Tue, etc",
"definition": "The day of the week of administration, e.g Mon, Tue, etc",
"min": 0,
"max": "*",
"base": {
"path": "EHDSDosage.dosageDetails.repeat.dayOfWeek",
"min": 0,
"max": "*"
},
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "EHDSDosage.dosageDetails.repeat.timeOfDay",
"path": "EHDSDosage.dosageDetails.repeat.timeOfDay",
"short": "Exact time of day of administration (e.g '10:00')",
"definition": "Exact time of day of administration (e.g '10:00')",
"min": 0,
"max": "*",
"base": {
"path": "EHDSDosage.dosageDetails.repeat.timeOfDay",
"min": 0,
"max": "*"
},
"type": [
{
"code": "time"
}
]
},
{
"id": "EHDSDosage.dosageDetails.repeat.eventTime",
"path": "EHDSDosage.dosageDetails.repeat.eventTime",
"short": "Time period or event when the administration should happen ('before meal', 'immediately', 'morning')",
"definition": "Time period or event when the administration should happen ('before meal', 'immediately', 'morning')",
"min": 0,
"max": "*",
"base": {
"path": "EHDSDosage.dosageDetails.repeat.eventTime",
"min": 0,
"max": "*"
},
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "EHDSDosage.dosageDetails.asNeeded",
"path": "EHDSDosage.dosageDetails.asNeeded",
"short": "Take as needed",
"definition": "Take as needed",
"min": 0,
"max": "1",
"base": {
"path": "EHDSDosage.dosageDetails.asNeeded",
"min": 0,
"max": "1"
},
"type": [
{
"code": "boolean"
}
]
},
{
"id": "EHDSDosage.dosageDetails.bodySite",
"path": "EHDSDosage.dosageDetails.bodySite",
"short": "Body site of administration",
"definition": "Body site of administration",
"min": 0,
"max": "1",
"base": {
"path": "EHDSDosage.dosageDetails.bodySite",
"min": 0,
"max": "1"
},
"type": [
{
"code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSBodyStructure"
}
]
},
{
"id": "EHDSDosage.dosageDetails.routeOfAdministration",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "SHOULD:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
},
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
"valueCanonical": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDosageObligations|0.4.0"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "EHDSDosage.dosageDetails.routeOfAdministration",
"short": "Route of administration",
"definition": "Route of administration",
"min": 0,
"max": "1",
"base": {
"path": "EHDSDosage.dosageDetails.routeOfAdministration",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "preferred",
"description": "EDQM Standard Terms"
}
}
]
},
"differential": {
"element": [
{
"id": "EHDSDosage",
"path": "EHDSDosage"
},
{
"id": "EHDSDosage.renderedDosageInstruction",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "SHOULD:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "EHDSDosage.renderedDosageInstruction"
},
{
"id": "EHDSDosage.dosageDetails.note",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "SHOULD:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "EHDSDosage.dosageDetails.note"
},
{
"id": "EHDSDosage.dosageDetails.doseAndRate.dose[x]",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "SHALL:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
},
{
"url": "documentation",
"valueMarkdown": "System SHALL support at least Quantity data type for the element. System SHOULD support Range data type for the element."
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "EHDSDosage.dosageDetails.doseAndRate.dose[x]"
},
{
"id": "EHDSDosage.dosageDetails.repeat",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "SHALL:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "EHDSDosage.dosageDetails.repeat"
},
{
"id": "EHDSDosage.dosageDetails.repeat.bounds[x]",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "SHALL:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
},
{
"url": "documentation",
"valueMarkdown": "System SHALL support at least Quantity data type for the element."
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "EHDSDosage.dosageDetails.repeat.bounds[x]"
},
{
"id": "EHDSDosage.dosageDetails.repeat.frequency",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "SHALL:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "EHDSDosage.dosageDetails.repeat.frequency"
},
{
"id": "EHDSDosage.dosageDetails.repeat.frequency.numberOfTimes",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "SHALL:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "EHDSDosage.dosageDetails.repeat.frequency.numberOfTimes"
},
{
"id": "EHDSDosage.dosageDetails.repeat.frequency.period",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "SHALL:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "EHDSDosage.dosageDetails.repeat.frequency.period"
},
{
"id": "EHDSDosage.dosageDetails.routeOfAdministration",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "SHOULD:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "EHDSDosage.dosageDetails.routeOfAdministration"
}
]
}
}