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
: Codes for categorization of NZ types of screening programme - 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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "nz-screening-programmetype-code"] ; #
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: ValueSet nz-screening-programmetype-code</b></p><a name=\"nz-screening-programmetype-code\"> </a><a name=\"hcnz-screening-programmetype-code\"> </a><a name=\"nz-screening-programmetype-code-en-NZ\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/1230046007\">1230046007</a></td><td>Cervical cancer screening service (qualifier value)</td></tr><tr><td><a href=\"http://snomed.info/id/1163003002\">1163003002</a></td><td>Colorectal cancer screening service (qualifier value)</td></tr><tr><td><a href=\"http://snomed.info/id/310126000\">310126000</a></td><td>Breast screening service (qualifier value)</td></tr><tr><td><a href=\"http://snomed.info/id/310009009\">310009009</a></td><td>Neonatal audiological screening service (qualifier value)</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "https://fhir-ig.digital.health.nz/screening/ValueSet/nz-screening-programmetype-code"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "NzScreeningProgrammeTypesVS"] ; #
fhir:title [ fhir:v "Codes for categorization of NZ types of screening programme"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-08-19T01:22:22+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Health New Zealand | Te Whatu Ora"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Health New Zealand | Te Whatu Ora" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.tewhatuora.govt.nz/" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "integration@tewhatuora.govt.nz" ] ] )
] [
fhir:name [ fhir:v "HNZ Integration Team" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "integration@tewhatuora.govt.nz" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "This value set draws on SNOMED preventive service terms to define the valid codes for NZ screening programme types (used in DocumentReference.category)"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NZ" ] ;
fhir:display [ fhir:v "New Zealand" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "1230046007" ] ;
fhir:display [ fhir:v "Cervical cancer screening service (qualifier value)" ] ] [
fhir:code [ fhir:v "1163003002" ] ;
fhir:display [ fhir:v "Colorectal cancer screening service (qualifier value)" ] ] [
fhir:code [ fhir:v "310126000" ] ;
fhir:display [ fhir:v "Breast screening service (qualifier value)" ] ] [
fhir:code [ fhir:v "310009009" ] ;
fhir:display [ fhir:v "Neonatal audiological screening service (qualifier value)" ] ] ) ] )
] . #