FHIR IG analytics| Package | smart.who.int.ph4h |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-MedicationTreatmentLineMin.json |
| FHIR Version | R4 |
| Source | http://smart.who.int/ph4h/0.9.9/StructureDefinition-MedicationTreatmentLineMin.html |
| URL | http://smart.who.int/ph4h/StructureDefinition/MedicationTreatmentLineMin |
| Version | 0.9.9 |
| Status | draft |
| Date | 2026-07-09T08:34:46+00:00 |
| Name | MedicationTreatmentLineMin |
| Title | Medication Treatment Line (Minimal) |
| Authority | who |
| Description | Minimal medication treatment line payload for use within a QR code payload. Based on the IHE Pharmacy Medication Treatment Line logical model, with short element labels (one or two letters) and simple data types suitable for encoding in a compact QR code payload. |
| Type | http://smart.who.int/ph4h/StructureDefinition/MedicationTreatmentLineMin |
| Kind | logical |
| StructureDefinition | ||
| smart.who.int.ph4h#0.9.9 | MedicationOverviewMin | Medication Overview (Minimal) |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition MedicationTreatmentLineMin
| Name | Flags | Card. | Type | Description & Constraints |
|---|---|---|---|---|
![]() | 0..* | Base | Medication Treatment Line (Minimal) | |
![]() ![]() | 1..1 | code | Medication (Active Ingredient) | |
![]() ![]() | 0..1 | date | Effective Start Date | |
![]() ![]() | 0..1 | date | Effective End Date | |
![]() ![]() | 0..1 | date | Date Asserted | |
![]() ![]() | 0..1 | string | Dosage | |
![]() ![]() | 0..1 | string | Reason | |
![]() ![]() | 0..1 | code | Adherence Status Binding: Medication Status Codes (extensible) | |
{
"resourceType": "StructureDefinition",
"id": "MedicationTreatmentLineMin",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://smart.who.int/ph4h/StructureDefinition/MedicationTreatmentLineMin",
"version": "0.9.9",
"name": "MedicationTreatmentLineMin",
"title": "Medication Treatment Line (Minimal)",
"status": "draft",
"date": "2026-07-09T08:34:46+00:00",
"publisher": "WHO",
"contact": [
{
"name": "WHO",
"telecom": [
{
"system": "url",
"value": "http://who.int"
}
]
}
],
"description": "Minimal medication treatment line payload for use within a QR code payload. Based on the IHE Pharmacy Medication Treatment Line logical model, with short element labels (one or two letters) and simple data types suitable for encoding in a compact QR code payload.",
"fhirVersion": "4.0.1",
"kind": "logical",
"abstract": false,
"type": "http://smart.who.int/ph4h/StructureDefinition/MedicationTreatmentLineMin",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
"derivation": "specialization",
"snapshot": {
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
"valueString": "4.0.1"
}
],
"element": [
{
"id": "MedicationTreatmentLineMin",
"path": "MedicationTreatmentLineMin",
"short": "Medication Treatment Line (Minimal)",
"definition": "Minimal medication treatment line payload for use within a QR code payload. Based on the IHE Pharmacy Medication Treatment Line logical model, with short element labels (one or two letters) and simple data types suitable for encoding in a compact QR code payload.",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"isModifier": false
},
{
"id": "MedicationTreatmentLineMin.m",
"path": "MedicationTreatmentLineMin.m",
"short": "Medication (Active Ingredient)",
"definition": "Active ingredient of the medication.",
"min": 1,
"max": "1",
"base": {
"path": "MedicationTreatmentLineMin.m",
"min": 1,
"max": "1"
},
"type": [
{
"code": "code"
}
]
},
{
"id": "MedicationTreatmentLineMin.es",
"path": "MedicationTreatmentLineMin.es",
"short": "Effective Start Date",
"definition": "Start date during which the medication treatment line is effective.",
"min": 0,
"max": "1",
"base": {
"path": "MedicationTreatmentLineMin.es",
"min": 0,
"max": "1"
},
"type": [
{
"code": "date"
}
]
},
{
"id": "MedicationTreatmentLineMin.ee",
"path": "MedicationTreatmentLineMin.ee",
"short": "Effective End Date",
"definition": "End date during which the medication treatment line is effective.",
"min": 0,
"max": "1",
"base": {
"path": "MedicationTreatmentLineMin.ee",
"min": 0,
"max": "1"
},
"type": [
{
"code": "date"
}
]
},
{
"id": "MedicationTreatmentLineMin.da",
"path": "MedicationTreatmentLineMin.da",
"short": "Date Asserted",
"definition": "Date the medication treatment line was asserted/recorded.",
"min": 0,
"max": "1",
"base": {
"path": "MedicationTreatmentLineMin.da",
"min": 0,
"max": "1"
},
"type": [
{
"code": "date"
}
]
},
{
"id": "MedicationTreatmentLineMin.d",
"path": "MedicationTreatmentLineMin.d",
"short": "Dosage",
"definition": "Dosage instructions as free text.",
"min": 0,
"max": "1",
"base": {
"path": "MedicationTreatmentLineMin.d",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "MedicationTreatmentLineMin.r",
"path": "MedicationTreatmentLineMin.r",
"short": "Reason",
"definition": "Reason why the product has been prescribed.",
"min": 0,
"max": "1",
"base": {
"path": "MedicationTreatmentLineMin.r",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "MedicationTreatmentLineMin.a",
"path": "MedicationTreatmentLineMin.a",
"short": "Adherence Status",
"definition": "Status of patient adherence to the medication treatment line",
"min": 0,
"max": "1",
"base": {
"path": "MedicationTreatmentLineMin.a",
"min": 0,
"max": "1"
},
"type": [
{
"code": "code"
}
],
"binding": {
"strength": "extensible",
"valueSet": "http://hl7.org/fhir/ValueSet/medication-statement-status"
}
}
]
},
"differential": {
"element": [
{
"id": "MedicationTreatmentLineMin",
"path": "MedicationTreatmentLineMin",
"short": "Medication Treatment Line (Minimal)",
"definition": "Minimal medication treatment line payload for use within a QR code payload. Based on the IHE Pharmacy Medication Treatment Line logical model, with short element labels (one or two letters) and simple data types suitable for encoding in a compact QR code payload."
},
{
"id": "MedicationTreatmentLineMin.m",
"path": "MedicationTreatmentLineMin.m",
"short": "Medication (Active Ingredient)",
"definition": "Active ingredient of the medication.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
]
},
{
"id": "MedicationTreatmentLineMin.es",
"path": "MedicationTreatmentLineMin.es",
"short": "Effective Start Date",
"definition": "Start date during which the medication treatment line is effective.",
"min": 0,
"max": "1",
"type": [
{
"code": "date"
}
]
},
{
"id": "MedicationTreatmentLineMin.ee",
"path": "MedicationTreatmentLineMin.ee",
"short": "Effective End Date",
"definition": "End date during which the medication treatment line is effective.",
"min": 0,
"max": "1",
"type": [
{
"code": "date"
}
]
},
{
"id": "MedicationTreatmentLineMin.da",
"path": "MedicationTreatmentLineMin.da",
"short": "Date Asserted",
"definition": "Date the medication treatment line was asserted/recorded.",
"min": 0,
"max": "1",
"type": [
{
"code": "date"
}
]
},
{
"id": "MedicationTreatmentLineMin.d",
"path": "MedicationTreatmentLineMin.d",
"short": "Dosage",
"definition": "Dosage instructions as free text.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "MedicationTreatmentLineMin.r",
"path": "MedicationTreatmentLineMin.r",
"short": "Reason",
"definition": "Reason why the product has been prescribed.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "MedicationTreatmentLineMin.a",
"path": "MedicationTreatmentLineMin.a",
"short": "Adherence Status",
"definition": "Status of patient adherence to the medication treatment line",
"min": 0,
"max": "1",
"type": [
{
"code": "code"
}
],
"binding": {
"strength": "extensible",
"valueSet": "http://hl7.org/fhir/ValueSet/medication-statement-status"
}
}
]
}
}