Health NZ | Te Whatu Ora FHIR Screening Implementation Guide
1.0.2 - normative+trial-use New Zealand flag

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

: APIError-CompleteTermsOfUseForm - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:OperationOutcome ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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><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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:issue ( [
fhir:severity [ fhir:v "error" ] ;
fhir:code [ fhir:v "suppressed" ] ;
fhir:details [
      ( fhir:coding [
fhir:code [ fhir:v "PRACTITIONER_TOU_ACCEPT_NEEDED" ]       ] )     ] ;
fhir:diagnostics [ fhir:v "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." ]
  ] [
fhir:severity [ fhir:v "information" ] ;
fhir:code [ fhir:v "informational" ] ;
fhir:details [
      ( fhir:coding [
fhir:code [ fhir:v "PRACTITIONER_TOU_ACCEPT_NEEDED" ]       ] )     ] ;
fhir:diagnostics [ fhir:v "https://forms.health.nz/TermsOfUsePractitioner?token=eyJ...M2v-U" ]
  ] ) . #