{
  "resourceType": "ValueSet",
  "id": "qicore-observation-verification",
  "meta": {
    "lastUpdated": "2015-10-24T07:41:03.495+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div><h2>QICore Observation Verification Method</h2><p>Code for method by which the observation result was validated, e.g., human review, sliding average.</p><p>This value set has an inline code system http://hl7.org/fhir/qicore-observation-verification-method, 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>1<a name=\"1\"> </a></td><td>Human review</td><td>The observation was reviewed and verified by a person</td></tr><tr><td>2<a name=\"2\"> </a></td><td>Sliding average</td><td>The observation was verified against a sliding average</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/qicore-observation-verification",
  "version": "1.0.2",
  "name": "QICore Observation Verification Method",
  "status": "draft",
  "experimental": true,
  "publisher": "HL7 Clinical Quality Information (CQI) Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "date": "2015-10-24T07:41:03+11:00",
  "description": "Code for method by which the observation result was validated, e.g., human review, sliding average.",
  "codeSystem": {
    "system": "http://hl7.org/fhir/qicore-observation-verification-method",
    "caseSensitive": true,
    "concept": [
      {
        "code": "1",
        "display": "Human review",
        "definition": "The observation was reviewed and verified by a person"
      },
      {
        "code": "2",
        "display": "Sliding average",
        "definition": "The observation was verified against a sliding average"
      }
    ]
  }
}