FHIR IG analytics| Package | hl7.fhir.us.davinci-deqm.stu3 |
| Resource Type | CodeSystem |
| Id | CodeSystem-improvement-notation.json |
| FHIR Version | R3 |
| Source | http://hl7.org/fhir/us/davinci-deqm/2018Sep/STU3/CodeSystem-improvement-notation.html |
| URL | http://hl7.org/fhir/us/davinci-deqm/STU3/CodeSystem/improvement-notation |
| Version | 0.1.0 |
| Status | draft |
| Date | 2018-08-14T13:24:35+10:00 |
| Name | MeasureImprovementNotation |
| Realm | us |
| Authority | hl7 |
| Description | Improvement notation for a measure (e.g. increase or decrease) |
| Content | complete |
| ValueSet | |
| improvement-notation | DEQM Improvement Notation Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Improvement notation for a measure (e.g. increase or decrease)
This code system http://hl7.org/fhir/us/davinci-deqm/STU3/CodeSystem/improvement-notation defines the following codes:
| Code | Display | Definition |
| increase | Increase | Improvement is notated as an *increase* in the measure score |
| decrease | Decrease | Improvement is notated as a *decrease* in the measure score |
{
"resourceType": "CodeSystem",
"id": "improvement-notation",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.org/fhir/us/davinci-deqm/STU3/CodeSystem/improvement-notation",
"version": "0.1.0",
"name": "MeasureImprovementNotation",
"status": "draft",
"experimental": false,
"date": "2018-08-14T13:24:35+10:00",
"publisher": "The Da Vinci Project",
"contact": [
{
"telecom": [
{
"system": "url"
},
{
"system": "email"
}
]
}
],
"description": "Improvement notation for a measure (e.g. increase or decrease)",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US",
"display": "United States of America"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/us/davinci-deqm/STU3/ValueSet/improvement-notation",
"content": "complete",
"concept": [
{
"code": "increase",
"display": "Increase",
"definition": "Improvement is notated as an *increase* in the measure score"
},
{
"code": "decrease",
"display": "Decrease",
"definition": "Improvement is notated as a *decrease* in the measure score"
}
]
}