0.1.0-current - ci-build International flag

JohnMoehrkeTestDicom, published by John Moehrke (himself). This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/testDicom/ and changes regularly. See the Directory of published versions

: Server - Provenance Example of a basic Create of an ImagingStudy - XML Representation

Raw xml | Download



<Provenance xmlns="http://hl7.org/fhir">
  <id value="ex-provenanceCreateImagingStudy"/>
  <meta>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
    </security>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Provenance ex-provenanceCreateImagingStudy</b></p><a name="ex-provenanceCreateImagingStudy"> </a><a name="hcex-provenanceCreateImagingStudy"> </a><a name="ex-provenanceCreateImagingStudy-en-US"> </a><p>Provenance for <a href="ImagingStudy-ex-imagingstudyBind.html">ImagingStudy: status = available; modality = Autorefraction</a></p><p>Summary</p><table class="grid"><tr><td>Occurrence</td><td>2020-04-29 09:49:00+0000</td></tr><tr><td>Recorded</td><td>2020-04-29 09:49:00+0000</td></tr></table><p><b>Agents</b></p><table class="grid"><tr><td><b>Type</b></td><td><b>Role</b></td><td><b>who</b></td></tr><tr><td><span title="Codes:{http://dicom.nema.org/resources/ontology/DCM 110152}">Destination Role ID</span></td><td/><td><a href="Device-ex-device.html">Device</a></td></tr><tr><td><span title="Codes:{http://dicom.nema.org/resources/ontology/DCM 110153}">Source Role ID</span></td><td/><td>myMachine.example.org</td></tr><tr><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType AUT}">author (originator)</span></td><td/><td>John Smith</td></tr></table></div>
  </text>
  <target>🔗 
    <reference value="ImagingStudy/ex-imagingstudyBind"/>
  </target>
  <occurredDateTime value="2020-04-29T09:49:00.000Z"/>
  <recorded value="2020-04-29T09:49:00.000Z"/>
  <patient>🔗 
    <reference value="Patient/ex-patient"/>
  </patient>
  <agent>
    <type>
      <coding>
        <system value="http://dicom.nema.org/resources/ontology/DCM"/>
        <code value="110152"/>
        <display value="Destination Role ID"/>
      </coding>
    </type>
    <who>🔗 
      <reference value="Device/ex-device"/>
    </who>
  </agent>
  <agent>
    <type>
      <coding>
        <system value="http://dicom.nema.org/resources/ontology/DCM"/>
        <code value="110153"/>
        <display value="Source Role ID"/>
      </coding>
    </type>
    <who>
      <display value="myMachine.example.org"/>
    </who>
  </agent>
  <agent>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
        <code value="AUT"/>
        <display value="author (originator)"/>
      </coding>
    </type>
    <role>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
        <code value="AUT"/>
        <display value="author (originator)"/>
      </coding>
    </role>
    <who>
      <display value="John Smith"/>
    </who>
  </agent>
</Provenance>