R4 Ballot #3 (Special Normative Re-ballot)

This page is part of the FHIR Specification (v3.5a.0: R4 Ballot 4). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions

Codesystem-knowledge-resource-types.ttl

Vocabulary Work GroupMaturity Level: N/ABallot Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Code System KnowledgeResourceType

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:CodeSystem;
  fhir:Resource.id [ fhir:value "knowledge-resource-types"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2018-08-19T21:48:56.559+10:00" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.value [ fhir:value "vocab" ]
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/knowledge-resource-types"];
  fhir:CodeSystem.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.1.1063" ]
  ];
  fhir:CodeSystem.name [ fhir:value "KnowledgeResourceType"];
  fhir:CodeSystem.title [ fhir:value "KnowledgeResourceType"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"];
  fhir:CodeSystem.date [ fhir:value "2018-08-19T21:48:56+10:00"];
  fhir:CodeSystem.description [ fhir:value "A list of all the knowledge resource types defined in this version of the FHIR specification."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"];
  fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/knowledge-resource-types"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.code [ fhir:value "ActivityDefinition" ];
     fhir:CodeSystem.display [ fhir:value "ActivityDefinition" ];
     fhir:CodeSystem.definition [ fhir:value "The definition of a specific activity to be taken, independent of any particular patient or context." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.code [ fhir:value "CodeSystem" ];
     fhir:CodeSystem.display [ fhir:value "CodeSystem" ];
     fhir:CodeSystem.definition [ fhir:value "A set of codes drawn from one or more code systems." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.code [ fhir:value "ConceptMap" ];
     fhir:CodeSystem.display [ fhir:value "ConceptMap" ];
     fhir:CodeSystem.definition [ fhir:value "A map from one set of concepts to one or more other concepts." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.code [ fhir:value "Library" ];
     fhir:CodeSystem.display [ fhir:value "Library" ];
     fhir:CodeSystem.definition [ fhir:value "Represents a library of quality improvement components." ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.code [ fhir:value "Measure" ];
     fhir:CodeSystem.display [ fhir:value "Measure" ];
     fhir:CodeSystem.definition [ fhir:value "A quality measure definition." ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.code [ fhir:value "PlanDefinition" ];
     fhir:CodeSystem.display [ fhir:value "PlanDefinition" ];
     fhir:CodeSystem.definition [ fhir:value "The definition of a plan for a series of actions, independent of any specific patient or context." ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.code [ fhir:value "StructureDefinition" ];
     fhir:CodeSystem.display [ fhir:value "StructureDefinition" ];
     fhir:CodeSystem.definition [ fhir:value "Structural Definition." ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.code [ fhir:value "StructureMap" ];
     fhir:CodeSystem.display [ fhir:value "StructureMap" ];
     fhir:CodeSystem.definition [ fhir:value "A Map of relationships between 2 structures that can be used to transform data." ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.code [ fhir:value "ValueSet" ];
     fhir:CodeSystem.display [ fhir:value "ValueSet" ];
     fhir:CodeSystem.definition [ fhir:value "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.