Package | ig-ee-medication-scheme |
Type | OperationDefinition |
Id | MedicationStatement-validate-custom |
FHIR Version | R5 |
Source | https://fhir.ee/https://build.fhir.org/ig/TEHIK-EE/ig-ee-medication-scheme/OperationDefinition-MedicationStatement-validate-custom.html |
URL | https://fhir.ee/OperationDefinition/MedicationStatement-validate-custom |
Version | 1.0.0 |
Status | active |
Date | 2024-09-02T00:00:00Z |
Name | Custom Statement Validation |
Title | Validate MedicationStatement business rules |
Realm | ee |
Description | Builds on the default validate, by running MedIN specific business rules and RK checks |
Type | true |
Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition MedicationStatement-validate-custom
URL: [base]/MedicationStatement/$validate-custom
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | input | 1..1 | Bundle | Bundle of MedicationStatements and Medications | ||
OUT | return | 1..1 | OperationOutcome | Occurred issues (if any) |
{ "resourceType": "OperationDefinition", "id": "MedicationStatement-validate-custom", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "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-validate-custom", "version": "1.0.0", "name": "Custom Statement Validation", "title": "Validate MedicationStatement business rules", "status": "active", "kind": "operation", "experimental": false, "date": "2024-09-02T00:00:00Z", "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": "Builds on the default validate, by running MedIN specific business rules and RK checks", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "EE", "display": "Estonia" } ] } ], "affectsState": false, "code": "validate-custom", "resource": [ "MedicationStatement" ], "system": false, "type": true, "instance": false, "parameter": [ { "name": "input", "use": "in", "min": 1, "max": "1", "documentation": "Bundle of MedicationStatements and Medications", "type": "Bundle" }, { "name": "return", "use": "out", "min": 1, "max": "1", "documentation": "Occurred issues (if any)", "type": "OperationOutcome" } ] }