JohnMoehrke Consent with Segmented data
0.1.0-current - ci-build International flag

JohnMoehrke Consent with Segmented data, published by John Moehrke (himself). This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/ConsentWithSegmentation/ and changes regularly. See the Directory of published versions

:

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "ex-organization-history",
  "type" : "collection",
  "entry" : [
    {
      "fullUrl" : "urn:uuid:cccccccc-2222-0000-0000-000000000010",
      "resource" : {
        "resourceType" : "Provenance",
        "id" : "cccccccc-2222-0000-0000-000000000010",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Provenance_cccccccc-2222-0000-0000-000000000010\"> </a><p><b>Generated Narrative: Provenance</b><a name=\"cccccccc-2222-0000-0000-000000000010\"> </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;cccccccc-2222-0000-0000-000000000010&quot; </p></div><p><b>target</b>: <a href=\"Organization-ex-organization.html\">Organization/ex-organization</a> &quot;somewhere org&quot;</p><p><b>occurred</b>: 2022-07-27</p><p><b>recorded</b>: Jul 27, 2022, 1:00:00\u202fPM</p><h3>Authorizations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td>Initial example <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>#METAMGT)</span></td></tr></table><p><b>activity</b>: revise <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>#UPDATE)</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><span>: John Moehrke</span></td></tr></table></div>"
        },
        "target" : [
          {
            🔗 "reference" : "Organization/ex-organization"
          }
        ],
        "occurredDateTime" : "2022-07-27",
        "recorded" : "2022-07-27T13:00:00.0000Z",
        "authorization" : [
          {
            "concept" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
                  "code" : "METAMGT"
                }
              ],
              "text" : "Initial example"
            }
          }
        ],
        "activity" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-DataOperation",
              "code" : "UPDATE"
            }
          ]
        },
        "agent" : [
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
                  "code" : "author"
                }
              ]
            },
            "who" : {
              "display" : "John Moehrke"
            }
          }
        ]
      }
    }
  ]
}