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
: ICP Recorded Outcome Stage - 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-recorded-outcome-stage"] ; #
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-recorded-outcome-stage</b></p><a name=\"acc-icp-recorded-outcome-stage\"> </a><a name=\"hcacc-icp-recorded-outcome-stage\"> </a><a name=\"acc-icp-recorded-outcome-stage-und\"> </a><p>This case-sensitive code system <code>http://hl7.org.nz/fhir/CodeSystem/acc-icp-recorded-outcome-stage</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\">adhoc<a name=\"acc-icp-recorded-outcome-stage-adhoc\"> </a></td><td>Adhoc</td></tr><tr><td style=\"white-space:nowrap\">baseline<a name=\"acc-icp-recorded-outcome-stage-baseline\"> </a></td><td>Baseline</td></tr><tr><td style=\"white-space:nowrap\">exit<a name=\"acc-icp-recorded-outcome-stage-exit\"> </a></td><td>Exit</td></tr><tr><td style=\"white-space:nowrap\">mid-point<a name=\"acc-icp-recorded-outcome-stage-mid-point\"> </a></td><td>Mid-point</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://hl7.org.nz/fhir/CodeSystem/acc-icp-recorded-outcome-stage"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "ICPRecordedOutcomeStage"] ; #
fhir:title [ fhir:v "ICP Recorded Outcome Stage"] ; #
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 patient recorded stage of the ICP Observation"] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "adhoc" ] ;
fhir:display [ fhir:v "Adhoc" ]
] [
fhir:code [ fhir:v "baseline" ] ;
fhir:display [ fhir:v "Baseline" ]
] [
fhir:code [ fhir:v "exit" ] ;
fhir:display [ fhir:v "Exit" ]
] [
fhir:code [ fhir:v "mid-point" ] ;
fhir:display [ fhir:v "Mid-point" ]
] ) . #