Query for Existing Data for Mobile (QEDm), published by IHE Patient Care Coordination Technical Committee. This is not an authorized publication; it is the continuous build for version 0.0.1-current). This version is based on the current content of https://github.com/IHE/QEDm/ and changes regularly. See the Directory of published versions
@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 "ex-provenance"]; #
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://profiles.ihe.net/ITI/mXDE/StructureDefinition/IHE.ITI.mXDE.Provenance";
fhir:index 0;
fhir:link <https://profiles.ihe.net/ITI/mXDE/StructureDefinition/IHE.ITI.mXDE.Provenance> ];
fhir:Meta.security [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActReason" ];
fhir:Coding.code [ fhir:value "HTEST" ] ]
]; #
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=\"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 "ex-provenance" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/IHE/ITI.mXDE//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-QEDm-bloodPressure-0.html\">Observation/ex-IHE-QEDm-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, 9: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>-</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/3.1.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>-</td><td><b>Role</b></td><td><b>What</b></td></tr><tr><td>*</td><td>source</td><td><a href=\"DocumentReference-ex-documentreference.html\">DocumentReference/ex-documentreference</a></td></tr></table></div>"
]; #
fhir:Provenance.target [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Observation/ex-IHE-QEDm-bloodPressure-0" ]
], [
fhir:index 1;
fhir:Reference.reference [ fhir:value "Encounter/ex-encounter" ]
], [
fhir:index 2;
fhir:Reference.reference [ fhir:value "Observation/ex-weight" ]
], [
fhir:index 3;
fhir:Reference.reference [ fhir:value "Observation/ex-weight-stone" ]
]; #
fhir:Provenance.recorded [ fhir:value "2023-01-25T09:49:00.000Z"^^xsd:dateTime]; #
fhir:Provenance.policy [
fhir:value "urn:ihe:iti:mxde:2023: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.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 "assembler" ] ] ];
fhir:Provenance.agent.who [
fhir:Reference.reference [ fhir:value "Device/ex-device" ] ]
]; #
fhir:Provenance.entity [
fhir:index 0;
fhir:Provenance.entity.role [ fhir:value "source" ];
fhir:Provenance.entity.what [
fhir:Reference.reference [ fhir:value "DocumentReference/ex-documentreference" ] ]
]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2023+ IHE Patient Care Coordination Technical Committee. Package ihe.pcc.qedm#0.0.1-current based on FHIR 4.0.1. Generated 2023-02-13
Links: Table of Contents |
QA Report
| New Issue | Issues
Version History |
|
Propose a change