This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
ValueSet Example using a prepared expansion
{ "resourceType": "ValueSet", "id": "example-expansion", "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition" ] }, "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table class=\"grid\">\n <tr>\n <td>http://loinc.org</td>\n <td>14647-2</td>\n <td>Cholesterol [Moles/volume] in Serum or Plasma</td>\n </tr>\n <tr>\n <td colspan=\"3\">\n <b>Additional Cholesterol codes</b>\n </td>\n </tr>\n <tr>\n <td>http://loinc.org</td>\n <td>2093-3</td>\n <td>Cholesterol [Mass/volume] in Serum or Plasma</td>\n </tr>\n <tr>\n <td>http://loinc.org</td>\n <td>48620-9</td>\n <td>Cholesterol [Mass/volume] in Serum or Plasma ultracentrifugate</td>\n </tr>\n <tr>\n <td>http://loinc.org</td>\n <td>9342-7</td>\n <td>Cholesterol [Percentile]</td>\n </tr>\n <tr>\n <td colspan=\"3\">\n <b>Cholesterol Ratios</b>\n </td>\n </tr>\n <tr>\n <td>http://loinc.org</td>\n <td>2096-6</td>\n <td>Cholesterol/Triglyceride [Mass Ratio] in Serum or Plasma</td>\n </tr>\n <tr>\n <td>http://loinc.org</td>\n <td>35200-5</td>\n <td>Cholesterol/Triglyceride [Mass Ratio] in Serum or Plasma</td>\n </tr>\n <tr>\n <td>http://loinc.org</td>\n <td>48089-7</td>\n <td>Cholesterol/Apolipoprotein B [Molar ratio] in Serum or Plasma</td>\n </tr>\n <tr>\n <td>http://loinc.org</td>\n <td>55838-7</td>\n <td>Cholesterol/Phospholipid [Molar ratio] in Serum or Plasma</td>\n </tr>\n </table>\n </div>" }, "url": "http://hl7.org/fhir/ValueSet/example-expansion", "version": "20150622", "name": "LOINC Codes for Cholesterol in Serum/Plasma", "status": "draft", "experimental": true, "publisher": "FHIR Project team", "contact": [ { "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] } ], "date": "2015-06-22", "description": "This is an example value set that includes all the LOINC codes for serum/plasma cholesterol from v2.36.", "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": { "include": [ { "system": "http://loinc.org", "filter": [ { "property": "parent", "op": "=", "value": "LP43571-6" } ] } ] }, "expansion": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-expansionSource", "valueUri": "http://hl7.org/fhir/ValueSet/example-extensional" } ], "identifier": "urn:uuid:42316ff8-2714-4680-9980-f37a6d1a71bc", "timestamp": "2015-06-22T13:56:07Z", "total": 8, "offset": 0, "parameter": [ { "name": "version", "valueString": "2.50" } ], "contains": [ { "system": "http://loinc.org", "version": "2.50", "code": "14647-2", "display": "Cholesterol [Moles/volume] in Serum or Plasma" }, { "abstract": true, "display": "Cholesterol codes", "contains": [ { "system": "http://loinc.org", "version": "2.50", "code": "2093-3", "display": "Cholesterol [Mass/volume] in Serum or Plasma" }, { "system": "http://loinc.org", "version": "2.50", "code": "48620-9", "display": "Cholesterol [Mass/volume] in Serum or Plasma ultracentrifugate" }, { "system": "http://loinc.org", "version": "2.50", "code": "9342-7", "display": "Cholesterol [Percentile]" } ] }, { "abstract": true, "display": "Cholesterol Ratios", "contains": [ { "system": "http://loinc.org", "version": "2.50", "code": "2096-6", "display": "Cholesterol/Triglyceride [Mass Ratio] in Serum or Plasma" }, { "system": "http://loinc.org", "version": "2.50", "code": "35200-5", "display": "Cholesterol/Triglyceride [Mass Ratio] in Serum or Plasma" }, { "system": "http://loinc.org", "version": "2.50", "code": "48089-7", "display": "Cholesterol/Apolipoprotein B [Molar ratio] in Serum or Plasma" }, { "system": "http://loinc.org", "version": "2.50", "code": "55838-7", "display": "Cholesterol/Phospholipid [Molar ratio] in Serum or Plasma" } ] } ] } }
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.