@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#> .

# - resource -------------------------------------------------------------------

<http://medcomfhir.dk/ig/hospitalnotification/Provenance/l17de5f5-abb0-4701-93aa-6b0d7b4127bc> a fhir:Provenance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "l17de5f5-abb0-4701-93aa-6b0d7b4127bc"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-messaging-provenance"^^xsd:anyURI ;
       fhir:l <http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-messaging-provenance>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance l17de5f5-abb0-4701-93aa-6b0d7b4127bc</b></p><a name=\"l17de5f5-abb0-4701-93aa-6b0d7b4127bc\"> </a><a name=\"hcl17de5f5-abb0-4701-93aa-6b0d7b4127bc\"> </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/2.1.0/StructureDefinition-medcom-messaging-provenance.html\">MedComMessagingProvenance</a></p></div><p>Provenance for <a href=\"MessageHeader-nabb68aa-c97b-4905-a60c-71ff3209fd51.html\">MessageHeader: event[x] = Hospital Notification Message (MedComMessagingEventCodes#hospital-notification-message)</a></p><p>Summary</p><table class=\"grid\"><tr><td>Occurrence</td><td>2022-12-02 07:00:02+0200</td></tr><tr><td>Recorded</td><td>2022-12-02 07:00:02+0200</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-activityCodes admit-emergency}\">Start hospital stay - acute ambulant</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>who</b></td></tr><tr><td><a href=\"Organization-66c12a92-81d2-11ed-a1eb-0242ac120002.html\">Organization Hjerteafdelingen på Herlev og Gentofte hospital</a></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:target ( [
     fhir:l <http://medcomfhir.dk/ig/hospitalnotification/MessageHeader/nabb68aa-c97b-4905-a60c-71ff3209fd51> ;
     fhir:reference [ fhir:v "MessageHeader/nabb68aa-c97b-4905-a60c-71ff3209fd51" ]
  ] ) ; # 
  fhir:occurred [
     a fhir:DateTime ;
     fhir:v "2022-12-02T07:00:02+02:00"^^xsd:dateTime
  ] ; # 
  fhir:recorded [ fhir:v "2022-12-02T07:00:02+02:00"^^xsd:dateTime] ; # 
  fhir:activity [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-activityCodes"^^xsd:anyURI ;
         fhir:l <http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-activityCodes>
       ] ;
       fhir:code [ fhir:v "admit-emergency" ]
     ] )
  ] ; # 
  fhir:agent ( [
     fhir:who [
       fhir:l <http://medcomfhir.dk/ig/hospitalnotification/Organization/66c12a92-81d2-11ed-a1eb-0242ac120002> ;
       fhir:reference [ fhir:v "Organization/66c12a92-81d2-11ed-a1eb-0242ac120002" ]
     ]
  ] ) ; # 
  fhir:entity ( [
     fhir:role [ fhir:v "revision" ] ;
     fhir:what [
       fhir:l <http://medcomfhir.dk/ig/hospitalnotification/MessageHeader/i50fc5fe-2d11-4ef3-acac-2e2e5c6c0029> ;
       fhir:reference [ fhir:v "MessageHeader/i50fc5fe-2d11-4ef3-acac-2e2e5c6c0029" ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

