Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: Provenance Example supporting US Core Provenance Profile - JSON Representation

Raw json | Download


{
  "resourceType" : "Provenance",
  "id" : "Condition-Example1",
  "meta" : {
    "lastUpdated" : "2012-04-30T16:34:12.000+05:30",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-provenance"🔗 ,
      "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-provenance-profile"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance Condition-Example1</b></p><a name=\"Condition-Example1\"> </a><a name=\"hcCondition-Example1\"> </a><a name=\"Condition-Example1-en-US\"> </a><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\">Last updated: 2012-04-30 16:34:12+0530</p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"http://hl7.org/fhir/us/core/STU3.1/StructureDefinition-us-core-provenance.html\">US Core Provenance Profile</a>, <a href=\"StructureDefinition-athena-provenance-profile.html\">AthenaProvenance</a></p></div><p>Provenance for <a href=\"Condition-Example1.html\">Condition I10</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2012-04-30 16:34:12+0530</td></tr><tr><td>Location</td><td><a href=\"Organization/LO-1225648232001060\">Organization/LO-1225648232001060</a></td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-DataOperation DELETE}\">delete</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><a href=\"Practitioner-Example1.html\">Practitioner Harry S. Winston </a></td></tr></table></div>"
  },
  "target" : [
    {
      🔗 "reference" : "Condition/Example1"
    }
  ],
  "recorded" : "2012-04-30T16:34:12+05:30",
  "location" : {
    "reference" : "Organization/LO-1225648232001060"
  },
  "activity" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-DataOperation",
        "code" : "DELETE",
        "display" : "delete"
      }
    ],
    "text" : "delete"
  },
  "agent" : [
    // 
        <onBehalfOf>
            <reference value="Organization/Example1"/>
        </onBehalfOf>
		
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code" : "author",
            "display" : "Author"
          }
        ],
        "text" : "Author"
      },
      "who" : {
        🔗 "reference" : "Practitioner/Example1"
      }
    }
  ],
  "entity" : [
    {
      "role" : "source",
      "what" : {
        🔗 "reference" : "Encounter/Example1",
        "display" : "Initial Visit"
      }
    }
  ]
}