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-Unauthorised - 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-Unauthorised</b></p><a name=\"APIError-Unauthorised\"> </a><a name=\"hcAPIError-Unauthorised\"> </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:\">UNAUTHORISED_PRACTITIONER_TYPE</span></p><p><b>diagnostics</b>: Access to cervical screening summaries is restricted to medical council or nursing council registrations.</p></blockquote><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:\">UNAUTHORISED_APC_EXPIRED</span></p><p><b>diagnostics</b>: Access to cervical screening summaries is restricted to pratitioners with an active annual practicing certificate (APC)</p></blockquote><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:\">UNAUTHORISED_PRACTITIONER_DECEASED</span></p><p><b>diagnostics</b>: Practitioner deceased.</p></blockquote><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:\">UNAUTHORISED_REGISTRATION_NOT_CURRENT</span></p><p><b>diagnostics</b>: Practitioner registration must be current.</p></blockquote><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:\">UNAUTHORISED_ORGANISATION_INACTIVE</span></p><p><b>diagnostics</b>: Organisation must be active.</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 "UNAUTHORISED_PRACTITIONER_TYPE" ]       ] )     ] ;
fhir:diagnostics [ fhir:v "Access to cervical screening summaries is restricted to medical council or nursing council registrations." ]
  ] [
fhir:severity [ fhir:v "error" ] ;
fhir:code [ fhir:v "suppressed" ] ;
fhir:details [
      ( fhir:coding [
fhir:code [ fhir:v "UNAUTHORISED_APC_EXPIRED" ]       ] )     ] ;
fhir:diagnostics [ fhir:v "Access to cervical screening summaries is restricted to pratitioners with an active annual practicing certificate (APC)" ]
  ] [
fhir:severity [ fhir:v "error" ] ;
fhir:code [ fhir:v "suppressed" ] ;
fhir:details [
      ( fhir:coding [
fhir:code [ fhir:v "UNAUTHORISED_PRACTITIONER_DECEASED" ]       ] )     ] ;
fhir:diagnostics [ fhir:v "Practitioner deceased." ]
  ] [
fhir:severity [ fhir:v "error" ] ;
fhir:code [ fhir:v "suppressed" ] ;
fhir:details [
      ( fhir:coding [
fhir:code [ fhir:v "UNAUTHORISED_REGISTRATION_NOT_CURRENT" ]       ] )     ] ;
fhir:diagnostics [ fhir:v "Practitioner registration must be current." ]
  ] [
fhir:severity [ fhir:v "error" ] ;
fhir:code [ fhir:v "suppressed" ] ;
fhir:details [
      ( fhir:coding [
fhir:code [ fhir:v "UNAUTHORISED_ORGANISATION_INACTIVE" ]       ] )     ] ;
fhir:diagnostics [ fhir:v "Organisation must be active." ]
  ] ) . #