FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CodeSystem/submit-data-update-type (Turtle)

Clinical Quality Information Work GroupMaturity Level: N/AStandards Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Code SystemSubmitDataUpdateType

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:CodeSystem ;
  fhir:id [ fhir:v "submit-data-update-type"] ;
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2024-04-22T14:44:42.841+00:00" ] ;
     fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ] )
  ] ;
  fhir:text [
     fhir:status [ fhir:v "generated" ]
  ] ;
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ] ;
     fhir:value [ fhir:v "cqi" ]
  ] ) ;
  fhir:url [ fhir:v "http://hl7.org/fhir/CodeSystem/submit-data-update-type"], [ fhir:v "http://hl7.org/fhir/CodeSystem/submit-data-update-type"] ;
  fhir:identifier ( [
     fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.1948" ]
  ] [
     fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.1948" ]
  ] ) ;
  fhir:version [ fhir:v "6.0.0-cibuild"], [ fhir:v "6.0.0-cibuild"] ;
  fhir:name [ fhir:v "SubmitDataUpdateType"], [ fhir:v "SubmitDataUpdateType"] ;
  fhir:title [ fhir:v "Submit Data Update Type"], [ fhir:v "Submit Data Update Type"] ;
  fhir:status [ fhir:v "active"], [ fhir:v "active"] ;
  fhir:experimental [ fhir:v "true"], [ fhir:v "true"] ;
  fhir:date [ fhir:v "2021-04-06T19:00:36+00:00"], [ fhir:v "2021-04-06T19:00:36+00:00"] ;
  fhir:publisher [ fhir:v "HL7 International - Clinical Quality Information Work Group"], [ fhir:v "HL7 International - Clinical Quality Information Work Group"] ;
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cqi/index.cfm" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cqi/index.cfm" ]
     ] )
  ] ) ;
  fhir:description [ fhir:v "Concepts for how a measure report consumer and receiver coordinate data exchange updates. The choices are snapshot or incremental updates"], [ fhir:v "Concepts for how a measure report consumer and receiver coordinate data exchange updates. The choices are snapshot or incremental updates"] ;
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ;
  fhir:caseSensitive [ fhir:v "true"] ;
  fhir:valueSet [ fhir:v "http://hl7.org/fhir/ValueSet/submit-data-update-type"] ;
  fhir:content [ fhir:v "complete"] ;
  fhir:count [ fhir:v "2"] ;
  fhir:concept ( [
     fhir:code [ fhir:v "incremental" ] ;
     fhir:display [ fhir:v "Incremental" ] ;
     fhir:definition [ fhir:v "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." ]
  ] [
     fhir:code [ fhir:v "snapshot" ] ;
     fhir:display [ fhir:v "Snapshot" ] ;
     fhir:definition [ fhir:v "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" ]
  ] ) .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.