Health NZ | Te Whatu Ora FHIR Screening Implementation Guide, published by Health New Zealand | Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 0.9.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/tewhatuora/fhir-screening/ and changes regularly. See the Directory of published versions
: SearchResponse-NoMatchOneOutcome - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:type [ fhir:v "searchset"] ; #
fhir:total [ fhir:v "0"^^xsd:nonNegativeInteger] ; #
fhir:link ( [
fhir:relation [ fhir:v "self" ] ;
fhir:url [ fhir:v "https://fhir.api-test.digital.health.nz/R4/DocumentReference?category=http%3A%2F%2Fsnomed.info%2Fsct%7C1230046007&subject%3Aidentifier=SCF7828&_include=DocumentReference%3Asubject"^^xsd:anyURI ]
] ) ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "https://fhir.api-test.digital.health.nz/R4/OperationOutcome/OperationOutcomeInstance-1"^^xsd:anyURI ] ;
( fhir:resource <https://fhir.api-test.digital.health.nz/R4/OperationOutcome/OperationOutcomeInstance-1> ) ;
fhir:search [
fhir:mode [ fhir:v "outcome" ] ]
] ) . #
<https://fhir.api-test.digital.health.nz/R4/OperationOutcome/OperationOutcomeInstance-1> a fhir:OperationOutcome ;
fhir:id [ fhir:v "OperationOutcomeInstance-1"] ; #
fhir:issue ( [
fhir:severity [ fhir:v "information" ] ;
fhir:code [ fhir:v "informational" ] ;
fhir:diagnostics [ fhir:v "This NHI has no screening information to display. The participant has withdrawn from the National Cervical Screening Programme." ]
] ) . #