| Package | poc.bonsai.current |
| Resource Type | OperationDefinition |
| Id | NLLPatientDosageDirections.OperationDefinition |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=poc.bonsai.current@1.1.0&canonical=http://electronichealth.se/fhir/OperationDefinition/NLLPatientDosageDirections |
| URL | http://electronichealth.se/fhir/OperationDefinition/NLLPatientDosageDirections |
| Version | 1.0.0 |
| Status | active |
| Date | 2022-10-14 |
| Name | NLLPatientDosageDirections |
| Title | patient-dosage-directions |
| Description | This operation creates patient friendly free text dosage instructions based on structured dosage attributes. |
| Type | false |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"url": "http://electronichealth.se/fhir/OperationDefinition/NLLPatientDosageDirections",
"version": "1.0.0",
"name": "NLLPatientDosageDirections",
"title": "patient-dosage-directions",
"status": "active",
"kind": "operation",
"date": "2022-10-14",
"publisher": "The Swedish eHealth Agency",
"description": "This operation creates patient friendly free text dosage instructions based on structured dosage attributes.",
"affectsState": false,
"code": "patient-dosage-directions",
"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.",
"system": true,
"type": false,
"instance": false,
"parameter": [
{
"name": "dosageInstruction",
"use": "in",
"min": 1,
"max": "*",
"documentation": "Sv. Dosering.",
"type": "Dosage",
"targetProfile": [
"http://electronichealth.se/fhir/StructureDefinition/NLLDosage"
]
},
{
"name": "nllPatientTreatmentReason",
"use": "in",
"min": 0,
"max": "1",
"documentation": "Corresponds to MedicationRequest.extension:nllPatientTreatmentReason. (Sv. Behandlingsändamål.)",
"type": "string"
},
{
"name": "nllPatientTreatmentReason",
"use": "out",
"min": 0,
"max": "1",
"documentation": "Sv. Behandlingsändamål.",
"type": "string"
},
{
"name": "patientInstruction",
"use": "out",
"min": 1,
"max": "1",
"documentation": "Sv. Doseringsinstruktion.\r\nPatient instruction to be included on the label that is attached to the medication package.",
"type": "string"
},
{
"name": "patientInstructionFormatted",
"use": "out",
"min": 1,
"max": "1",
"documentation": "Sv. Doseringsinstruktion formaterad.\r\nFormatted patient instructions to be included on a print-out with the complete instructions.",
"type": "string"
},
{
"name": "nllAdministeringInstruction",
"use": "out",
"min": 0,
"max": "1",
"documentation": "Sv. Administreringsinstruktion.",
"type": "string"
},
{
"name": "additionalInstruction",
"use": "out",
"min": 0,
"max": "1",
"documentation": "Sv. Annan instruktion.",
"type": "string"
},
{
"name": "notification",
"use": "out",
"min": 0,
"max": "1",
"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 OperationOutcome never will have the extension nllDetectedIssue.",
"type": "OperationOutcome",
"targetProfile": [
"http://electronichealth.se/fhir/StructureDefinition/NLLOperationOutcome"
]
}
]
}