This page is part of the DK MedCom CareCommunication (v2.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions
: CareCommunication example. The Provenance instance is only valid if used in a bundle (message) - reply to new message - 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 "30c0f779-783f-46b2-b38f-faebd2bedb3f"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-messaging-provenance";
fhir:index 0;
fhir:link <http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-messaging-provenance> ]
];
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=\"30c0f779-783f-46b2-b38f-faebd2bedb3f\"> </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 "30c0f779-783f-46b2-b38f-faebd2bedb3f" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://medcomfhir.dk/ig/messaging/2.0.0/StructureDefinition-medcom-messaging-provenance.html\">MedComMessagingProvenance</a></p></div><p><b>target</b>: <a href=\"MessageHeader-d5bd2111-2576-48d3-84d4-8be0297a038d.html\">MessageHeader/d5bd2111-2576-48d3-84d4-8be0297a038d</a></p><p><b>occurred</b>: 2022-10-02 11:30:11+0000</p><p><b>recorded</b>: 02-10-2022 13:30:11</p><p><b>activity</b>: A message has been replied to <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://medcomfhir.dk/ig/terminology/1.1.0/CodeSystem-medcom-messaging-activityCodes.html\">MedComMessagingActivityCodes</a>#reply-message)</span></p><h3>Agents</h3><table class=\"grid\"><tr><td>-</td><td><b>Who</b></td></tr><tr><td>*</td><td><a href=\"Organization-b2c584de-5503-11ed-bdc3-0242ac120002.html\">Organization/b2c584de-5503-11ed-bdc3-0242ac120002</a> "Plejecenter Herlev"</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>revision</td><td><a href=\"MessageHeader-42cb9200-f421-4d08-8391-7d51a2503cb4.html\">MessageHeader/42cb9200-f421-4d08-8391-7d51a2503cb4</a></td></tr></table></div>"
];
fhir:Provenance.target [
fhir:index 0;
fhir:Reference.reference [ fhir:value "MessageHeader/d5bd2111-2576-48d3-84d4-8be0297a038d" ]
];
fhir:Provenance.occurredDateTime [ fhir:value "2022-10-02T11:30:11Z"^^xsd:dateTime];
fhir:Provenance.recorded [ fhir:value "2022-10-02T11:30:11Z"^^xsd:dateTime];
fhir:Provenance.activity [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-activityCodes" ];
fhir:Coding.code [ fhir:value "reply-message" ] ]
];
fhir:Provenance.agent [
fhir:index 0;
fhir:Provenance.agent.who [
fhir:Reference.reference [ fhir:value "Organization/b2c584de-5503-11ed-bdc3-0242ac120002" ] ]
];
fhir:Provenance.entity [
fhir:index 0;
fhir:Provenance.entity.role [ fhir:value "revision" ];
fhir:Provenance.entity.what [
fhir:Reference.reference [ fhir:value "MessageHeader/42cb9200-f421-4d08-8391-7d51a2503cb4" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.