New Zealand ICP Implementation Guide, published by Accident Compensation Corporation. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/acc-fhir-publisher/icp/ and changes regularly. See the Directory of published versions
: Start-C Overall Option CodeSystem - 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 "acc-icp-tbi-startc-answeroption-overall"] ; #
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 acc-icp-tbi-startc-answeroption-overall</b></p><a name=\"acc-icp-tbi-startc-answeroption-overall\"> </a><a name=\"hcacc-icp-tbi-startc-answeroption-overall\"> </a><a name=\"acc-icp-tbi-startc-answeroption-overall-und\"> </a><p>This case-sensitive code system <code>http://hl7.org.nz/fhir/CodeSystem/acc-icp-tbi-startc-answeroption-overall</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\">not-at-all<a name=\"acc-icp-tbi-startc-answeroption-overall-not-at-all\"> </a></td><td>Not at all</td></tr><tr><td style=\"white-space:nowrap\">slightly<a name=\"acc-icp-tbi-startc-answeroption-overall-slightly\"> </a></td><td>Slightly</td></tr><tr><td style=\"white-space:nowrap\">moderately<a name=\"acc-icp-tbi-startc-answeroption-overall-moderately\"> </a></td><td>Moderately</td></tr><tr><td style=\"white-space:nowrap\">very-much<a name=\"acc-icp-tbi-startc-answeroption-overall-very-much\"> </a></td><td>Very Much</td></tr><tr><td style=\"white-space:nowrap\">extremely<a name=\"acc-icp-tbi-startc-answeroption-overall-extremely\"> </a></td><td>Extremely</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://hl7.org.nz/fhir/CodeSystem/acc-icp-tbi-startc-answeroption-overall"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "STarTCOverall"] ; #
fhir:title [ fhir:v "Start-C Overall Option CodeSystem"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-11-10T23:48:30+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Accident Compensation Corporation"] ; #
fhir:description [ fhir:v "CodeSystem for overall STarT-C concussion symptoms with ordinal values."] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "not-at-all" ] ;
fhir:display [ fhir:v "Not at all" ]
] [
fhir:code [ fhir:v "slightly" ] ;
fhir:display [ fhir:v "Slightly" ]
] [
fhir:code [ fhir:v "moderately" ] ;
fhir:display [ fhir:v "Moderately" ]
] [
fhir:code [ fhir:v "very-much" ] ;
fhir:display [ fhir:v "Very Much" ]
] [
fhir:code [ fhir:v "extremely" ] ;
fhir:display [ fhir:v "Extremely" ]
] ) . #