Mobile Cross-Enterprise Document Data Element Extraction (mXDE)
1.3.0 - Trial-Implementation International flag

This page is part of the Mobile Cross-Enterprise Document Data Element Extraction (mXDE) (v1.3.0: Publication) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Provenance of extracted resources - 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:id [ fhir:v "ex-provenance"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://profiles.ihe.net/ITI/mXDE/StructureDefinition/IHE.ITI.mXDE.Provenance"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/mXDE/StructureDefinition/IHE.ITI.mXDE.Provenance>     ] ) ;
    ( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HTEST" ]     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Provenance</b><a name=\"ex-provenance\"> </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;ex-provenance&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-IHE.ITI.mXDE.Provenance.html\">mXDE Provenance</a></p><p style=\"margin-bottom: 0px\">Security Labels: <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActReason http://terminology.hl7.org/CodeSystem/v3-ActReason}\">http://terminology.hl7.org/CodeSystem/v3-ActReason</span></p></div><p><b>target</b>: </p><ul><li><a href=\"Observation-ex-IHE-bloodPressure-0.html\">Observation/ex-IHE-bloodPressure-0</a></li><li><a href=\"Encounter-ex-encounter.html\">Encounter/ex-encounter</a></li><li><a href=\"Observation-ex-weight.html\">Observation/ex-weight</a></li><li><a href=\"Observation-ex-weight-stone.html\">Observation/ex-weight-stone</a></li></ul><p><b>recorded</b>: Jan 25, 2023, 3:49:00 AM</p><p><b>policy</b>: <code>urn:ihe:iti:mxde:2023:document-provenance-policy</code></p><p><b>activity</b>: wasDerivedFrom <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-w3c-provenance-activity-type.html\">W3cProvenanceActivityType</a>#Derivation)</span></p><h3>Agents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Who</b></td></tr><tr><td style=\"display: none\">*</td><td>Assembler <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-provenance-participant-type.html\">Provenance participant type</a>#assembler)</span></td><td><a href=\"Device-ex-device.html\">Device/ex-device</a></td></tr></table><h3>Entities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Role</b></td><td><b>What</b></td></tr><tr><td style=\"display: none\">*</td><td>source</td><td><a href=\"DocumentReference-ex-documentreference.html\">DocumentReference/ex-documentreference</a></td></tr></table></div>"
  ] ; # 
  fhir:target ( [
fhir:reference [ fhir:v "Observation/ex-IHE-bloodPressure-0" ]
  ] [
fhir:reference [ fhir:v "Encounter/ex-encounter" ]
  ] [
fhir:reference [ fhir:v "Observation/ex-weight" ]
  ] [
fhir:reference [ fhir:v "Observation/ex-weight-stone" ]
  ] ) ; # 
  fhir:recorded [ fhir:v "2023-01-25T09:49:00.000Z"^^xsd:dateTime] ; # 
  fhir:policy ( [ fhir:v "urn:ihe:iti:mxde:2023:document-provenance-policy"^^xsd:anyURI] ) ; # 
  fhir:activity [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/w3c-provenance-activity-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Derivation" ]     ] )
  ] ; # 
  fhir:agent ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "assembler" ]       ] )     ] ;
fhir:who [
fhir:reference [ fhir:v "Device/ex-device" ]     ]
  ] ) ; # 
  fhir:entity ( [
fhir:role [ fhir:v "source" ] ;
fhir:what [
fhir:reference [ fhir:v "DocumentReference/ex-documentreference" ]     ]
  ] ) . #