Bulk Data Access IG
2.0.0 - ci-build International flag

Bulk Data Access IG, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/bulk-data/ and changes regularly. See the Directory of published versions

: Include Associated Data Code System - TTL Representation

Active as of 2021-07-29

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "include-associated-data"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem include-associated-data</b></p><a name=\"include-associated-data\"> </a><a name=\"hcinclude-associated-data\"> </a><a name=\"include-associated-data-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/bulkdata/CodeSystem/include-associated-data</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">LatestProvenanceResources<a name=\"include-associated-data-LatestProvenanceResources\"> </a></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>Export will include all Provenance resources associated with each of the non-provenance resources being returned.</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "fhir" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/bulkdata/CodeSystem/include-associated-data"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0"] ; # 
  fhir:name [ fhir:v "IncludeAssociatedDataCodeSystem"] ; # 
  fhir:title [ fhir:v "Include Associated Data Code System"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2021-07-29"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International / FHIR Infrastructure" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fhir@lists.HL7.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Metadata inclusion options for Bulk Data Access Export Operation includeAssociatedData parameter"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:valueSet [
fhir:v "http://hl7.org/fhir/uv/bulkdata/ValueSet/include-associated-data"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/bulkdata/ValueSet/include-associated-data>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "LatestProvenanceResources" ] ;
fhir:display [ fhir:v "LatestProvenanceResources" ] ;
fhir:definition [ fhir:v "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." ]
  ] [
fhir:code [ fhir:v "RelevantProvenanceResources" ] ;
fhir:display [ fhir:v "RelevantProvenanceResources" ] ;
fhir:definition [ fhir:v "Export will include all Provenance resources associated with each of the non-provenance resources being returned." ]
  ] ) . #