FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/include-associated-data

Packagehl7.fhir.uv.bulkdata
TypeCodeSystem
Idinclude-associated-data
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/bulkdata/https://build.fhir.org/ig/HL7/bulk-data/CodeSystem-include-associated-data.html
URLhttp://hl7.org/fhir/uv/bulkdata/CodeSystem/include-associated-data
Version3.0.0
Statusactive
Date2021-07-29
NameIncludeAssociatedDataCodeSystem
TitleInclude Associated Data Code System
Realmuv
Authorityhl7
DescriptionMetadata inclusion options for Bulk Data Access Export Operation includeAssociatedData parameter
Contentcomplete

Resources that use this resource

ValueSet
include-associated-dataInclude Associated Data Value Set
ror-include-associated-data-vsValue Set afin d'étendre le Value Set pour query parameter includeAssociatedData

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem include-associated-data

This case-sensitive code system http://hl7.org/fhir/uv/bulkdata/CodeSystem/include-associated-data defines the following codes:

CodeDefinition
LatestProvenanceResources Export will include the most recent Provenance resources associated with each of the non-provenance resources being returned. Other Provenance resources will not be returned.
RelevantProvenanceResources Export will include all Provenance resources associated with each of the non-provenance resources being returned.

Source

{
  "resourceType": "CodeSystem",
  "id": "include-associated-data",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 5,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/bulkdata/ImplementationGuide/hl7.fhir.uv.bulkdata"
          }
        ]
      }
    },
    {
      "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/uv/bulkdata/ImplementationGuide/hl7.fhir.uv.bulkdata"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/bulkdata/CodeSystem/include-associated-data",
  "version": "3.0.0",
  "name": "IncludeAssociatedDataCodeSystem",
  "title": "Include Associated Data Code System",
  "status": "active",
  "experimental": false,
  "date": "2021-07-29",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "name": "HL7 International / FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        },
        {
          "system": "email",
          "value": "fhir@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "Metadata inclusion options for Bulk Data Access Export Operation includeAssociatedData parameter",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/uv/bulkdata/ValueSet/include-associated-data",
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "LatestProvenanceResources",
      "display": "LatestProvenanceResources",
      "definition": "Export will include the most recent Provenance resources associated with each of the non-provenance resources being returned. Other Provenance resources will not be returned."
    },
    {
      "code": "RelevantProvenanceResources",
      "display": "RelevantProvenanceResources",
      "definition": "Export will include all Provenance resources associated with each of the non-provenance resources being returned."
    }
  ]
}