US Core Implementation Guide
7.0.0 - STU7 United States of America flag

US Core Implementation Guide, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 7.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/US-Core/ and changes regularly. See the Directory of published versions

: Targeted Provenance Example - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Provenance",
  "id" : "example-targeted-provenance",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-provenance|7.0.0"
    ]
  },
  "target" : [
    {
      🔗 "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/targetElement",
          "valueUri" : "race"
        }
      ],
      "reference" : "Patient/example-targeted-provenance"
    }
  ],
  "recorded" : "2023-02-28T15:26:23.217+00:00",
  "agent" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code" : "informant",
            "display" : "Informant"
          }
        ]
      },
      "who" : {
        🔗 "reference" : "Patient/example-targeted-provenance"
      }
    }
  ],
  "entity" : [
    {
      "role" : "source",
      "what" : {
        "display" : "admission form"
      }
    }
  ]
}