Making EHR Data More available for Research and Public Health (MedMorph)
0.1.0 - STU Ballot

This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Generate De-Identified Bundle - XML Representation

Raw xml | Download



<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="Bundle-de-identify"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>BundleDeIdentify</h2><p>OPERATION: BundleDeIdentify</p><p>The official URL for this operation definition is: </p><pre>http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-de-identify</pre><div><p>Generates a de-identified bundle taking an instance of a Bundle containing PHI/PII data. The de-identification algorithm to be used is left to the implementers of the operation.</p>
</div><p>URL: [base]/Bundle/$deidentify</p><p>Parameters</p><table class="grid"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>inputBundle</td><td>1..1</td><td><a href="http://hl7.org/fhir/R4/bundle.html">Bundle</a></td><td/><td><div><p>An input bundle instance that needs to be de-identified</p>
</div></td></tr><tr><td>OUT</td><td>outputBundle</td><td>0..1</td><td><a href="http://hl7.org/fhir/R4/bundle.html">Bundle</a></td><td/><td><div><p>Upon successful de-identification, the de-identified bundle is returned back from the service.</p>
</div></td></tr><tr><td>OUT</td><td>issues</td><td>0..1</td><td><a href="http://hl7.org/fhir/R4/operationoutcome.html">OperationOutcome</a></td><td/><td><div><p>A list of hints and warnings about problems encountered while de-identifying the bundle.</p>
</div></td></tr></table></div>
  </text>
  <url
       value="http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-de-identify"/>
  <version value="0.1.0"/>
  <name value="BundleDeIdentify"/>
  <title value="Generate De-Identified Bundle"/>
  <status value="draft"/>
  <kind value="operation"/>
  <date value="2020-11-19T21:48:56+10:00"/>
  <publisher value="HL7 International - Public Health Work Group"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/Special/committees/pher"/>
    </telecom>
  </contact>
  <description
               value="Generates a de-identified bundle taking an instance of a Bundle containing PHI/PII data. The de-identification algorithm to be used is left to the implementers of the operation."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <code value="deidentify"/>
  <resource value="Bundle"/>
  <system value="false"/>
  <type value="true"/>
  <instance value="false"/>
  <parameter>
    <name value="inputBundle"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="An input bundle instance that needs to be de-identified"/>
    <type value="Bundle"/>
  </parameter>
  <parameter>
    <name value="outputBundle"/>
    <use value="out"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="Upon successful de-identification, the de-identified bundle is returned back from the service."/>
    <type value="Bundle"/>
  </parameter>
  <parameter>
    <name value="issues"/>
    <use value="out"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="A list of hints and warnings about problems encountered while de-identifying the bundle."/>
    <type value="OperationOutcome"/>
  </parameter>
</OperationDefinition>