FHIR Cross-Version Extensions package for FHIR R5 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 0 |
@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 "knowledge-resource-types"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system http://hl7.org/fhir/knowledge-resource-types defines the following codes:</p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">ActivityDefinition\n <a name=\"knowledge-resource-types-ActivityDefinition\"> </a>\n </td>\n <td>ActivityDefinition</td>\n <td>The definition of a specific activity to be taken, independent of any particular patient or context.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">CodeSystem\n <a name=\"knowledge-resource-types-CodeSystem\"> </a>\n </td>\n <td>CodeSystem</td>\n <td>A set of codes drawn from one or more code systems.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">ConceptMap\n <a name=\"knowledge-resource-types-ConceptMap\"> </a>\n </td>\n <td>ConceptMap</td>\n <td>A map from one set of concepts to one or more other concepts.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">Library\n <a name=\"knowledge-resource-types-Library\"> </a>\n </td>\n <td>Library</td>\n <td>Represents a library of quality improvement components.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">Measure\n <a name=\"knowledge-resource-types-Measure\"> </a>\n </td>\n <td>Measure</td>\n <td>A quality measure definition.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">PlanDefinition\n <a name=\"knowledge-resource-types-PlanDefinition\"> </a>\n </td>\n <td>PlanDefinition</td>\n <td>The definition of a plan for a series of actions, independent of any specific patient or context.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">StructureDefinition\n <a name=\"knowledge-resource-types-StructureDefinition\"> </a>\n </td>\n <td>StructureDefinition</td>\n <td>Structural Definition.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">StructureMap\n <a name=\"knowledge-resource-types-StructureMap\"> </a>\n </td>\n <td>StructureMap</td>\n <td>A Map of relationships between 2 structures that can be used to transform data.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">ValueSet\n <a name=\"knowledge-resource-types-ValueSet\"> </a>\n </td>\n <td>ValueSet</td>\n <td>A set of codes drawn from one or more code systems.</td>\n </tr>\n </table>\n </div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
fhir:value [
a fhir:id ;
fhir:v "hl7.fhir.uv.xver-r4b.r5" ] ] [
fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "0.0.1-snapshot-2" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "vocab" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/knowledge-resource-types"^^xsd:anyURI] ; #
fhir:version [ fhir:v "4.3.0"] ; #
fhir:name [ fhir:v "KnowledgeResourceType"] ; #
fhir:title [ fhir:v "KnowledgeResourceType"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2022-05-28T12:47:40+10:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Terminology Infrastructure"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Terminology Infrastructure" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/Vocab" ] ] )
] ) ; #
fhir:description [ fhir:v "A list of all the knowledge resource types defined in this version of the FHIR specification."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/knowledge-resource-types"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/knowledge-resource-types>
] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "ActivityDefinition" ] ;
fhir:display [ fhir:v "ActivityDefinition" ] ;
fhir:definition [ fhir:v "The definition of a specific activity to be taken, independent of any particular patient or context." ]
] [
fhir:code [ fhir:v "CodeSystem" ] ;
fhir:display [ fhir:v "CodeSystem" ] ;
fhir:definition [ fhir:v "A set of codes drawn from one or more code systems." ]
] [
fhir:code [ fhir:v "ConceptMap" ] ;
fhir:display [ fhir:v "ConceptMap" ] ;
fhir:definition [ fhir:v "A map from one set of concepts to one or more other concepts." ]
] [
fhir:code [ fhir:v "Library" ] ;
fhir:display [ fhir:v "Library" ] ;
fhir:definition [ fhir:v "Represents a library of quality improvement components." ]
] [
fhir:code [ fhir:v "Measure" ] ;
fhir:display [ fhir:v "Measure" ] ;
fhir:definition [ fhir:v "A quality measure definition." ]
] [
fhir:code [ fhir:v "PlanDefinition" ] ;
fhir:display [ fhir:v "PlanDefinition" ] ;
fhir:definition [ fhir:v "The definition of a plan for a series of actions, independent of any specific patient or context." ]
] [
fhir:code [ fhir:v "StructureDefinition" ] ;
fhir:display [ fhir:v "StructureDefinition" ] ;
fhir:definition [ fhir:v "Structural Definition." ]
] [
fhir:code [ fhir:v "StructureMap" ] ;
fhir:display [ fhir:v "StructureMap" ] ;
fhir:definition [ fhir:v "A Map of relationships between 2 structures that can be used to transform data." ]
] [
fhir:code [ fhir:v "ValueSet" ] ;
fhir:display [ fhir:v "ValueSet" ] ;
fhir:definition [ fhir:v "A set of codes drawn from one or more code systems." ]
] ) . #
IG © 2025+ FHIR Infrastructure. Package hl7.fhir.uv.xver-r4b.r5#0.0.1-snapshot-2 based on FHIR 5.0.0. Generated 2025-09-13
Links: Table of Contents |
QA Report
| Version History |
|
History
