AU Core Implementation Guide
0.2.2-preview - Preview Australia flag

Publication Build: This will be filled in by the publication tooling

: Provenance - delete a specific document reference version - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Provenance",
  "id" : "delete",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-provenance"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Provenance</b><a name=\"delete\"> </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;delete&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-core-provenance.html\">AU Core Provenance</a></p></div><p><b>target</b>: <a href=\"http://apps.example.com/DocumentReference/232847/_history/2\">http://apps.example.com/DocumentReference/232847/_history/2</a></p><p><b>recorded</b>: 1 Apr. 2023, 9:22:54 am</p><p><b>reason</b>: records management <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ActReason.html\">ActReason</a>#RECORDMGT)</span></p><p><b>activity</b>: delete <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-DataOperation.html\">DataOperation</a>#DELETE)</span></p><h3>Agents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Who</b></td></tr><tr><td style=\"display: none\">*</td><td>Author <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-provenance-participant-type.html\">Provenance participant type</a>#author)</span></td><td><a href=\"Patient-smith-emma.html\">Patient/smith-emma</a> &quot; SMITH&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>source</td><td><a href=\"http://apps.example.com/DocumentReference/232847/_history/2\">http://apps.example.com/DocumentReference/232847/_history/2</a></td></tr></table></div>"
  },
  "target" : [
    {
      "reference" : "http://apps.example.com/DocumentReference/232847/_history/2"
    }
  ],
  "recorded" : "2023-04-01T08:22:54+10:00",
  "reason" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
          "code" : "RECORDMGT"
        }
      ]
    }
  ],
  "activity" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-DataOperation",
        "code" : "DELETE"
      }
    ]
  },
  "agent" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code" : "author"
          }
        ]
      },
      "who" : {
        🔗 "reference" : "Patient/smith-emma"
      }
    }
  ],
  "entity" : [
    {
      "role" : "source",
      "what" : {
        "reference" : "http://apps.example.com/DocumentReference/232847/_history/2"
      }
    }
  ]
}