Person-Centered Outcomes - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Readiness Assessment Concepts - TTL Representation
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"] ; #
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</b></p><a name=\"readiness-assessment-concepts\"> </a><a name=\"hcreadiness-assessment-concepts\"> </a><a name=\"readiness-assessment-concepts-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/us/pco/CodeSystem/readiness-assessment-concepts</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-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-importance\"> </a></td><td>Importance of change</td><td/></tr><tr><td style=\"white-space:nowrap\">confidence<a name=\"readiness-assessment-concepts-confidence\"> </a></td><td>Confidence to change</td><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/us/pco/CodeSystem/readiness-assessment-concepts"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.2.0"] ; #
fhir:name [ fhir:v "ReadinessConcepts"] ; #
fhir:title [ fhir:v "Readiness Assessment Concepts"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2025-02-10T21:11:28+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:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
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:code [ fhir:v "confidence" ] ;
fhir:display [ fhir:v "Confidence to change" ]
] ) . #