FHIR IG analytics| Package | hl7.fhir.uv.xver-r5.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-submit-data-update-type.json |
| FHIR Version | R4B |
| Source | http://hl7.org/fhir/uv/xver-r5.r4b/0.0.1-snapshot-2/CodeSystem-submit-data-update-type.html |
| URL | http://hl7.org/fhir/CodeSystem/submit-data-update-type |
| Version | 5.0.0 |
| Status | active |
| Date | 2021-04-07T05:00:36+10:00 |
| Name | SubmitDataUpdateType |
| Title | Submit Data Update Type |
| Realm | uv |
| Authority | hl7 |
| Description | Concepts for how a measure report consumer and receiver coordinate data exchange updates. The choices are snapshot or incremental updates |
| Content | complete |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
This code system
http://hl7.org/fhir/CodeSystem/submit-data-update-type defines the following codes:
{
"resourceType": "CodeSystem",
"id": "submit-data-update-type",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "packageId",
"valueId": "hl7.fhir.uv.xver-r5.r4b"
},
{
"url": "version",
"valueString": "0.0.1-snapshot-2"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "cqi"
}
],
"url": "http://hl7.org/fhir/CodeSystem/submit-data-update-type",
"version": "5.0.0",
"name": "SubmitDataUpdateType",
"title": "Submit Data Update Type",
"status": "active",
"experimental": true,
"date": "2021-04-07T05:00:36+10:00",
"publisher": "Clinical Quality Information",
"contact": [
{
"name": "Clinical Quality Information",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/cqi"
}
]
}
],
"description": "Concepts for how a measure report consumer and receiver coordinate data exchange updates. The choices are snapshot or incremental updates",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/submit-data-update-type",
"content": "complete",
"count": 2,
"concept": [
{
"code": "incremental",
"display": "Incremental",
"definition": "In contrast to the Snapshot Update, the FHIR Parameters resource used in a Submit Data or the Collect Data scenario contains only the new and updated DEQM and QI Core Profiles since the last transaction. If the Consumer supports incremental updates, the contents of the updated payload updates the previous payload data."
},
{
"code": "snapshot",
"display": "Snapshot",
"definition": "In contrast to the Incremental Update, the FHIR Parameters resource used in a Submit Data or the Collect Data scenario contains all the DEQM and QI Core Profiles for each transaction. If the Consumer supports snapshot updates, the contents of the updated payload entirely replaces the previous payload"
}
]
}