Query for Existing Data for Mobile (QEDm), published by IHE Patient Care Coordination Technical Committee. This guide is not an authorized publication; it is the continuous build for version 3.0.0-comment1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/QEDm/ and changes regularly. 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 class=\"res-header-id\"><b>Generated Narrative: Provenance ex-provenance</b></p><a name=\"ex-provenance\"> </a><a name=\"hcex-provenance\"> </a><a name=\"ex-provenance-en-US\"> </a><p>Provenance for: </p><ul><li><a href=\"Observation-ex-IHE-QEDm-bloodPressure-0.html\">Observation Blood pressure panel with all children optional</a></li><li><a href=\"Encounter-ex-encounter.html\">Encounter: status = finished; class = home health (ActCode#HH)</a></li><li><a href=\"Observation-ex-weight.html\">Observation Body weight</a></li><li><a href=\"Observation-ex-weight2.html\">Observation Body weight</a></li></ul><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2023-01-25 09:49:00+0000</td></tr><tr><td>Policy</td><td>urn:ihe:iti:mxde:2023:document-provenance-policy</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://hl7.org/fhir/w3c-provenance-activity-type Derivation}\">wasDerivedFrom</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>who</b></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type assembler}\">Assembler</span></td><td><a href=\"Device-ex-device.html\">Device: status = active; distinctIdentifier = Decomposer; manufacturer = Acme</a></td></tr></table></div>"
] ; #
fhir:target ( [
fhir:reference [ fhir:v "Observation/ex-IHE-QEDm-bloodPressure-0" ]
] [
fhir:reference [ fhir:v "Encounter/ex-encounter" ]
] [
fhir:reference [ fhir:v "Observation/ex-weight" ]
] [
fhir:reference [ fhir:v "Observation/ex-weight2" ]
] ) ; #
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" ] ]
] ) . #