Package | hl7.fhir.uv.cqm |
Type | ConceptMap |
Id | measure-scoring |
FHIR Version | R4 |
Source | http://hl7.org/fhir/uv/cqm/https://build.fhir.org/ig/HL7/fhir-cqm/ConceptMap-measure-scoring.html |
URL | http://hl7.org/fhir/uv/cqm/ConceptMap/measure-scoring |
Version | 1.0.0 |
Status | active |
Date | 2021-02-18 |
Name | MeasureScoringMapping |
Title | Measure Scoring mapping |
Realm | uv |
Authority | hl7 |
Description | The mapping of FHIR measure scoring codes to the corresponding HL7 V3 code used in HQMF for each type of measure scoring |
No resources found
CodeSystem | |
measure-scoring | Measure Scoring |
v3-ObservationValue | ObservationValue |
measure-scoring | Measure Scoring |
v3-ObservationValue | ObservationValue |
ValueSet | |
measure-scoring | Measure Scoring |
v3-ObservationMeasureScoring | ObservationMeasureScoring |
measure-scoring | Measure Scoring |
v3-ObservationMeasureScoring | ObservationMeasureScoring |
Note: links and images are rebased to the (stated) source
Generated Narrative: ConceptMap measure-scoring
Mapping from Measure Scoring to ObservationMeasureScoring
Group 1 Mapping from Measure Scoringversion: null4.0.0) to ObservationValueversion: null4.0.0)
Source Code | Relationship | Target Code |
proportion | is equivalent to | PROPOR (proportion measure scoring) |
continuous-variable | is equivalent to | CONTVAR (continuous variable measure scoring) |
cohort | is equivalent to | COHORT (cohort measure scoring) |
ratio | is equivalent to | RATIO (ratio measure scoring) |
{ "resourceType": "ConceptMap", "id": "measure-scoring", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "cqi" } ], "url": "http://hl7.org/fhir/uv/cqm/ConceptMap/measure-scoring", "version": "1.0.0", "name": "MeasureScoringMapping", "title": "Measure Scoring mapping", "status": "active", "experimental": false, "date": "2021-02-18", "publisher": "HL7 International / Clinical Quality Information", "contact": [ { "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/cqi" } ] } ], "description": "The mapping of FHIR measure scoring codes to the corresponding HL7 V3 code used in HQMF for each type of measure scoring", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001" } ] } ], "sourceCanonical": "http://terminology.hl7.org/ValueSet/measure-scoring|2.0.0", "targetCanonical": "http://terminology.hl7.org/ValueSet/v3-ObservationMeasureScoring", "group": [ { "source": "http://terminology.hl7.org/CodeSystem/measure-scoring", "sourceVersion": "4.0.0", "target": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue", "targetVersion": "4.0.0", "element": [ { "code": "proportion", "display": "Proportion", "target": [ { "code": "PROPOR", "display": "proportion measure scoring", "equivalence": "equivalent" } ] }, { "code": "continuous-variable", "display": "Continuous Variable", "target": [ { "code": "CONTVAR", "display": "continuous variable measure scoring", "equivalence": "equivalent" } ] }, { "code": "cohort", "display": "Cohort", "target": [ { "code": "COHORT", "display": "cohort measure scoring", "equivalence": "equivalent" } ] }, { "code": "ratio", "display": "Ratio", "target": [ { "code": "RATIO", "display": "ratio measure scoring", "equivalence": "equivalent" } ] } ] } ] }