DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). 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.json

Raw JSON (canonical form)

General ValueSet Example

{
  "resourceType": "ValueSet",
  "id": "101",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "url": "urn:uuid:256a5231-a2bb-49bd-9fea-f349d428b70d",
  "version": "20120613",
  "name": "LOINC Codes for Cholesterol",
  "publisher": "FHIR project team (example)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "This is an example value set that includes        all the LOINC codes for serum 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",
  "status": "draft",
  "experimental": true,
  "date": "2012-06-13",
  "compose": {
    "include": [
      {
        "system": "http://loinc.org",
        "version": "2.36",
        "concept": [
          {
            "code": "14647-2"
          },
          {
            "code": "2093-3"
          },
          {
            "code": "35200-5"
          },
          {
            "code": "9342-7"
          }
        ]
      }
    ]
  }
}

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.