This page is part of the The DK MedCom HomeCareObservation (v1.1.0-trial-use: Release 1.x.x Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: HomeCareDiagnosticReport example. The Provenance instance is only valid if used in a bundle (message) - modified message - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
a fhir:Provenance ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "8ce47645-4d69-4fa6-a51d-c2bb49d87efb"] ;
fhir:meta [
( fhir:profile [
fhir:v "http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-messaging-provenance"^^xsd:anyURI ;
fhir:link <http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-messaging-provenance> ] )
] ;
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 8ce47645-4d69-4fa6-a51d-c2bb49d87efb</b></p><a name=\"8ce47645-4d69-4fa6-a51d-c2bb49d87efb\"> </a><a name=\"hc8ce47645-4d69-4fa6-a51d-c2bb49d87efb\"> </a><a name=\"8ce47645-4d69-4fa6-a51d-c2bb49d87efb-da-DK\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://medcomfhir.dk/ig/messaging/3.0.0/StructureDefinition-medcom-messaging-provenance.html\">MedComMessagingProvenance</a></p></div><p>Provenance for <a href=\"MessageHeader-07eb074b-be00-47e5-8bcb-484990a1a97e.html\">MessageHeader: event[x] = HomeCare Observation Message (MedComMessagingEventCodes#homecareobservation-message); definition = http://medcomfhir.dk/ig/messagedefinitions/MessageDefinition/MedComHomeCareObservationMessageDefinition1.1</a></p><p>Summary</p><table class=\"grid\"><tr><td>Occurrence</td><td>2023-09-12 12:30:00+0200</td></tr><tr><td>Recorded</td><td>2023-09-12 12:30:00+0200</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-activityCodes modified-message}\">A message has been modified</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>who</b></td></tr><tr><td><a href=\"Organization-a0330c62-fe29-4719-83fa-a94959084f29.html\">Organization Pleje og Rehabilitering</a></td></tr></table></div>"^^rdf:XMLLiteral
] ;
fhir:target ( [
fhir:reference [ fhir:v "MessageHeader/07eb074b-be00-47e5-8bcb-484990a1a97e" ]
] ) ;
fhir:occurred [
a fhir:dateTime ;
fhir:v "2023-09-12T12:30:00+02:00"^^xsd:dateTime
] ;
fhir:recorded [ fhir:v "2023-09-12T12:30:00+02:00"^^xsd:dateTime] ;
fhir:activity [
( fhir:coding [
fhir:system [ fhir:v "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-activityCodes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "modified-message" ] ] )
] ;
fhir:agent ( [
fhir:who [
fhir:reference [ fhir:v "Organization/a0330c62-fe29-4719-83fa-a94959084f29" ] ]
] ) ;
fhir:entity ( [
fhir:role [ fhir:v "revision" ] ;
fhir:what [
fhir:reference [ fhir:v "MessageHeader/489de4f2-0d8d-4de2-a7ce-ccb93568799f" ] ]
] ) .