Bulk Data Access IG
2.0.0 - STU 2 Ballot

Bulk Data Access IG, published by HL7 International - FHIR Infrastructure Work Group. This is not an authorized publication; it is the continuous build for version 2.0.0). 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

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:Resource.id [ fhir:value "include-associated-data"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.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>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/uv/bulkdata/CodeSystem/include-associated-data"];
  fhir:CodeSystem.version [ fhir:value "2.0.0"];
  fhir:CodeSystem.name [ fhir:value "IncludeAssociatedDataCodeSystem"];
  fhir:CodeSystem.title [ fhir:value "Include Associated Data Code System"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.date [ fhir:value "2021-07-29"^^xsd:date];
  fhir:CodeSystem.publisher [ fhir:value "HL7 International - FHIR Infrastructure Work Group"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/Special/committees/fiwg" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "Metadata inclusion options for Bulk Data Access Export Operation includeAssociatedData parameter"];
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "001" ]     ]
  ];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.valueSet [
     fhir:value "http://hl7.org/fhir/uv/bulkdata/ValueSet/include-associated-data";
     fhir:link <http://hl7.org/fhir/uv/bulkdata/ValueSet/include-associated-data>
  ];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "LatestProvenanceResources" ];
     fhir:CodeSystem.concept.display [ fhir:value "LatestProvenanceResources" ];
     fhir:CodeSystem.concept.definition [ fhir:value "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:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "RelevantProvenanceResources" ];
     fhir:CodeSystem.concept.display [ fhir:value "RelevantProvenanceResources" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Export will include all Provenance resources associated with each of the non-provenance resources being returned." ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.