This page is part of the FHIR Specification (v0.0.82: DSTU 1). 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
General ValueSet Example
{
"resourceType": "ValueSet",
"text": {
"status": "generated",
"div": "<div>\n <p>Value set "LOINC Codes for Cholesterol": 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 "all serum test codes"</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>"
},
"identifier": "256a5231-a2bb-49bd-9fea-f349d428b70d",
"version": "20120613",
"name": "LOINC Codes for Cholesterol",
"publisher": "FHIR project team (example)",
"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",
"status": "draft",
"experimental": true,
"date": "2012-06-13",
"compose": {
"include": [
{
"system": "http://loinc.org",
"version": "2.36",
"code": [
"14647-2",
"2093-3",
"35200-5",
"9342-7"
]
}
]
}
}