Health eData 1 Sandbox
0.1.0 - CI Build

Health eData 1 Sandbox - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString" : "Targeted Provenance Example"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown" : "This is a provenance example for the *US Core Provenance Profile* to demonstrate how Provenance can be used to document the source of individual elements such as Race and Ethnicity (R/E), gender identity."
      }
    ],
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-provenance|0.1.0"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Provenance</b><a name=\"example-targeted-provenance\"> </a><a name=\"hcexample-targeted-provenance\"> </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;example-targeted-provenance&quot; </p><p style=\"margin-bottom: 0px\">Profile: <code>http://hl7.org/fhir/us/core/StructureDefinition/us-core-provenance|0.1.0</code></p></div><p><b>target</b>: <a href=\"Patient-example-targeted-provenance.html\">Patient/example-targeted-provenance</a> &quot; SHAW&quot;(#race)</p><p><b>recorded</b>: Feb 28, 2023, 3:26:23 PM</p><blockquote><p><b>agent</b></p><p><b>role</b>: Application <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html\">DICOM</a>#110150)</span></p><p><b>who</b>: <span>: My_Form</span></p></blockquote><blockquote><p><b>agent</b></p><p><b>type</b>: Informant <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-provenance-participant-type.html\">Provenance participant type</a>#informant)</span></p><p><b>who</b>: <a href=\"Patient-example-targeted-provenance.html\">Patient/example-targeted-provenance</a> &quot; SHAW&quot;</p></blockquote></div>"
  },
  "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" : [
    {
      "role" : [
        {
          "coding" : [
            {
              "system" : "http://dicom.nema.org/resources/ontology/DCM",
              "code" : "110150",
              "display" : "Application"
            }
          ]
        }
      ],
      "who" : {
        "display" : "My_Form"
      }
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code" : "informant",
            "display" : "Informant"
          }
        ]
      },
      "who" : {
        🔗 "reference" : "Patient/example-targeted-provenance"
      }
    }
  ]
}