DK MedCom Carecommunication
3.0.0 - release Denmark flag

This page is part of the DK MedCom CareCommunication (v3.0.0: Release) based on FHIR R4. The current version which supercedes this version is 2.0.0. 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 OIOXML-message - JSON Representation

Raw json | Download


{
  "resourceType" : "Provenance",
  "id" : "6de0806d-7050-4db8-8003-0c72aee52948",
  "meta" : {
    "profile" : [
      "http://medcomfhir.dk/ig/messaging/StructureDefinition/medcom-messaging-provenance"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Provenance</b><a name=\"6de0806d-7050-4db8-8003-0c72aee52948\"> </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 &quot;6de0806d-7050-4db8-8003-0c72aee52948&quot; </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-3076d9b0-5521-11ed-bdc3-0242ac120002.html\">MessageHeader/3076d9b0-5521-11ed-bdc3-0242ac120002</a></p><p><b>occurred</b>: 2023-03-03 12:00:00+0100</p><p><b>recorded</b>: 3. mar. 2023 12.00.00</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.4.0/CodeSystem-medcom-messaging-activityCodes.html\">MedComMessagingActivityCodes</a>#reply-message)</span></p><h3>Agents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Who</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Organization-e17d03b8-e7fd-4654-bc9c-cb2eb5dda71f.html\">Organization/e17d03b8-e7fd-4654-bc9c-cb2eb5dda71f</a> &quot;Hjerteafdelingen på Herlev og Gentofte hospital&quot;</td></tr></table><h3>Entities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Role</b></td><td><b>What</b></td></tr><tr><td style=\"display: none\">*</td><td>revision</td><td><span>id:\u00a0B300720181623#5790000121526</span></td></tr></table></div>"
  },
  "target" : [
    {
      "reference" : "MessageHeader/3076d9b0-5521-11ed-bdc3-0242ac120002"
    }
  ],
  "occurredDateTime" : "2023-03-03T12:00:00+01:00",
  "recorded" : "2023-03-03T12:00:00+01:00",
  "activity" : {
    "coding" : [
      {
        "system" : "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-activityCodes",
        "code" : "reply-message"
      }
    ]
  },
  "agent" : [
    {
      "who" : {
        "reference" : "Organization/e17d03b8-e7fd-4654-bc9c-cb2eb5dda71f"
      }
    }
  ],
  "entity" : [
    {
      "role" : "revision",
      "what" : {
        "identifier" : {
          "value" : "B300720181623#5790000121526"
        }
      }
    }
  ]
}