0.1.0 - ci-build

CarePlanDAM - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Outcome Code System - TTL Representation

Active as of 2026-02-18

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "outcome-cs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem outcome-cs</b></p><a name=\"outcome-cs\"> </a><a name=\"hcoutcome-cs\"> </a><p>This case-sensitive code system <code>http://hl7.org/dam/CodeSystem/outcome-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">resolved<a name=\"outcome-cs-resolved\"> </a></td><td>Resolved</td><td>The condition or issue has been resolved</td></tr><tr><td style=\"white-space:nowrap\">improved<a name=\"outcome-cs-improved\"> </a></td><td>Improved</td><td>The condition or issue has improved</td></tr><tr><td style=\"white-space:nowrap\">stabilized<a name=\"outcome-cs-stabilized\"> </a></td><td>Stabilized</td><td>The condition or issue has stabilized</td></tr><tr><td style=\"white-space:nowrap\">in-process<a name=\"outcome-cs-in-process\"> </a></td><td>In Process</td><td>The intervention is still in process</td></tr><tr><td style=\"white-space:nowrap\">maintained<a name=\"outcome-cs-maintained\"> </a></td><td>Maintained</td><td>The current state has been maintained</td></tr><tr><td style=\"white-space:nowrap\">deteriorated<a name=\"outcome-cs-deteriorated\"> </a></td><td>Deteriorated</td><td>The condition or issue has deteriorated</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://hl7.org/dam/CodeSystem/outcome-cs"^^xsd:anyURI ;
fhir:l <http://hl7.org/dam/CodeSystem/outcome-cs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "OutcomeCS"] ; # 
  fhir:title [ fhir:v "Outcome Code System"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-02-18T18:16:25+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Patient Care WG"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Patient Care WG" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.hl7.org/Special/committees/patientcare" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes for outcome assessment"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "resolved" ] ;
fhir:display [ fhir:v "Resolved" ] ;
fhir:definition [ fhir:v "The condition or issue has been resolved" ]
  ] [
fhir:code [ fhir:v "improved" ] ;
fhir:display [ fhir:v "Improved" ] ;
fhir:definition [ fhir:v "The condition or issue has improved" ]
  ] [
fhir:code [ fhir:v "stabilized" ] ;
fhir:display [ fhir:v "Stabilized" ] ;
fhir:definition [ fhir:v "The condition or issue has stabilized" ]
  ] [
fhir:code [ fhir:v "in-process" ] ;
fhir:display [ fhir:v "In Process" ] ;
fhir:definition [ fhir:v "The intervention is still in process" ]
  ] [
fhir:code [ fhir:v "maintained" ] ;
fhir:display [ fhir:v "Maintained" ] ;
fhir:definition [ fhir:v "The current state has been maintained" ]
  ] [
fhir:code [ fhir:v "deteriorated" ] ;
fhir:display [ fhir:v "Deteriorated" ] ;
fhir:definition [ fhir:v "The condition or issue has deteriorated" ]
  ] ) . #