FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.pco.r4
Resource TypeCodeSystem
IdCodeSystem-readiness-assessment-concepts-temporary.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem readiness-assessment-concepts-temporary

This case-sensitive code system http://hl7.org/fhir/us/pco/CodeSystem/readiness-assessment-concepts-temporary defines the following codes:

CodeDisplayDefinition
readiness-assessment Readiness assessmentPanel code for readiness scales
importance Importance of changeHow important is it right now for you to make this change?
confidence Confidence to changeHow confident are you that you will be successful in making this change?

Source1

{
  "resourceType": "CodeSystem",
  "id": "readiness-assessment-concepts-temporary",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pc"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/pco/ImplementationGuide/hl7.fhir.us.pco"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/pco/CodeSystem/readiness-assessment-concepts-temporary",
  "version": "1.0.0-ballot",
  "name": "ReadinessConcepts",
  "title": "Readiness Assessment Concepts",
  "status": "draft",
  "experimental": true,
  "date": "2025-03-28T21:02:54+00:00",
  "publisher": "HL7 International / Patient Care",
  "contact": [
    {
      "name": "HL7 International / Patient Care",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientcare"
        },
        {
          "system": "email",
          "value": "patientcare@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "Code system to types of readiness for change.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "readiness-assessment",
      "display": "Readiness assessment",
      "definition": "Panel code for readiness scales"
    },
    {
      "code": "importance",
      "display": "Importance of change",
      "definition": "How important is it right now for you to make this change?"
    },
    {
      "code": "confidence",
      "display": "Confidence to change",
      "definition": "How confident are you that you will be successful in making this change?"
    }
  ]
}