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

: CC TBI Referral Type - 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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "acc-icp-tbi-bist-referral-type"] ; # 
  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 acc-icp-tbi-bist-referral-type</b></p><a name=\"acc-icp-tbi-bist-referral-type\"> </a><a name=\"hcacc-icp-tbi-bist-referral-type\"> </a><a name=\"acc-icp-tbi-bist-referral-type-und\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-acc-icp-referral-source-type.html\"><code>http://hl7.org.nz/fhir/CodeSystem/acc-icp-referral-source-type</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=\"CodeSystem-acc-icp-referral-source-type.html#acc-icp-referral-source-type-emergency\">emergency</a></td><td style=\"color: #cccccc\">Emergency referral</td></tr><tr><td><a href=\"CodeSystem-acc-icp-referral-source-type.html#acc-icp-referral-source-type-community-care\">community-care</a></td><td style=\"color: #cccccc\">Community Care referral</td></tr><tr><td><a href=\"CodeSystem-acc-icp-referral-source-type.html#acc-icp-referral-source-type-vestibular-ocular-physio\">vestibular-ocular-physio</a></td><td style=\"color: #cccccc\">Vestibular Ocular Physio referral</td></tr><tr><td><a href=\"CodeSystem-acc-icp-referral-source-type.html#acc-icp-referral-source-type-concussion-service\">concussion-service</a></td><td style=\"color: #cccccc\">Concussion Service referral</td></tr><tr><td><a href=\"CodeSystem-acc-icp-referral-source-type.html#acc-icp-referral-source-type-recovered-discharged\">recovered-discharged</a></td><td style=\"color: #cccccc\">Recovered/Discharged referral</td></tr><tr><td><a href=\"CodeSystem-acc-icp-referral-source-type.html#acc-icp-referral-source-type-no-referral\">no-referral</a></td><td style=\"color: #cccccc\">No referral required</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org.nz/fhir/ValueSet/acc-icp-tbi-bist-referral-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "ICPTbiBistReferraType"] ; # 
  fhir:title [ fhir:v "CC TBI Referral Type"] ; # 
  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 referred to referral type."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org.nz/fhir/CodeSystem/acc-icp-referral-source-type"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "emergency" ]       ] [
fhir:code [ fhir:v "community-care" ]       ] [
fhir:code [ fhir:v "vestibular-ocular-physio" ]       ] [
fhir:code [ fhir:v "concussion-service" ]       ] [
fhir:code [ fhir:v "recovered-discharged" ]       ] [
fhir:code [ fhir:v "no-referral" ]       ] )     ] )
  ] . #