Health New Zealand Te Whatu Ora Shared Care FHIR API
0.4.0 - release
Health New Zealand Te Whatu Ora Shared Care FHIR API - Local Development build (v0.4.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Active as of 2024-12-17 |
@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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "hnz-template-category-codes"] ; #
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: CodeSystem hnz-template-category-codes</b></p><a name=\"hnz-template-category-codes\"> </a><a name=\"hchnz-template-category-codes\"> </a><a name=\"hnz-template-category-codes-en-NZ\"> </a><p>This case-insensitive code system <code>https://fhir-ig.digital.health.nz/shared-care/CodeSystem/hnz-template-category-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">eligible<a name=\"hnz-template-category-codes-eligible\"> </a></td><td>Notifies a participant that they are eligible for a screening</td></tr><tr><td style=\"white-space:nowrap\">enrolled<a name=\"hnz-template-category-codes-enrolled\"> </a></td><td>Confirms enrolment in a screening program and what is this means</td></tr><tr><td style=\"white-space:nowrap\">recall<a name=\"hnz-template-category-codes-recall\"> </a></td><td>Sends a recall notice for a screening</td></tr><tr><td style=\"white-space:nowrap\">routineReminder<a name=\"hnz-template-category-codes-routineReminder\"> </a></td><td>Sends a routine reminder for a scheduled screening</td></tr><tr><td style=\"white-space:nowrap\">repeatReminder<a name=\"hnz-template-category-codes-repeatReminder\"> </a></td><td>Sends a reminder for a missed or rescheduled screening</td></tr><tr><td style=\"white-space:nowrap\">invalidReminder<a name=\"hnz-template-category-codes-invalidReminder\"> </a></td><td>Indicates an invalid reminder (e.g., sent to an ineligible participant)</td></tr><tr><td style=\"white-space:nowrap\">postReminder<a name=\"hnz-template-category-codes-postReminder\"> </a></td><td>Sends a post-screening reminder or follow-up information</td></tr><tr><td style=\"white-space:nowrap\">withdrawnAcknowledgement<a name=\"hnz-template-category-codes-withdrawnAcknowledgement\"> </a></td><td>Acknowledges a participant's withdrawal from the program</td></tr><tr><td style=\"white-space:nowrap\">withdrawnPending<a name=\"hnz-template-category-codes-withdrawnPending\"> </a></td><td>Indicates that a withdrawal request is pending</td></tr><tr><td style=\"white-space:nowrap\">withdrawnCompleted<a name=\"hnz-template-category-codes-withdrawnCompleted\"> </a></td><td>Confirms that a withdrawal request has been processed</td></tr><tr><td style=\"white-space:nowrap\">withdrawncancelled<a name=\"hnz-template-category-codes-withdrawncancelled\"> </a></td><td>Indicates that a withdrawal request has been canceled</td></tr><tr><td style=\"white-space:nowrap\">unenrolled<a name=\"hnz-template-category-codes-unenrolled\"> </a></td><td>Notifies a participant that they have been unenrolled from the program</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://fhir-ig.digital.health.nz/shared-care/CodeSystem/hnz-template-category-codes"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.4.0"] ; #
fhir:name [ fhir:v "TemplateCategoryCodes"] ; #
fhir:title [ fhir:v "Codes for Template category"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-12-17T20:41:12+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Te Whatu Ora"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Te Whatu Ora" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.tewhatuora.govt.nz/" ] ] )
] [
fhir:name [ fhir:v "David Grainger" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "david.grainger@middleware.co.nz" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "Each code represents a Template 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:purpose [ fhir:v "specific category tied to a Template."] ; #
fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "12"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "eligible" ] ;
fhir:display [ fhir:v "Notifies a participant that they are eligible for a screening" ]
] [
fhir:code [ fhir:v "enrolled" ] ;
fhir:display [ fhir:v "Confirms enrolment in a screening program and what is this means" ]
] [
fhir:code [ fhir:v "recall" ] ;
fhir:display [ fhir:v "Sends a recall notice for a screening" ]
] [
fhir:code [ fhir:v "routineReminder" ] ;
fhir:display [ fhir:v "Sends a routine reminder for a scheduled screening" ]
] [
fhir:code [ fhir:v "repeatReminder" ] ;
fhir:display [ fhir:v "Sends a reminder for a missed or rescheduled screening" ]
] [
fhir:code [ fhir:v "invalidReminder" ] ;
fhir:display [ fhir:v "Indicates an invalid reminder (e.g., sent to an ineligible participant)" ]
] [
fhir:code [ fhir:v "postReminder" ] ;
fhir:display [ fhir:v "Sends a post-screening reminder or follow-up information" ]
] [
fhir:code [ fhir:v "withdrawnAcknowledgement" ] ;
fhir:display [ fhir:v "Acknowledges a participant's withdrawal from the program" ]
] [
fhir:code [ fhir:v "withdrawnPending" ] ;
fhir:display [ fhir:v "Indicates that a withdrawal request is pending" ]
] [
fhir:code [ fhir:v "withdrawnCompleted" ] ;
fhir:display [ fhir:v "Confirms that a withdrawal request has been processed" ]
] [
fhir:code [ fhir:v "withdrawncancelled" ] ;
fhir:display [ fhir:v "Indicates that a withdrawal request has been canceled" ]
] [
fhir:code [ fhir:v "unenrolled" ] ;
fhir:display [ fhir:v "Notifies a participant that they have been unenrolled from the program" ]
] ) . #
IG © 2022+ Te Whatu Ora. Package tewhatuora.sharedcare#0.4.0 based on FHIR 4.0.1. Generated 2024-12-17
Links: Table of Contents |
QA Report