Release 4

Codesystem-knowledge-resource-types.json

Vocabulary Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Code System KnowledgeResourceType

{
  "resourceType" : "CodeSystem",
  "id" : "knowledge-resource-types",
  "meta" : {
    "lastUpdated" : "2021-01-21T15:34:20.265+00: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.4.1063"
  }],
  "version" : "4.0.1",
  "name" : "KnowledgeResourceType",
  "title" : "KnowledgeResourceType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-01-21T15:34:20+00: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.