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
{
"resourceType" : "OperationOutcome",
"id" : "OperationOutcomeParticipatePreferencesNotKnown",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome OperationOutcomeParticipatePreferencesNotKnown</b></p><a name=\"OperationOutcomeParticipatePreferencesNotKnown\"> </a><a name=\"hcOperationOutcomeParticipatePreferencesNotKnown\"> </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>Information</td><td>Informational Note</td><td><span title=\"Codes:{https://fhir-ig.digital.health.nz/sdhr/CodeSystem/sdhr-outcome-codes sdhr-participation-status-unknown}\">The Shared Digital Health Record service has no record of participation preferences for this patient. Please use the $participate operation to indicate the patients participation preferences.</span></td></tr></table></div>"
},
"issue" : [
{
"severity" : "information",
"code" : "informational",
"details" : {
"coding" : [
{
"system" : "https://fhir-ig.digital.health.nz/sdhr/CodeSystem/sdhr-outcome-codes",
"code" : "sdhr-participation-status-unknown",
"display" : "SDHR Participation Status Unknown"
}
],
"text" : "The Shared Digital Health Record service has no record of participation preferences for this patient. Please use the $participate operation to indicate the patients participation preferences."
}
}
]
}