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
Vocabulary Work Group | Maturity Level: N/A | Ballot Status: Informative |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for Code System DefinitionResourceType
@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 "definition-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/definition-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.1057" ] ]; fhir:CodeSystem.name [ fhir:value "DefinitionResourceType"]; fhir:CodeSystem.title [ fhir:value "DefinitionResourceType"]; 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 definition 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/definition-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 "This resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context." ] ], [ fhir:index 1; fhir:CodeSystem.code [ fhir:value "EventDefinition" ]; fhir:CodeSystem.display [ fhir:value "EventDefinition" ]; fhir:CodeSystem.definition [ fhir:value "The EventDefinition resource provides a reusable description of when a particular event can occur." ] ], [ fhir:index 2; fhir:CodeSystem.code [ fhir:value "Measure" ]; fhir:CodeSystem.display [ fhir:value "Measure" ]; fhir:CodeSystem.definition [ fhir:value "The Measure resource provides the definition of a quality measure." ] ], [ fhir:index 3; fhir:CodeSystem.code [ fhir:value "OperationDefinition" ]; fhir:CodeSystem.display [ fhir:value "OperationDefinition" ]; fhir:CodeSystem.definition [ fhir:value "A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction)." ] ], [ fhir:index 4; fhir:CodeSystem.code [ fhir:value "PlanDefinition" ]; fhir:CodeSystem.display [ fhir:value "PlanDefinition" ]; fhir:CodeSystem.definition [ fhir:value "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:index 5; fhir:CodeSystem.code [ fhir:value "Questionnaire" ]; fhir:CodeSystem.display [ fhir:value "Questionnaire" ]; fhir:CodeSystem.definition [ fhir:value "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." ] ] . # -------------------------------------------------------------------------------------
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.