{
  "resourceType": "ValueSet",
  "id": "uslab-obs-kind",
  "meta": {
    "lastUpdated": "2015-12-03T09:57:31.744+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div><h2>uslab-observationkind</h2><p>Code to classify the kind of observation in Observation.value[x]</p><p>This value set has an inline code system http://hl7.org/fhir/obs-kind, which defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>result<a name=\"result\"> </a></td><td>result</td><td>The value is Observation.value[x] is an actual result from a laboratory test</td></tr><tr><td>response<a name=\"response\"> </a></td><td>response</td><td>The value is Observation.value[x] is a response to laboratory Ask at order (AOE) questions</td></tr><tr><td>information<a name=\"information\"> </a></td><td>information</td><td>The value is Observation.value[x] is some other unsolicited clnically relevant information.</td></tr></table></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.0"
    }
  ],
  "url": "http://hl7.org/fhir/ValueSet/uslab-obs-kind",
  "version": "1.1.0",
  "name": "uslab-observationkind",
  "status": "draft",
  "experimental": false,
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "date": "2015-12-03T09:57:31+11:00",
  "description": "Code to classify the kind of observation in Observation.value[x]",
  "codeSystem": {
    "system": "http://hl7.org/fhir/obs-kind",
    "version": "1.1.0",
    "caseSensitive": true,
    "concept": [
      {
        "code": "result",
        "display": "result",
        "definition": "The value is Observation.value[x] is an actual result from a laboratory test"
      },
      {
        "code": "response",
        "display": "response",
        "definition": "The value is Observation.value[x] is a response to laboratory Ask at order (AOE) questions"
      },
      {
        "code": "information",
        "display": "information",
        "definition": "The value is Observation.value[x] is some other unsolicited clnically relevant information."
      }
    ]
  }
}