Skip to content

Instantly share code, notes, and snippets.

@litlfred
Created August 1, 2016 08:55
Show Gist options
  • Save litlfred/f06d30b7b0c8fc3d726146a2bc919e22 to your computer and use it in GitHub Desktop.
Save litlfred/f06d30b7b0c8fc3d726146a2bc919e22 to your computer and use it in GitHub Desktop.
{
"resourceType": "ValueSet",
"id": "example-inline",
"url": "http://hl7.org/fhir/ValueSet/example-inline",
"identifier": {
"system": "http://example.com/identifiers/valuesets",
"value": "loinc-cholesterol-inl"
},
"version": "20150622",
"name": "Example Codes for Cholesterol in Serum/Plasma",
"date": "2015-06-22",
"description": "This is an example value set that includes all the codes for serum/plasma cholesterol from v2.36.",
"codeSystem": {
"system": "http://example.com/config/fhir/codesystems/cholesterol",
"version": "4.2.3"
},
"concept": [
{
"code": "chol-mmol",
"display": "SChol (mmol/L)",
"definition": "Serum Cholesterol, in mmol/L",
"designation": [
{
"use": {
"system": "http://acme.com/config/fhir/codesystems/internal",
"code": "internal-label"
},
"value": "From ACME POC Testing"
}
]
},
{
"code": "chol-mass",
"display": "SChol (mg/L)",
"definition": "Serum Cholesterol, in mg/L",
"designation": [
{
"use": {
"system": "http://acme.com/config/fhir/codesystems/internal",
"code": "internal-label"
},
"value": "From Paragon Labs"
}
]
},
{
"code": "chol",
"display": "SChol",
"definition": "Serum Cholesterol",
"designation": [
{
"use": {
"system": "http://acme.com/config/fhir/codesystems/internal",
"code": "internal-label"
},
"value": "Obdurate Labs uses this with both kinds of units..."
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment