Making EHR Data More available for Research and Public Health (MedMorph)
0.2.0 - STU 1 draft

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

: Generate Anonymized Bundle - JSON Representation

Raw json | Download


{
  "resourceType" : "OperationDefinition",
  "id" : "Bundle-anonymize",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>BundleAnonymize</h2><p>OPERATION: BundleAnonymize</p><p>The official URL for this operation definition is: </p><pre>http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-anonymize</pre><div><p>Generates an anonymized bundle taking an instance of a Bundle containing Protected Health Information (PHI)/personally identifiable information (PII) data. The anonymization algorithm to be used is left to the implementers of the operation.</p>\n</div><p>URL: [base]/Bundle/$anonymize</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 anonymized.</p>\n</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>The anonymize bundle is returned back from the service.</p>\n</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 anonymizing the bundle.</p>\n</div></td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/medmorph/OperationDefinition/Bundle-anonymize",
  "version" : "0.2.0",
  "name" : "BundleAnonymize",
  "title" : "Generate Anonymized Bundle",
  "status" : "draft",
  "kind" : "operation",
  "date" : "2020-11-19T21:48:56+10:00",
  "publisher" : "HL7 International - Public Health Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description" : "Generates an anonymized bundle taking an instance of a Bundle containing Protected Health Information (PHI)/personally identifiable information (PII) data. The anonymization algorithm to be used is left to the implementers of the operation.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "code" : "anonymize",
  "resource" : [
    "Bundle"
  ],
  "system" : false,
  "type" : true,
  "instance" : false,
  "parameter" : [
    {
      "name" : "inputBundle",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "An input bundle instance that needs to be anonymized.",
      "type" : "Bundle"
    },
    {
      "name" : "outputBundle",
      "use" : "out",
      "min" : 0,
      "max" : "1",
      "documentation" : "The anonymize bundle is returned back from the service.",
      "type" : "Bundle"
    },
    {
      "name" : "issues",
      "use" : "out",
      "min" : 0,
      "max" : "1",
      "documentation" : "A list of hints and warnings about problems encountered while anonymizing the bundle.",
      "type" : "OperationOutcome"
    }
  ]
}