This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions

 

Example of valueset

{"ValueSet": {
  "author": {
    "name": {"value": "FHIR project team (example)"},
    "reference": {"value": "http://hl7.org/fhir"}
  },
  "text": {
    "status": "generated",
    "div": "<div>\n     <p>Value set &quot;Loinc Codes for Cholesterol&quot;: This is an example value set that includes \n        all the LOINC codes for serum cholesterol from v2.36. \n        Developed by: FHIR project team (example)<\/p>\n     <p>Published for testing on 13-June 2012<\/p>\n     <p>This is a restriction on\n<a href=\"http://hl7.org/svc/fhir/valueset/@03acace4-5206-4c8f-a8b4-df27a4c18b09?format=text/html\">\n        the value set &quot;all serum test codes&quot;<\/a>, and contains the following LOINC codes:<\/p>\n     <ul>\n      <li>14647-2<\/li>\n      <li>2093-3<\/li>\n      <li>35200-5<\/li>\n      <li>9342-7<\/li>   \n    <\/ul>\n    <\/div>"
  },
  "status": "testing",
  "description": {"value": "This is an example value set that includes \n      all the LOINC codes for serum cholesterol from v2.36"},
  "restricts": [{"value": "http://hl7.org/svc/fhir/valueset/@03acace4-5206-4c8f-a8b4-df27a4c18b09"}],
  "name": {"value": "Loinc Codes for Cholesterol"},
  "date": {"value": "2012-06-13"},
  "identifier": {"value": "256a5231-a2bb-49bd-9fea-f349d428b70d"},
  "include": [{
    "system": {"value": "http://loinc.org"},
    "code": [
      {"value": "14647-2"},
      {"value": "2093-3"},
      {"value": "35200-5"},
      {"value": "9342-7"}
    ],
    "mode": "code",
    "version": {"value": "2.36"}
  }],
  "version": {"value": "20120613"}
}}