{ "resourceType": "ValueSet", "id": "classification-or-context", "meta": { "lastUpdated": "2015-10-24T07:41:03.495+11:00", "profile": [ "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" ] }, "text": { "status": "generated", "div": "

ClassificationOrContext

Identifies whether a useContext represents a context or classification for the element

This value set has an inline code system http://hl7.org/fhir/classification-or-context, which defines the following codes:

CodeDisplayDefinition
classification ClassificationIndicates the useContext is a classification - e.g. Administrative, financial, etc.
context ContextIndicates the useContext is a context - a domain of use - e.g. Particular country, organization or system
" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid", "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.388" } ], "url": "http://hl7.org/fhir/ValueSet/classification-or-context", "version": "1.0.2", "name": "ClassificationOrContext", "status": "draft", "experimental": false, "publisher": "HL7 (FHIR Project)", "contact": [ { "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" }, { "system": "email", "value": "fhir@lists.hl7.org" } ] } ], "date": "2015-10-24T07:41:03+11:00", "description": "Identifies whether a useContext represents a context or classification for the element", "codeSystem": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid", "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.388" } ], "system": "http://hl7.org/fhir/classification-or-context", "version": "1.0.2", "caseSensitive": true, "concept": [ { "code": "classification", "display": "Classification", "definition": "Indicates the useContext is a classification - e.g. Administrative, financial, etc." }, { "code": "context", "display": "Context", "definition": "Indicates the useContext is a context - a domain of use - e.g. Particular country, organization or system" } ] } }