Da Vinci Payer Data Exchange
2.0.0-ballot - ballot US

Publication Build: This will be filled in by the publication tooling

: Provenance Roles - TTL Representation

Active as of 2022-02-18

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 "ProvenanceAgentRoleType"];
  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/us/davinci-pdex/CodeSystem/ProvenanceAgentRoleType 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\">author<a name=\"ProvenanceAgentRoleType-author\"> </a></td><td>Author</td><td>Person or entity that originated the referenced resource</td></tr><tr><td style=\"white-space:nowrap\">custodian<a name=\"ProvenanceAgentRoleType-custodian\"> </a></td><td>Custodian</td><td>The entity that is accountable for maintaining a true an accurate copy of the original record</td></tr><tr><td style=\"white-space:nowrap\">source<a name=\"ProvenanceAgentRoleType-source\"> </a></td><td>Source</td><td>Organization, Practitioner or Payer who was the source of the referenced resource</td></tr><tr><td style=\"white-space:nowrap\">transmitter<a name=\"ProvenanceAgentRoleType-transmitter\"> </a></td><td>Transmitter</td><td>Provenance Transmitter</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/ProvenanceAgentRoleType"];
  fhir:CodeSystem.version [ fhir:value "2.0.0-ballot"];
  fhir:CodeSystem.name [ fhir:value "ProvenanceAgentRoleType"];
  fhir:CodeSystem.title [ fhir:value "Provenance Roles"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.date [ fhir:value "2022-02-18T14:02:32+00:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "HL7 Financial Management Working Group"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "HL7 Financial Management Working Group" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/fm" ]     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fm@lists.HL7.org" ]     ]
  ], [
     fhir:index 1;
     fhir:ContactDetail.name [ fhir:value "Mark Scrimshire (mark.scrimshire@onyxhealth.io)" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "mailto:mark.scrimshire@onyxhealth.io" ]     ]
  ], [
     fhir:index 2;
     fhir:ContactDetail.name [ fhir:value "HL7 International - Financial Management" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/fm" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "CodeSystem for types of role relating to the creation or communication of referenced resources"];
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ];
       fhir:Coding.display [ fhir:value "United States of America" ]     ]
  ];
  fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "author" ];
     fhir:CodeSystem.concept.display [ fhir:value "Author" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Person or entity that originated the referenced resource" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "custodian" ];
     fhir:CodeSystem.concept.display [ fhir:value "Custodian" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The entity that is accountable for maintaining a true an accurate copy of the original record" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "source" ];
     fhir:CodeSystem.concept.display [ fhir:value "Source" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Organization, Practitioner or Payer who was the source of the referenced resource" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "transmitter" ];
     fhir:CodeSystem.concept.display [ fhir:value "Transmitter" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Provenance Transmitter" ]
  ].

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

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