This page is part of the FHIR Bulk Data Access (Flat FHIR) (v1.1.0: STU 2 (FHIR R4) Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "CodeSystem",
"id" : "include-associated-data",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/uv/bulkdata/CodeSystem/include-associated-data defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">LatestProvenanceResources<a name=\"include-associated-data-LatestProvenanceResources\"> </a></td><td>LatestProvenanceResources</td><td>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.</td></tr><tr><td style=\"white-space:nowrap\">RelevantProvenanceResources<a name=\"include-associated-data-RelevantProvenanceResources\"> </a></td><td>RelevantProvenanceResources</td><td>Export will include all Provenance resources associated with each of the non-provenance resources being returned.</td></tr></table></div>"
},
"url" : "http://hl7.org/fhir/uv/bulkdata/CodeSystem/include-associated-data",
"version" : "1.1.0",
"name" : "IncludeAssociatedData",
"title" : "IncludeAssociatedData",
"status" : "active",
"date" : "2020-08-16",
"publisher" : "HL7 International - FHIR Infrastructure Work Group",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "https://www.hl7.org/Special/committees/fiwg/index.cfm"
}
]
}
],
"description" : "Metadata include 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",
"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."
}
]
}