FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagejohnmoehrke.consentwithsegmentation
Resource TypeBundle
IdBundle-ex-organization-history.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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 class=\"res-header-id\"><b>Generated Narrative: Provenance cccccccc-2222-0000-0000-000000000010</b></p><a name=\"cccccccc-2222-0000-0000-000000000010\"> </a><a name=\"hccccccccc-2222-0000-0000-000000000010\"> </a><p>Provenance for <a href=\"Organization-ex-organization.html\">Organization somewhere org</a></p><p>Summary</p><table class=\"grid\"><tr><td>Occurrence</td><td>2022-07-27</td></tr><tr><td>Recorded</td><td>2022-07-27 13:00:00+0000</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-DataOperation UPDATE}\">revise</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>who</b></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type author}\">Author</span></td><td>John Moehrke</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"
            }
          }
        ]
      }
    }
  ]
}