New Zealand ICP Implementation Guide
1.0.0 - draft

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

: Complexity Score - TTL Representation

Active as of 2024-11-10

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-complexity-score"] ; # 
  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-complexity-score</b></p><a name=\"acc-icp-complexity-score\"> </a><a name=\"hcacc-icp-complexity-score\"> </a><a name=\"acc-icp-complexity-score-und\"> </a><p>This case-sensitive code system <code>http://hl7.org.nz/fhir/CodeSystem/acc-icp-complexity-score</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\">low<a name=\"acc-icp-complexity-score-low\"> </a></td><td>Low</td></tr><tr><td style=\"white-space:nowrap\">medium<a name=\"acc-icp-complexity-score-medium\"> </a></td><td>Medium</td></tr><tr><td style=\"white-space:nowrap\">high<a name=\"acc-icp-complexity-score-high\"> </a></td><td>High</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org.nz/fhir/CodeSystem/acc-icp-complexity-score"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "ICPcomplexityScore"] ; # 
  fhir:title [ fhir:v "Complexity Score"] ; # 
  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 "The score (low, medium, high) for each category/sub-category obtained from the ICP complexity assessment/tool."] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "low" ] ;
fhir:display [ fhir:v "Low" ]
  ] [
fhir:code [ fhir:v "medium" ] ;
fhir:display [ fhir:v "Medium" ]
  ] [
fhir:code [ fhir:v "high" ] ;
fhir:display [ fhir:v "High" ]
  ] ) . #