{
"description": "This operation creates patient friendly free text dosage instructions based on structured dosage attributes.",
"_filename": "NLLPatientDosageDirections.OperationDefinition.json",
"package_name": "se.electronichealth.fhir.nll.r4",
"date": "2022-10-14",
"system": true,
"publisher": "The Swedish eHealth Agency",
"instance": false,
"name": "NLLPatientDosageDirections",
"type": "false",
"experimental": null,
"resourceType": "OperationDefinition",
"title": "patient-dosage-directions",
"package_version": "1.0.3",
"status": "active",
"id": "d3316626-c5bf-4f72-b2d3-d6d40c2a3891",
"affectsState": false,
"kind": "operation",
"comment": "Can be invoked with a HTTP POST.\r\nThis operation is used for generating patient friendly dosage directions based on structured dosage data. The generated dosage directions consist of separate parts that can be inserted on a MedicationRequest or a MedicationDispense.",
"url": "http://electronichealth.se/fhir/OperationDefinition/NLLPatientDosageDirections",
"code": "patient-dosage-directions",
"version": "1.0.0",
"parameter": [ {
"max": "*",
"min": 1,
"use": "in",
"name": "dosageInstruction",
"type": "Dosage",
"documentation": "Sv. Dosering. Expected to follow the profile: http://electronichealth.se/fhir/StructureDefinition/NLLDosage."
}, {
"max": "1",
"min": 0,
"use": "in",
"name": "nllPatientTreatmentReason",
"type": "string",
"documentation": "Corresponds to MedicationRequest.extension:nllPatientTreatmentReason. (Sv. Behandlingsändamål.)"
}, {
"max": "1",
"min": 0,
"use": "out",
"name": "nllPatientTreatmentReason",
"type": "string",
"documentation": "Sv. Behandlingsändamål."
}, {
"max": "1",
"min": 1,
"use": "out",
"name": "patientInstruction",
"type": "string",
"documentation": "Sv. Doseringsinstruktion.\r\nPatient instruction to be included on the label that is attached to the medication package."
}, {
"max": "1",
"min": 1,
"use": "out",
"name": "patientInstructionFormatted",
"type": "string",
"documentation": "Sv. Doseringsinstruktion formaterad.\r\nFormatted patient instructions to be included on a print-out with the complete instructions."
}, {
"max": "1",
"min": 0,
"use": "out",
"name": "nllAdministeringInstruction",
"type": "string",
"documentation": "Sv. Administreringsinstruktion."
}, {
"max": "1",
"min": 0,
"use": "out",
"name": "additionalInstruction",
"type": "string",
"documentation": "Sv. Annan instruktion."
}, {
"max": "1",
"min": 0,
"use": "out",
"name": "notification",
"type": "OperationOutcome",
"documentation": "Notifications may be of severity level "warning" or "information. The notifcations are included in the issue-list in a contained OperationOutcome. Note that the contained NLLOperationOutcome never will have the extension nllDetectedIssue."
} ]
}