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-diagnosticreport-sig (Turtle)

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

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

Provenance of a signature activity against a DiagnosticReport using an electronic signature (no evidence of signature, neither image or digital-signature)

@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-diagnosticreport-sig"]; # 
  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-diagnosticreport-sig\"> </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-diagnosticreport-sig&quot; </p></div><p><b>target</b>: <span title=\"  \n    an example Provenance of a verification without changing the content, electronic signature\n   \"><a href=\"diagnosticreport-example.html\">DiagnosticReport/101</a></span></p><p><b>recorded</b>: 4 Mar 2011, 8:30:00 am</p><p><b>policy</b>: <a href=\"http://example.org/policy/Reviewed\">http://example.org/policy/Reviewed</a></p><p><b>activity</b>: Verify Record Lifecycle Event <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-iso-21089-lifecycle.html\">Iso_21089_2017_Health_Record_Lifecycle_Events</a>#verify)</span></p><p><b>patient</b>: <a href=\"patient-example-b.html\">Patient/pat2</a> &quot;Duck DONALD&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>Verifier <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>#verifier)</span></td><td><a href=\"organization-example-lab.html\">Organization/1832473e-2fe0-452d-abe9-3cdb9879522f</a> &quot;Clinical Lab&quot;</td></tr></table><h3>Signatures</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>When</b></td><td><b>Who</b></td></tr><tr><td>*</td><td><span title=\"  verification signature  \">Proof of approval (Details: http://uri.etsi.org/01903/v1.2.2 code ProofOfapproval = 'Proof of approval', stated as 'Proof of approval')</span></td><td>4 Mar 2011, 8:30:00 am</td><td><a href=\"organization-example-lab.html\">Organization/1832473e-2fe0-452d-abe9-3cdb9879522f</a> &quot;Clinical Lab&quot;</td></tr></table></div>"
  ]; #    
    an example Provenance of a verification without changing the content, electronic signature
    
  fhir:Provenance.target [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "DiagnosticReport/101" ]
  ]; # 
  fhir:Provenance.recorded [ fhir:value "2011-03-04T08:30:00+11:00"^^xsd:dateTime]; # 
  fhir:Provenance.policy [
     fhir:value "http://example.org/policy/Reviewed";
     fhir:index 0
  ]; # 
  fhir:Provenance.activity [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/iso-21089-lifecycle" ];
       fhir:Coding.code [ fhir:value "verify" ]
     ]
  ]; # 
  fhir:Provenance.patient [
     fhir:Reference.reference [ fhir:value "Patient/pat2" ]
  ]; # 
  fhir:Provenance.agent [
     fhir:index 0;
     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 "verifier" ];
         fhir:Coding.display [ fhir:value "Verifier" ]
       ]
     ];
     fhir:Provenance.agent.who [
       fhir:Reference.reference [ fhir:value "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" ]
     ]
  ]; # 
  fhir:Provenance.signature [
     fhir:index 0;
     fhir:Signature.type [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://uri.etsi.org/01903/v1.2.2" ];
       fhir:Coding.code [ fhir:value "ProofOfapproval" ];
       fhir:Coding.display [ fhir:value "Proof of approval" ]
     ]; #    verification signature   
     fhir:Signature.when [ fhir:value "2011-03-04T08:30:00+11:00"^^xsd:dateTime ];
     fhir:Signature.who [
       fhir:Reference.reference [ fhir:value "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" ]
     ]
  ]] . # 

# - 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.