Open NZ FHIR Implementation Guide - Local Development build (v1.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Assistance Code System - 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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "assistance-needs-cs"] ; #
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 assistance-needs-cs</b></p><a name=\"assistance-needs-cs\"> </a><a name=\"hcassistance-needs-cs\"> </a><a name=\"assistance-needs-cs-en-US\"> </a><p>This case-sensitive code system <code>https://ig.opennz.org/CodeSystem/assistance-needs-cs</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\">171671000210109<a name=\"assistance-needs-cs-171671000210109\"> </a></td><td>A New Zealand Sign Language interpreter</td></tr><tr><td style=\"white-space:nowrap\">133920001<a name=\"assistance-needs-cs-133920001\"> </a></td><td>Support to make decisions</td></tr><tr><td style=\"white-space:nowrap\">amr<a name=\"assistance-needs-cs-amr\"> </a></td><td>Assistance to move around</td></tr><tr><td style=\"white-space:nowrap\">lat<a name=\"assistance-needs-cs-lat\"> </a></td><td>A longer appointment time</td></tr><tr><td style=\"white-space:nowrap\">qse<a name=\"assistance-needs-cs-qse\"> </a></td><td>A quiet or low sensory environment</td></tr><tr><td style=\"white-space:nowrap\">msm<a name=\"assistance-needs-cs-msm\"> </a></td><td>More space to move around</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://ig.opennz.org/CodeSystem/assistance-needs-cs"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.2.0"] ; #
fhir:name [ fhir:v "AssistanceNeedsCodeSystem"] ; #
fhir:title [ fhir:v "Assistance Code System"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-11-28T22:16:49+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Open Standards NZ"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Open Standards NZ" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://opennz.org" ] ] )
] ) ; #
fhir:description [ fhir:v "Appointment Assistance Needs."] ; #
fhir:purpose [ fhir:v "List of supported assistance needs."] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "171671000210109" ] ;
fhir:display [ fhir:v "A New Zealand Sign Language interpreter" ]
] [
fhir:code [ fhir:v "133920001" ] ;
fhir:display [ fhir:v "Support to make decisions" ]
] [
fhir:code [ fhir:v "amr" ] ;
fhir:display [ fhir:v "Assistance to move around" ]
] [
fhir:code [ fhir:v "lat" ] ;
fhir:display [ fhir:v "A longer appointment time" ]
] [
fhir:code [ fhir:v "qse" ] ;
fhir:display [ fhir:v "A quiet or low sensory environment" ]
] [
fhir:code [ fhir:v "msm" ] ;
fhir:display [ fhir:v "More space to move around" ]
] ) . #