Health NZ | Te Whatu Ora FHIR Screening Implementation Guide
1.0.2 - normative+trial-use
Health NZ | Te Whatu Ora FHIR Screening Implementation Guide - Local Development build (v1.0.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "OperationOutcome",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome APIError-CompleteTermsOfUseForm</b></p><a name=\"APIError-CompleteTermsOfUseForm\"> </a><a name=\"hcAPIError-CompleteTermsOfUseForm\"> </a><a name=\"APIError-CompleteTermsOfUseForm-en-NZ\"> </a><blockquote><p><b>issue</b></p><p><b>severity</b>: Error</p><p><b>code</b>: Information Suppressed</p><p><b>details</b>: <span title=\"Codes:\">PRACTITIONER_TOU_ACCEPT_NEEDED</span></p><p><b>diagnostics</b>: No terms of use acceptance was found for the indicated practitioner. The practitioner should complete the Terms Of Use form at the link provided in this response.</p></blockquote><blockquote><p><b>issue</b></p><p><b>severity</b>: Information</p><p><b>code</b>: Informational Note</p><p><b>details</b>: <span title=\"Codes:\">PRACTITIONER_TOU_ACCEPT_NEEDED</span></p><p><b>diagnostics</b>: https://forms.health.nz/TermsOfUsePractitioner?token=eyJ...M2v-U</p></blockquote></div>"
},
"issue" : [
{
"severity" : "error",
"code" : "suppressed",
"details" : {
"coding" : [
{
"code" : "PRACTITIONER_TOU_ACCEPT_NEEDED"
}
]
},
"diagnostics" : "No terms of use acceptance was found for the indicated practitioner. The practitioner should complete the Terms Of Use form at the link provided in this response."
},
{
"severity" : "information",
"code" : "informational",
"details" : {
"coding" : [
{
"code" : "PRACTITIONER_TOU_ACCEPT_NEEDED"
}
]
},
"diagnostics" : "https://forms.health.nz/TermsOfUsePractitioner?token=eyJ...M2v-U"
}
]
}