This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
URL for this extension:
http://hl7.org/fhir/ExtensionDefinition/valueset-category
Status: draft
Identifies the value set as belonging to a particular set. For example "demographics", "lab", "clinical research", etc. Might also be used to tie a value set to particular usage projects.
HL7usage info: todo
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | Extension | URL = http://hl7.org/fhir/ExtensionDefinition/valueset-category Kind of value set: Identifies the value set as belonging to a particular set. For example "demographics", "lab", "clinical research", etc. Might also be used to tie a value set to particular usage projects. Use on element: ValueSet | ||
valueCodeableConcept | 0..* | CodeableConcept | Kind of value set Binding: ValueSetCategory (extensible) Use on element: ValueSet |
XML Template
<!-- Kind of value set --> <extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/ExtensionDefinition/valueset-category" > <!-- from Element: extension --> <valueCodeableConcept> <!-- CodeableConcept --!> /<valueCodeableConcept> </extension>
JSON Template
// extension added to existing object "http://hl7.org/fhir/ExtensionDefinition/valueset-category" : { // Kind of value set "valueCodeableConcept" : [{ CodeableConcept }] //Kind of value set }
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | Extension | URL = http://hl7.org/fhir/ExtensionDefinition/valueset-category Kind of value set: Identifies the value set as belonging to a particular set. For example "demographics", "lab", "clinical research", etc. Might also be used to tie a value set to particular usage projects. Use on element: ValueSet | ||
valueCodeableConcept | 0..* | CodeableConcept | Kind of value set Binding: ValueSetCategory (extensible) Use on element: ValueSet |
XML Template
<!-- Kind of value set --> <extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/ExtensionDefinition/valueset-category" > <!-- from Element: extension --> <valueCodeableConcept> <!-- CodeableConcept --!> /<valueCodeableConcept> </extension>
Path | Definition | Type | Reference |
---|---|---|---|
http://hl7.org/fhir/ExtensionDefinition/valueset-category | Classifications for valuesets. Can include such concepts as "demographics", "lab", "clinical research". Might also be used to tie a value set to particular usage projects | Unknown | No details provided yet |