This page is part of the FHIR Specification (v4.3.0: R4B - STU). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4B R4
Vocabulary Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw JSON (canonical form + also see JSON Format Specification)
Definition for Code SystemKnowledgeResourceType
{ "resourceType" : "CodeSystem", "id" : "knowledge-resource-types", "meta" : { "lastUpdated" : "2022-05-28T12:47:40.239+10:00" }, "text" : { "status" : "generated", "div" : "<div>!-- Snipped for Brevity --></div>" }, "extension" : [{ "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode" : "vocab" }], "url" : "http://hl7.org/fhir/knowledge-resource-types", "identifier" : [{ "system" : "urn:ietf:rfc:3986", "value" : "urn:oid:2.16.840.1.113883.4.642.1.1063" }], "version" : "4.3.0", "name" : "KnowledgeResourceType", "title" : "KnowledgeResourceType", "status" : "draft", "experimental" : false, "date" : "2022-05-28T12:47:40+10:00", "description" : "A list of all the knowledge resource types defined in this version of the FHIR specification.", "caseSensitive" : true, "valueSet" : "http://hl7.org/fhir/ValueSet/knowledge-resource-types", "content" : "complete", "concept" : [{ "code" : "ActivityDefinition", "display" : "ActivityDefinition", "definition" : "The definition of a specific activity to be taken, independent of any particular patient or context." }, { "code" : "CodeSystem", "display" : "CodeSystem", "definition" : "A set of codes drawn from one or more code systems." }, { "code" : "ConceptMap", "display" : "ConceptMap", "definition" : "A map from one set of concepts to one or more other concepts." }, { "code" : "Library", "display" : "Library", "definition" : "Represents a library of quality improvement components." }, { "code" : "Measure", "display" : "Measure", "definition" : "A quality measure definition." }, { "code" : "PlanDefinition", "display" : "PlanDefinition", "definition" : "The definition of a plan for a series of actions, independent of any specific patient or context." }, { "code" : "StructureDefinition", "display" : "StructureDefinition", "definition" : "Structural Definition." }, { "code" : "StructureMap", "display" : "StructureMap", "definition" : "A Map of relationships between 2 structures that can be used to transform data." }, { "code" : "ValueSet", "display" : "ValueSet", "definition" : "A set of codes drawn from one or more code systems." }] }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.