Person-Centered Outcomes (PCO) Implementation Guide
1.0.0-ballot - STU 1 Ballot United States of America flag

This page is part of the Person-Centered Outcomes (PCO) Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: Readiness Assessment Concepts - TTL Representation

Page standards status: Informative

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 "readiness-assessment-concepts-temporary"] ; # 
  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 readiness-assessment-concepts-temporary</b></p><a name=\"readiness-assessment-concepts-temporary\"> </a><a name=\"hcreadiness-assessment-concepts-temporary\"> </a><a name=\"readiness-assessment-concepts-temporary-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/us/pco/CodeSystem/readiness-assessment-concepts-temporary</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\">readiness-assessment<a name=\"readiness-assessment-concepts-temporary-readiness-assessment\"> </a></td><td>Readiness assessment</td><td>Panel code for readiness scales</td></tr><tr><td style=\"white-space:nowrap\">importance<a name=\"readiness-assessment-concepts-temporary-importance\"> </a></td><td>Importance of change</td><td>How important is it right now for you to make this change?</td></tr><tr><td style=\"white-space:nowrap\">confidence<a name=\"readiness-assessment-concepts-temporary-confidence\"> </a></td><td>Confidence to change</td><td>How confident are you that you will be successful in making this change?</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "pc"     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "informative" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
a fhir:canonical ;
fhir:v "http://hl7.org/fhir/us/pco/ImplementationGuide/hl7.fhir.us.pco"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/pco/ImplementationGuide/hl7.fhir.us.pco>         ]       ] )     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/pco/CodeSystem/readiness-assessment-concepts-temporary"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0-ballot"] ; # 
  fhir:name [ fhir:v "ReadinessConcepts"] ; # 
  fhir:title [ fhir:v "Readiness Assessment Concepts"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2025-03-28T21:02:54+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Patient Care"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Patient Care" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/patientcare" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "patientcare@lists.HL7.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Code system to types of readiness for change."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "readiness-assessment" ] ;
fhir:display [ fhir:v "Readiness assessment" ] ;
fhir:definition [ fhir:v "Panel code for readiness scales" ]
  ] [
fhir:code [ fhir:v "importance" ] ;
fhir:display [ fhir:v "Importance of change" ] ;
fhir:definition [ fhir:v "How important is it right now for you to make this change?" ]
  ] [
fhir:code [ fhir:v "confidence" ] ;
fhir:display [ fhir:v "Confidence to change" ] ;
fhir:definition [ fhir:v "How confident are you that you will be successful in making this change?" ]
  ] ) . #