US Core Implementation Guide 6.0.0 - STU6
This page is part of the US Core (v6.0.0: STU6) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Raw xml | Download
<Provenance xmlns="http://hl7.org/fhir"> <id value="example-targeted-provenance"/> <meta> <profile value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-provenance"/> </meta> <target> <extension url="http://hl7.org/fhir/StructureDefinition/targetElement"> <valueUri value="race"/> </extension> <reference value="Patient/example-targeted-provenance"/> </target> <recorded value="2023-02-28T15:26:23.217+00:00"/> <agent> <role> <coding> <system value="http://dicom.nema.org/resources/ontology/DCM"/> <code value="110150"/> <display value="Application"/> </coding> </role> <who> <display value="My_Form"/> </who> </agent> <agent> <type> <coding> <system value="http://terminology.hl7.org/CodeSystem/provenance-participant-type"/> <code value="informant"/> <display value="Informant"/> </coding> </type> <who> <reference value="Patient/example-targeted-provenance"/> </who> </agent> </Provenance>