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

: Status - 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-episodeofcare-status"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet acc-icp-episodeofcare-status</b></p><a name=\"acc-icp-episodeofcare-status\"> </a><a name=\"hcacc-icp-episodeofcare-status\"> </a><a name=\"acc-icp-episodeofcare-status-und\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-episode-of-care-status.html\"><code>http://hl7.org/fhir/episode-of-care-status</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-episode-of-care-status.html#episode-of-care-status-active\">active</a></td><td>Active</td><td>This episode of care is current.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-episode-of-care-status.html#episode-of-care-status-finished\">finished</a></td><td>Finished</td><td>This episode of care is finished and the organization is not expecting to be providing further care to the patient. Can also be known as &quot;closed&quot;, &quot;completed&quot; or other similar terms.</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org.nz/fhir/ValueSet/acc-icp-episodeofcare-status"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "ICPStatusVS"] ; # 
  fhir:title [ fhir:v "Status"] ; # 
  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 Status of the ICP case (Active or Finished)"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/episode-of-care-status"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ]       ] [
fhir:code [ fhir:v "finished" ] ;
fhir:display [ fhir:v "Finished" ]       ] )     ] )
  ] . #