Da Vinci Health Record Exchange (HRex)
0.2.0 - STU R1 - 2nd ballot

This page is part of the Da Vinci Health Record Exchange (v0.2.0: STU1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: HRex Provenance full example - 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:Provenance;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "full"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: full</p><p><b>target</b>: <a href=\"Coverage-full.html\">Generated Summary: id: full; id: 1039399818, id: 234567; status: active; subscriberId: 97531</a></p><p><b>occurred</b>: 2020-07-28</p><p><b>recorded</b>: Jul 31, 2020 2:07:15 AM</p><blockquote><p><b>agent</b></p><p><b>type</b>: <span title=\"Codes: {http://hl7.org/fhir/us/core/CodeSystem/us-core-provenance-participant-type transmitter}\">Transmitter</span></p><p><b>who</b>: <a href=\"Organization-full.html\">Generated Summary: id: full; id: 11223344, id: 11223344, id: 55566667, id: 0123456789, id: 918273645; active; name: New Health Plan; ph: 1-800-123-4567, ph: 1-234-567-8901, info@newhealthplan.org</a></p></blockquote><blockquote><p><b>agent</b></p><p><b>type</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/provenance-participant-type author}\">Author</span></p><p><b>who</b>: <a href=\"PractitionerRole-full.html\">Generated Summary: id: full; <span title=\"Codes: {http://nucc.org/provider-taxonomy 111N00000X}\">111N00000X</span>, <span title=\"Codes: {http://nucc.org/provider-taxonomy 122300000X}\">122300000X</span>; <span title=\"Codes: {http://nucc.org/provider-taxonomy 103TE1100X}\">103TE1100X</span>, <span title=\"Codes: {http://nucc.org/provider-taxonomy 103TF0000X}\">103TF0000X</span>; ph: 1-222-333-4444, ronald.bone@newpayor.com, 1(111)-1111111 - after 5pm</a></p></blockquote><p><b>signature</b>: , </p></div>"
  ];
  fhir:Provenance.target [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Coverage/full" ]
  ];
  fhir:Provenance.occurredDateTime [ fhir:value "2020-07-28"^^xsd:date];
  fhir:Provenance.recorded [ fhir:value "2020-07-30T20:07:15-06:00"^^xsd:dateTime];
  fhir:Provenance.agent [
     fhir:index 0;
     fhir:Provenance.agent.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/core/CodeSystem/us-core-provenance-participant-type" ];
         fhir:Coding.code [ fhir:value "transmitter" ]       ]     ];
     fhir:Provenance.agent.who [
       fhir:Reference.reference [ fhir:value "Organization/full" ]     ]
  ], [
     fhir:index 1;
     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 "author" ]       ]     ];
     fhir:Provenance.agent.who [
       fhir:Reference.reference [ fhir:value "PractitionerRole/full" ]     ]
  ];
  fhir:Provenance.signature [
     fhir:index 0;
     fhir:Signature.type [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso-astm:E1762-95:2013" ];
       fhir:Coding.code [ fhir:value "1.2.840.10065.1.12.1.1" ]     ];
     fhir:Signature.when [ fhir:value "2020-07-30T20:07:16.3831-06:00"^^xsd:dateTime ];
     fhir:Signature.who [
       fhir:link <http://example.org/new-payer/Organization/57>;
       fhir:Reference.reference [ fhir:value "http://example.org/new-payer/Organization/57" ]     ];
     fhir:Signature.data [ fhir:value "12345678"^^xsd:base64Binary ]
  ], [
     fhir:index 1;
     fhir:Signature.type [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso-astm:E1762-95:2013" ];
       fhir:Coding.code [ fhir:value "1.2.840.10065.1.12.1.5" ]     ];
     fhir:Signature.when [ fhir:value "2020-07-30T20:07:16.3847-06:00"^^xsd:dateTime ];
     fhir:Signature.who [
       fhir:link <http://example.org/new-payer/Organization/57>;
       fhir:Reference.reference [ fhir:value "http://example.org/new-payer/Organization/57" ]     ];
     fhir:Signature.data [ fhir:value "98765432"^^xsd:base64Binary ]
  ].

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

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