FHIR Cross-Version Extensions package for FHIR R4 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 "definition-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/definition-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=\"definition-resource-types-ActivityDefinition\"> </a>\n </td>\n <td>ActivityDefinition</td>\n <td>This resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">EventDefinition\n <a name=\"definition-resource-types-EventDefinition\"> </a>\n </td>\n <td>EventDefinition</td>\n <td>The EventDefinition resource provides a reusable description of when a particular event can occur.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">Measure\n <a name=\"definition-resource-types-Measure\"> </a>\n </td>\n <td>Measure</td>\n <td>The Measure resource provides the definition of a quality measure.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">OperationDefinition\n <a name=\"definition-resource-types-OperationDefinition\"> </a>\n </td>\n <td>OperationDefinition</td>\n <td>A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction).</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">PlanDefinition\n <a name=\"definition-resource-types-PlanDefinition\"> </a>\n </td>\n <td>PlanDefinition</td>\n <td>This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical artifacts such as clinical decision support rules, order sets and protocols.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">Questionnaire\n <a name=\"definition-resource-types-Questionnaire\"> </a>\n </td>\n <td>Questionnaire</td>\n <td>A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection.</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.r4" ] ] [
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/definition-resource-types"^^xsd:anyURI] ; #
fhir:version [ fhir:v "4.3.0"] ; #
fhir:name [ fhir:v "DefinitionResourceType"] ; #
fhir:title [ fhir:v "DefinitionResourceType"] ; #
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 definition 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/definition-resource-types|4.0.1"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/definition-resource-types|4.0.1>
] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "ActivityDefinition" ] ;
fhir:display [ fhir:v "ActivityDefinition" ] ;
fhir:definition [ fhir:v "This resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context." ]
] [
fhir:code [ fhir:v "EventDefinition" ] ;
fhir:display [ fhir:v "EventDefinition" ] ;
fhir:definition [ fhir:v "The EventDefinition resource provides a reusable description of when a particular event can occur." ]
] [
fhir:code [ fhir:v "Measure" ] ;
fhir:display [ fhir:v "Measure" ] ;
fhir:definition [ fhir:v "The Measure resource provides the definition of a quality measure." ]
] [
fhir:code [ fhir:v "OperationDefinition" ] ;
fhir:display [ fhir:v "OperationDefinition" ] ;
fhir:definition [ fhir:v "A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction)." ]
] [
fhir:code [ fhir:v "PlanDefinition" ] ;
fhir:display [ fhir:v "PlanDefinition" ] ;
fhir:definition [ fhir:v "This resource allows for the definition of various types of plans as a sharable, consumable, and executable artifact. The resource is general enough to support the description of a broad range of clinical artifacts such as clinical decision support rules, order sets and protocols." ]
] [
fhir:code [ fhir:v "Questionnaire" ] ;
fhir:display [ fhir:v "Questionnaire" ] ;
fhir:definition [ fhir:v "A structured set of questions intended to guide the collection of answers from end-users. Questionnaires provide detailed control over order, presentation, phraseology and grouping to allow coherent, consistent data collection." ]
] ) . #
IG © 2025+ FHIR Infrastructure. Package hl7.fhir.uv.xver-r4b.r4#0.0.1-snapshot-2 based on FHIR 4.0.1. Generated 2025-09-13
Links: Table of Contents |
QA Report
| Version History |
|
History
