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

: Referral Source 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-referral-source-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-referral-source-type</b></p><a name=\"acc-icp-referral-source-type\"> </a><a name=\"hcacc-icp-referral-source-type\"> </a><a name=\"acc-icp-referral-source-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-gp\">gp</a></td><td style=\"color: #cccccc\">GP referral</td></tr><tr><td><a href=\"CodeSystem-acc-icp-referral-source-type.html#acc-icp-referral-source-type-physio\">physio</a></td><td style=\"color: #cccccc\">Physio referral</td></tr><tr><td><a href=\"CodeSystem-acc-icp-referral-source-type.html#acc-icp-referral-source-type-specialist\">specialist</a></td><td style=\"color: #cccccc\">Specialist referral</td></tr><tr><td><a href=\"CodeSystem-acc-icp-referral-source-type.html#acc-icp-referral-source-type-allied\">allied</a></td><td style=\"color: #cccccc\">Other Allied health referral</td></tr><tr><td><a href=\"CodeSystem-acc-icp-referral-source-type.html#acc-icp-referral-source-type-employer\">employer</a></td><td style=\"color: #cccccc\">Employer referral</td></tr><tr><td><a href=\"CodeSystem-acc-icp-referral-source-type.html#acc-icp-referral-source-type-rongoa\">rongoa</a></td><td style=\"color: #cccccc\">Rongoa referral</td></tr><tr><td><a href=\"CodeSystem-acc-icp-referral-source-type.html#acc-icp-referral-source-type-other\">other</a></td><td style=\"color: #cccccc\">Other referral type</td></tr><tr><td><a href=\"CodeSystem-acc-icp-referral-source-type.html#acc-icp-referral-source-type-acc\">acc</a></td><td style=\"color: #cccccc\">ACC referral</td></tr><tr><td><a href=\"CodeSystem-acc-icp-referral-source-type.html#acc-icp-referral-source-type-patient\">patient</a></td><td style=\"color: #cccccc\">Patient-led referral</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org.nz/fhir/ValueSet/acc-icp-referral-source-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "ICPReferralSourceType"] ; # 
  fhir:title [ fhir:v "Referral Source 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 source of the referral.  e.g. Internal is from within the supplier/consortium group."] ; # 
  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 "gp" ]       ] [
fhir:code [ fhir:v "physio" ]       ] [
fhir:code [ fhir:v "specialist" ]       ] [
fhir:code [ fhir:v "allied" ]       ] [
fhir:code [ fhir:v "employer" ]       ] [
fhir:code [ fhir:v "rongoa" ]       ] [
fhir:code [ fhir:v "other" ]       ] [
fhir:code [ fhir:v "acc" ]       ] [
fhir:code [ fhir:v "patient" ]       ] )     ] )
  ] . #