EHR and PHR System Functional Models - Record Lifecycle Events Implementation Guide
1.2.0 - Informative Release 2 International flag

EHR and PHR System Functional Models - Record Lifecycle Events Implementation Guide, published by HL7 International / Electronic Health Records. This guide is not an authorized publication; it is the continuous build for version 1.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ehrs-rle-ig/ and changes regularly. See the Directory of published versions

: Originate/Retain Order - Provenance - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Provenance",
  "id" : "example-1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance example-1</b></p><a name=\"example-1\"> </a><a name=\"hcexample-1\"> </a><a name=\"example-1-en-US\"> </a><p>Provenance for <a href=\"http://example.org/MedicationRequest/example/_history/1\">http://example.org/MedicationRequest/example/_history/1</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2015-06-27 08:39:24+1000</td></tr><tr><td>Policy</td><td><a href=\"http://acme.com/fhir/Consent/25\">http://acme.com/fhir/Consent/25</a></td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://snomed.info/sct 3457005}\">Referral</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>who</b></td></tr><tr><td><a href=\"http://example.org/Practitioner/xcda-author\">http://example.org/Practitioner/xcda-author</a></td></tr></table></div>"
  },
  "target" : [
    {
      "reference" : "http://example.org/MedicationRequest/example/_history/1"
    }
  ],
  "recorded" : "2015-06-27T08:39:24+10:00",
  "policy" : [
    "http://acme.com/fhir/Consent/25"
  ],
  "activity" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "3457005",
        "display" : "Referral"
      }
    ]
  },
  "agent" : [
    {
      "who" : {
        "reference" : "http://example.org/Practitioner/xcda-author"
      }
    }
  ]
}