NZ Shared Digital Health Record API
1.0.0 - release
NZ Shared Digital Health Record API, published by Health New Zealand. 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/tewhatuora/fhir-sdhr/ and changes regularly. See the Directory of published versions
<OperationOutcome xmlns="http://hl7.org/fhir">
<id value="OperationOutcomePatientLocked"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: OperationOutcome OperationOutcomePatientLocked</b></p><a name="OperationOutcomePatientLocked"> </a><a name="hcOperationOutcomePatientLocked"> </a><h3>Issues</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Details</b></td></tr><tr><td style="display: none">*</td><td>Error</td><td>Element value invalid</td><td><span title="Codes:{https://fhir-ig.digital.health.nz/sdhr/CodeSystem/sdhr-outcome-codes sdhr-patient-locked}">The patient has been temporarily locked due to a background load process</span></td></tr></table></div>
</text>
<issue>
<severity value="error"/>
<code value="value"/>
<details>
<coding>
<system
value="https://fhir-ig.digital.health.nz/sdhr/CodeSystem/sdhr-outcome-codes"/>
<code value="sdhr-patient-locked"/>
<display value="SDHR Patient Locked"/>
</coding>
<text
value="The patient has been temporarily locked due to a background load process"/>
</details>
</issue>
</OperationOutcome>