ValueSet.compose FHIR attribute (r4) In the ValueSet resource for FHIR r4 , the compose attribute identifies the Content logical definition of the value set (CLD)
compose (ValueSet) description Attribute Name: compose
Description: Content logical definition of the value set (CLD)
Attribute Type :
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
ValueSet.compose Example "compose": {
"lockedDate": "2012-06-13",
"inactive": true,
"include": [
{
"system": "http://loinc.org",
"version": "2.36",
"concept": [
{
"code": "14647-2",
"display": "Cholesterol [Moles/Volume]"
},
{
"code": "2093-3",
"display": "Cholesterol [Mass/Volume]"
},
{
"code": "35200-5",
"display": "Cholesterol [Mass Or Moles/Volume]"
},
{
"code": "9342-7",
"display": "Cholesterol [Percentile]"
}
]
}
]
}
ValueSet attributes Attribute Field is list Type Description
url
false
uri
Canonical identifier for this value set, represented as a URI (globally unique)
Description: Canonical identifier for this value set, represented as a URI (globally unique)
Attribute Type : uri
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "url": "http://hl7.org/fhir/ValueSet/example-extensional"
identifier
true
Identifier
Additional identifier for the value set (business identifier)
Description: Additional identifier for the value set (business identifier)
Attribute Type : Identifier
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "identifier": [
{
"system": "http://acme.com/identifiers/valuesets",
"value": "loinc-cholesterol-int"
}
]
version
false
string
Business version of the value set
Description: Business version of the value set
Attribute Type : string
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "version": "20150622"
name
false
string
C? Name for this value set (computer friendly)
Description: C? Name for this value set (computer friendly)
Attribute Type : string
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "name": "LOINC Codes for Cholesterol in Serum/Plasma"
title
false
string
Name for this value set (human friendly)
Description: Name for this value set (human friendly)
Attribute Type : string
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
status
false
code
draft | active | retired | unknown
Description: draft | active | retired | unknown
Attribute Type : code
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "status": "draft"
experimental
false
boolean
For testing purposes, not real usage
Description: For testing purposes, not real usage
Attribute Type : boolean
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "experimental": true
date
false
dateTime
Date last changed
Description: Date last changed
Attribute Type : dateTime
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "date": "2015-06-22"
publisher
false
string
Name of the publisher (organization or individual)
Description: Name of the publisher (organization or individual)
Attribute Type : string
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "publisher": "HL7 International"
contact
true
ContactDetail
Contact details for the publisher
Description: Contact details for the publisher
Attribute Type : ContactDetail
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "contact": [
{
"name": "FHIR project team",
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
}
]
}
]
description
false
markdown
Natural language description of the value set
Description: Natural language description of the value set
Attribute Type : markdown
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "description": "This is an example value set that includes all the LOINC codes for serum/plasma cholesterol from v2.36."
useContext
true
UsageContext
The context that the content is intended to support
Description: The context that the content is intended to support
Attribute Type : UsageContext
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "useContext": [
{
"code": {
"system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
"code": "age"
},
"valueQuantity": {
"value": 18,
"comparator": ">",
"unit": "yrs",
"system": "http://unitsofmeasure.org",
"code": "a"
}
}
]
jurisdiction
true
CodeableConcept
Intended jurisdiction for value set (if applicable)
Description: Intended jurisdiction for value set (if applicable)
Attribute Type : CodeableConcept
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US"
}
]
}
]
immutable
false
boolean
Indicates whether or not any change to the content logical definition may occur
Description: Indicates whether or not any change to the content logical definition may occur
Attribute Type : boolean
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
purpose
false
markdown
Why this value set is defined
Description: Why this value set is defined
Attribute Type : markdown
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "purpose": "This value set was published by ACME Inc in order to make clear which codes are used for Cholesterol by AcmeClinicals (Adult Ambulatory care support in USA)"
copyright
false
markdown
Use and/or publishing restrictions
Description: Use and/or publishing restrictions
Attribute Type : markdown
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "copyright": "This content from LOINC ® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use."
compose
false
Data Type
Content logical definition of the value set (CLD)
Description: Content logical definition of the value set (CLD)
Attribute Type : Data Type
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "compose": {
"lockedDate": "2012-06-13",
"inactive": true,
"include": [
{
"system": "http://loinc.org",
"version": "2.36",
"concept": [
{
"code": "14647-2",
"display": "Cholesterol [Moles/Volume]"
},
{
"code": "2093-3",
"display": "Cholesterol [Mass/Volume]"
},
{
"code": "35200-5",
"display": "Cholesterol [Mass Or Moles/Volume]"
},
{
"code": "9342-7",
"display": "Cholesterol [Percentile]"
}
]
}
]
}
expansion
false
Data Type
Used when the value set is "expanded"
Description: Used when the value set is "expanded"
Attribute Type : Data Type
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A