Snapshot 3: Connectathon 32 Base

This is Snapshot #3 for FHIR R5, released to support Connectathon 32. For a full list of available versions, see the Directory of published versions.

Example Provenance/example-import (Turtle)

Security Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Device, Patient, Practitioner, RelatedPerson

Raw Turtle (+ also see Turtle/RDF Format Specification)

Provenance of import of resources from a document (DocumentReference) to show provenance from resources back to the source document.

@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:Provenance;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "example-import"]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Provenance</b><a name=\"example-import\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Provenance &quot;example-import&quot; </p></div><p><b>target</b>: </p><ul><li><a href=\"condition-example.html\">Condition/example</a></li><li><a href=\"condition-example2.html\">Condition/example2</a></li><li><a href=\"encounter-example.html\">Encounter/example</a></li><li><a href=\"immunization-example.html\">Immunization/example</a></li></ul><p><b>recorded</b>: 27 June 2015, 8:39:24 am</p><p><b>policy</b>: <code>urn:ihe:pcc:qedm:2017:document-provenance-policy</code></p><p><b>activity</b>: wasDerivedFrom <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"codesystem-w3c-provenance-activity-type.html\">W3cProvenanceActivityType</a>#Derivation)</span></p><p><b>patient</b>: <a href=\"patient-example.html\">Patient/example</a> &quot;Peter CHALMERS&quot;</p><h3>Agents</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Who</b></td></tr><tr><td>*</td><td>Assembler <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-provenance-participant-type.html\">Provenance participant type</a>#assembler)</span></td><td><span>: Device/software</span></td></tr></table><h3>Entities</h3><table class=\"grid\"><tr><td>-</td><td><b>Role</b></td><td><b>What</b></td></tr><tr><td>*</td><td>source</td><td><a href=\"documentreference-example.html\">DocumentReference/example</a></td></tr></table></div>"
  ]; # 
  fhir:Provenance.target [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Condition/example" ]
  ], [
     fhir:index 1;
     fhir:Reference.reference [ fhir:value "Condition/example2" ]
  ], [
     fhir:index 2;
     fhir:Reference.reference [ fhir:value "Encounter/example" ]
  ], [
     fhir:index 3;
     fhir:Reference.reference [ fhir:value "Immunization/example" ]
  ]; # 
  fhir:Provenance.recorded [ fhir:value "2015-06-27T08:39:24+10:00"^^xsd:dateTime]; # 
  fhir:Provenance.policy [
     fhir:value "urn:ihe:pcc:qedm:2017:document-provenance-policy";
     fhir:index 0
  ]; # 
  fhir:Provenance.activity [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/w3c-provenance-activity-type" ];
       fhir:Coding.code [ fhir:value "Derivation" ]
     ]
  ]; # 
  fhir:Provenance.patient [
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ]; # 
  fhir:Provenance.agent [
     fhir:index 0;
     fhir:Element.id [ fhir:value "a1" ];
     fhir:Provenance.agent.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/provenance-participant-type" ];
         fhir:Coding.code [ fhir:value "assembler" ]
       ]
     ];
     fhir:Provenance.agent.who [
       fhir:Reference.display [ fhir:value "Device/software" ]
     ]
  ]; # 
  fhir:Provenance.entity [
     fhir:index 0;
     fhir:Provenance.entity.role [ fhir:value "source" ];
     fhir:Provenance.entity.what [
       fhir:Reference.reference [ fhir:value "DocumentReference/example" ]
     ]
  ]] . #    information extract from a DICOM document, could be anything (e.g. CDA)   

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

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

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.