Quality Improvement Core Framework (v3.3.0: STU 4 Ballot 1). The current version is 3.2.0 based on FHIR R4. See the Directory of published versions
Formats: Narrative, XML, JSON, Turtle
Raw json
{
"resourceType" : "CodeSystem",
"id" : "observation-verification",
"meta" : {
"profile" : [
"http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>QICore Observation Verification Method</h2><div><p>Code for method by which the observation result was validated, e.g., human review, sliding average.</p>\n</div><p>This code system http://hl7.org/fhir/us/qicore/CodeSystem/observation-verification defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"observation-verification-1\"> </a></td><td>Human review</td><td>The observation was reviewed and verified by a person</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"observation-verification-2\"> </a></td><td>Sliding average</td><td>The observation was verified against a sliding average</td></tr></table></div>"
},
"url" : "http://hl7.org/fhir/us/qicore/CodeSystem/observation-verification",
"version" : "3.3.0",
"name" : "ObservationVerification",
"title" : "QICore Observation Verification Method",
"status" : "draft",
"experimental" : false,
"date" : "2018-08-22T00:00:00-04:00",
"publisher" : "Health Level Seven, Inc. - CQI WG",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://hl7.org/special/committees/CQI"
}
]
}
],
"description" : "Code for method by which the observation result was validated, e.g., human review, sliding average.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US",
"display" : "United States of America"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"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"
}
]
}