Medication Scheme Implementation Guide
1.0.0 - draft
Medication Scheme Implementation Guide, published by TEHIK. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TEHIK-EE/ig-ee-medication-scheme/ and changes regularly. See the Directory of published versions
Page standards status: Trial-use | Maturity Level: 1 |
{
"resourceType" : "OperationDefinition",
"id" : "MedicationStatement-confirm",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition MedicationStatement-confirm</b></p><a name=\"MedicationStatement-confirm\"> </a><a name=\"hcMedicationStatement-confirm\"> </a><a name=\"MedicationStatement-confirm-en-US\"> </a><p>URL: [base]/MedicationStatement/$confirm</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>lastKnownConfirmation</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R5/references.html#Reference\">Reference</a></td><td/><td><div><p>Fully qualified reference to the previous medication plan (i.e. List resource)</p>\n</div></td></tr><tr><td>IN</td><td>input</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R5/bundle.html\">Bundle</a></td><td/><td><div><p>Added, changed and ceased medication statements and the included medication resources as they should be persisted in the next snapshot of the medication plan</p>\n</div></td></tr><tr><td>IN</td><td>confirmer</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R5/practitionerrole.html\">PractitionerRole</a></td><td/><td><div><p>The PractitionerRole resource of the practitioner confirming the statements, will be added to prescribed statements and list resource as contained resource</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R5/bundle.html\">Bundle</a></td><td/><td><div><p>In force medication plan, i.e. the interconnected List, MedicationStatement and Medication resources</p>\n</div></td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 1
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "trial-use"
}
],
"url" : "https://fhir.ee/OperationDefinition/MedicationStatement-confirm",
"version" : "1.0.0",
"name" : "Confirm",
"title" : "Medication Statement Confirm",
"status" : "active",
"kind" : "operation",
"experimental" : false,
"date" : "2024-02-29T15:21:02+11:00",
"publisher" : "TEHIK",
"contact" : [
{
"name" : "TEHIK",
"telecom" : [
{
"system" : "url",
"value" : "https://www.tehik.ee"
},
{
"system" : "email",
"value" : "fhir@tehik.ee"
}
]
},
{
"name" : "TEHIK Andmekorraldus",
"telecom" : [
{
"system" : "email",
"value" : "andmekorraldus@tehik.ee",
"use" : "work"
}
]
}
],
"description" : "The $confirm operation manages a medication plan of a patient, i.e. creates a snapshot of effective medication statements as well as propagates medication requests.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "EE",
"display" : "Estonia"
}
]
}
],
"affectsState" : true,
"code" : "confirm",
"resource" : [
"MedicationStatement"
],
"system" : false,
"type" : true,
"instance" : false,
"parameter" : [
{
"name" : "lastKnownConfirmation",
"use" : "in",
"min" : 0,
"max" : "1",
"documentation" : "Fully qualified reference to the previous medication plan (i.e. List resource)",
"type" : "Reference"
},
{
"name" : "input",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "Added, changed and ceased medication statements and the included medication resources as they should be persisted in the next snapshot of the medication plan",
"type" : "Bundle"
},
{
"name" : "confirmer",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "The PractitionerRole resource of the practitioner confirming the statements, will be added to prescribed statements and list resource as contained resource",
"type" : "PractitionerRole"
},
{
"name" : "return",
"use" : "out",
"min" : 1,
"max" : "1",
"documentation" : "In force medication plan, i.e. the interconnected List, MedicationStatement and Medication resources",
"type" : "Bundle"
}
]
}