MedCom HomeCareObservation
1.0.0 - release Denmark flag

This page is part of the The DK MedCom HomeCareObservation (v1.0.0: Release) based on FHIR 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) - cancelled message - JSON Representation

Raw json | Download


{
  "resourceType" : "Provenance",
  "id" : "babb316c-796c-4d10-b97b-45274b5a0c44",
  "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=\"babb316c-796c-4d10-b97b-45274b5a0c44\"> </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;babb316c-796c-4d10-b97b-45274b5a0c44&quot; </p><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><b>target</b>: <a href=\"MessageHeader-07eb074b-be00-47e5-8bcb-484990a1a97e.html\">MessageHeader/07eb074b-be00-47e5-8bcb-484990a1a97e</a></p><p><b>occurred</b>: 2023-09-12 13:00:00+0200</p><p><b>recorded</b>: 12. sep. 2023 13.00.00</p><p><b>activity</b>: A message has been retracted/cancelled <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://medcomfhir.dk/ig/terminology/1.5.0/CodeSystem-medcom-messaging-activityCodes.html\">MedComMessagingActivityCodes</a>#retract-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-a0330c62-fe29-4719-83fa-a94959084f29.html\">Organization/a0330c62-fe29-4719-83fa-a94959084f29</a> &quot;Pleje og Rehabilitering&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>removal</td><td><a href=\"MessageHeader-489de4f2-0d8d-4de2-a7ce-ccb93568799f.html\">MessageHeader/489de4f2-0d8d-4de2-a7ce-ccb93568799f</a></td></tr></table></div>"
  },
  "target" : [
    {
      "reference" : "MessageHeader/07eb074b-be00-47e5-8bcb-484990a1a97e"
    }
  ],
  "occurredDateTime" : "2023-09-12T13:00:00+02:00",
  "recorded" : "2023-09-12T13:00:00+02:00",
  "activity" : {
    "coding" : [
      {
        "system" : "http://medcomfhir.dk/ig/terminology/CodeSystem/medcom-messaging-activityCodes",
        "code" : "retract-message"
      }
    ]
  },
  "agent" : [
    {
      "who" : {
        "reference" : "Organization/a0330c62-fe29-4719-83fa-a94959084f29"
      }
    }
  ],
  "entity" : [
    {
      "role" : "removal",
      "what" : {
        "reference" : "MessageHeader/489de4f2-0d8d-4de2-a7ce-ccb93568799f"
      }
    }
  ]
}