Health NZ | Te Whatu Ora FHIR Mockplus System Implementation Guide
0.0.4 - draft
Health NZ | Te Whatu Ora FHIR Mockplus System Implementation Guide - Local Development build (v0.0.4) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Draft as of 2026-09-13 |
{
"resourceType" : "OperationDefinition",
"id" : "ResetOperation",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition ResetOperation</b></p><a name=\"ResetOperation\"> </a><a name=\"hcResetOperation\"> </a><p>URL: [base]/$reset</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>api</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a></td><td/><td><div><p>The short name of the API being reset (e.g. 'sdhr', 'air').</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/operationoutcome.html\">OperationOutcome</a></td><td/><td><div><p>Result of the reset operation.</p>\n</div></td></tr></table></div>"
},
"url" : "https://fhir-ig.digital.health.nz/mockplus-system/OperationDefinition/ResetOperation",
"version" : "0.2.0",
"name" : "$reset",
"title" : "Reset operation for Mock+",
"status" : "draft",
"kind" : "operation",
"date" : "2026-09-13T23:23:52+00:00",
"description" : "Reset operation for Mock+",
"code" : "reset",
"system" : true,
"type" : false,
"instance" : false,
"parameter" : [
{
"name" : "api",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "The short name of the API being reset (e.g. 'sdhr', 'air').",
"type" : "string"
},
{
"name" : "return",
"use" : "out",
"min" : 1,
"max" : "1",
"documentation" : "Result of the reset operation.",
"type" : "OperationOutcome"
}
]
}