This page is part of the Documentation Templates and Rules (v2.0.1: STU 2.0) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Page standards status: Trial-use | Maturity Level: 2 |
{
"resourceType" : "ValueSet",
"id" : "metric-Source",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-temp.html\"><code>http://hl7.org/fhir/us/davinci-dtr/CodeSystem/temp</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-temp.html#temp-payer-src\">payer-src</a></td><td style=\"color: #cccccc\">Payer-sourced</td><td>The metric information was captured from the payer system's perspective</td></tr><tr><td><a href=\"CodeSystem-temp.html#temp-provider-src\">provider-src</a></td><td style=\"color: #cccccc\">Provider-sourced</td><td>The metric information was captured from the provider system's perspective</td></tr><tr><td><a href=\"CodeSystem-temp.html#temp-DTRApp-src\">DTRApp-src</a></td><td style=\"color: #cccccc\">DTRApp-sourced</td><td>The metric information was captured from the Native or SMART on FHIR App's perspective</td></tr></table></li></ul></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "cds"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 2,
"_valueInteger" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical" : "http://hl7.org/fhir/us/davinci-dtr/ImplementationGuide/hl7.fhir.us.davinci-dtr"
}
]
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "trial-use",
"_valueCode" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical" : "http://hl7.org/fhir/us/davinci-dtr/ImplementationGuide/hl7.fhir.us.davinci-dtr"
}
]
}
}
],
"url" : "http://hl7.org/fhir/us/davinci-dtr/ValueSet/metric-Source",
"version" : "2.0.1",
"name" : "MetricSource",
"title" : "Metric Source",
"status" : "active",
"experimental" : false,
"date" : "2024-01-11T19:34:10+00:00",
"publisher" : "HL7 International / Clinical Decision Support",
"contact" : [
{
"name" : "HL7 International / Clinical Decision Support",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/dss"
}
]
}
],
"description" : "A list of codes indicating the perspective from which metric data was captured",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/us/davinci-dtr/CodeSystem/temp",
"concept" : [
{
"code" : "payer-src"
},
{
"code" : "provider-src"
},
{
"code" : "DTRApp-src"
}
]
}
]
}
}